mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
- introduce common place for boards using stlink: same serial, all use openocd - apply this to nucleos
4 lines
91 B
INI
4 lines
91 B
INI
source [find target/stm32f2x.cfg]
|
|
reset_config srst_only
|
|
$_TARGETNAME configure -rtos auto
|