mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
94dfc4dd94
When in an invalid state, the board could not flash anymore. Like for example after flashing `tests/driver_adt7310` this makes it flash again. I used `reset_config srst_only` as the other kinetis boards are also configured that way.
4 lines
85 B
INI
4 lines
85 B
INI
source [find target/kx.cfg]
|
|
reset_config srst_only
|
|
$_TARGETNAME configure -rtos auto
|