mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7c9ef1e9e0
This commit add the connect_assert_srst which requires the SRST to be asserted before trying to connect. Certain firmwares will cause it to get to a state where flashing fails and the reset button must be pushed at the correct time to recover.
4 lines
110 B
INI
4 lines
110 B
INI
source [find target/stm32l0.cfg]
|
|
reset_config srst_only connect_assert_srst
|
|
$_TARGETNAME configure -rtos auto
|