Skip to content

Commit

Permalink
fixup! boards/nrf52xxxdk: add openocd as programmer
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Sep 10, 2018
1 parent 1f3eaf3 commit 6003b9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boards/common/nrf52xxxdk/dist/openocd.cfg
Expand Up @@ -11,6 +11,3 @@ if { [info exists WORKAREASIZE] } {
}

$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0

flash bank $_CHIPNAME.flash nrf52 0x00000000 0 1 1 $_TARGETNAME
flash bank $_CHIPNAME.uicr nrf52 0x10001000 0 1 1 $_TARGETNAME

0 comments on commit 6003b9f

Please sign in to comment.