Debug: add openocd freertos support (#302)

This commit is contained in:
あく
2021-01-11 14:27:20 +03:00
committed by GitHub
parent fb0b3aeb3f
commit 2cfe80cc36

View File

@@ -1,6 +1,6 @@
TOOLCHAIN = arm
OPENOCD_OPTS = -f interface/stlink.cfg -c "transport select hla_swd" -f ../debug/stm32wbx.cfg -c "init"
OPENOCD_OPTS = -f interface/stlink.cfg -c "transport select hla_swd" -f ../debug/stm32wbx.cfg -c "stm32wbx.cpu configure -rtos auto"
BOOT_ADDRESS = 0x08000000
FW_ADDRESS = 0x08008000