1
0
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:
Alexandre Abadie 2019-03-14 10:27:02 +01:00 committed by GitHub
commit e3b10e3d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
source [find target/stm32l0.cfg]
reset_config srst_only connect_assert_srst
$_TARGETNAME configure -rtos auto

View File

@ -1,3 +1,3 @@
source [find target/stm32l0.cfg]
reset_config srst_only
reset_config srst_only connect_assert_srst
$_TARGETNAME configure -rtos auto