diff options
Diffstat (limited to 'ChibiOS_16.1.5/community/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg')
-rw-r--r-- | ChibiOS_16.1.5/community/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChibiOS_16.1.5/community/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg b/ChibiOS_16.1.5/community/demos/NRF51/OSHCHIP_V1.0/debug/openocd.cfg new file mode 100644 index 0000000..356c1b0 --- /dev/null +++ b/ChibiOS_16.1.5/community/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] |