Tools: fixed for new openocd syntax

This commit is contained in:
Andrew Tridgell 2022-12-20 13:36:04 +11:00
parent d768c721ee
commit 909a9f77fa

View File

@ -6,4 +6,5 @@ source [find interface/stlink-v2.cfg]
# your microcontroller
source [find target/stm32f4x.cfg]
init
$_TARGETNAME configure -rtos ChibiOS
$_TARGETNAME configure -rtos auto