diff options
| author | Jim Mussared | 2020-04-20 16:22:28 +1000 |
|---|---|---|
| committer | Damien George | 2020-05-15 15:06:02 +1000 |
| commit | cd9a8c174209c869bd590e8408503dc20863c291 (patch) | |
| tree | 65dda3de5b7821b1ea4a03b125a5b39e26e8697d /ports/nrf/boards | |
| parent | 1f1b78752f0c2d777f97e34b652de43371834147 (diff) | |
nrf: Add openocd as a supported flasher.
Tested with the Particle Debugger on a Xenon.
Diffstat (limited to 'ports/nrf/boards')
| -rw-r--r-- | ports/nrf/boards/particle_xenon/mpconfigboard.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/nrf/boards/particle_xenon/mpconfigboard.mk b/ports/nrf/boards/particle_xenon/mpconfigboard.mk index ca555d393..34bead59f 100644 --- a/ports/nrf/boards/particle_xenon/mpconfigboard.mk +++ b/ports/nrf/boards/particle_xenon/mpconfigboard.mk @@ -5,3 +5,7 @@ SOFTDEV_VERSION = 6.1.1 LD_FILES += boards/nrf52840_1M_256k.ld NRF_DEFINES += -DNRF52840_XXAA + +# The nrf52-particle.cfg is not included here, it can be found in the Particle Workbench +# Note: This requires openocd >0.10 +OPENOCD_TARGET ?= boards/$(BOARD)/nrf52-particle.cfg |
