mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10343 from MrKevinWeiss/pr/fixnucleol1flasher
boards/stm32l0: Fix openocd to prevent flash locking
This commit is contained in:
commit
e3b10e3d7d
5
boards/b-l072z-lrwan1/dist/openocd.cfg
vendored
5
boards/b-l072z-lrwan1/dist/openocd.cfg
vendored
@ -1,5 +0,0 @@
|
|||||||
source [find target/stm32l0.cfg]
|
|
||||||
|
|
||||||
reset_config srst_only connect_assert_srst
|
|
||||||
|
|
||||||
$_TARGETNAME configure -rtos auto
|
|
2
boards/common/stm32/dist/stm32l0.cfg
vendored
2
boards/common/stm32/dist/stm32l0.cfg
vendored
@ -1,3 +1,3 @@
|
|||||||
source [find target/stm32l0.cfg]
|
source [find target/stm32l0.cfg]
|
||||||
reset_config srst_only
|
reset_config srst_only connect_assert_srst
|
||||||
$_TARGETNAME configure -rtos auto
|
$_TARGETNAME configure -rtos auto
|
||||||
|
Loading…
Reference in New Issue
Block a user