mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #1684 from haukepetersen/fix_yunjia_openocd
board/yunjia-nrf51822: adjusted openocd.cfg
This commit is contained in:
commit
71daa3aedd
4
boards/yunjia-nrf51822/dist/openocd.cfg
vendored
4
boards/yunjia-nrf51822/dist/openocd.cfg
vendored
@ -1,8 +1,10 @@
|
||||
# nRF51822 Target
|
||||
source [find interface/stlink-v2.cfg]
|
||||
|
||||
transport select hla_swd
|
||||
|
||||
set WORKAREASIZE 0x4000
|
||||
source [find target/nrf51_stlink.tcl]
|
||||
source [find target/nrf51.cfg]
|
||||
|
||||
# use hardware reset, connect under reset
|
||||
#reset_config srst_only srst_nogate
|
||||
|
Loading…
Reference in New Issue
Block a user