aboutsummaryrefslogtreecommitdiffstats
path: root/demos/NRF51/OSHCHIP_V1.0/debug
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-04-14 23:14:19 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-04-14 23:14:19 +0100
commit6c535853fba87c39c16d5f8a5f3e6f3144e2bc73 (patch)
tree88b3618043457240f52b2792bef74b2e36e3a836 /demos/NRF51/OSHCHIP_V1.0/debug
parent8edccaaa967c34c0a0d5e8d36e461ba5cff19d88 (diff)
downloadChibiOS-Contrib-6c535853fba87c39c16d5f8a5f3e6f3144e2bc73.tar.gz
ChibiOS-Contrib-6c535853fba87c39c16d5f8a5f3e6f3144e2bc73.tar.bz2
ChibiOS-Contrib-6c535853fba87c39c16d5f8a5f3e6f3144e2bc73.zip
[NRF51] Add OSHChip demo.
Diffstat (limited to 'demos/NRF51/OSHCHIP_V1.0/debug')
-rw-r--r--demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg b/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg
new file mode 100644
index 0000000..356c1b0
--- /dev/null
+++ b/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg
@@ -0,0 +1,4 @@
+source [find interface/cmsis-dap.cfg]
+
+set WORKAREASIZE 0x4000
+source [find target/nrf51.cfg]