From: Andrey Smirnov Date: Wed, 16 Apr 2014 12:00:45 +0000 (-0700) Subject: tcl/board: Add board configuration for nRF51822-mKIT X-Git-Tag: v0.9.0-rc1~314 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5587013ad6f29ac309ac08e645927fa60d8f9332 tcl/board: Add board configuration for nRF51822-mKIT Add board configuration for Nordic's nRF51822-mKIT devkit, available here: http://mbed.org/platforms/Nordic-nRF51822/ Change-Id: Ib9329307147b1e7be061a5060b4eec8256fe2bd4 Signed-off-by: Andrey Smirnov [gus@projectgus.com: Minor tweaks, model number] Signed-off-by: Angus Gratton Reviewed-on: http://openocd.zylin.com/2116 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/board/nordic_nrf51822_mkit.cfg b/tcl/board/nordic_nrf51822_mkit.cfg new file mode 100644 index 0000000000..aa6161f5d6 --- /dev/null +++ b/tcl/board/nordic_nrf51822_mkit.cfg @@ -0,0 +1,6 @@ +# +# Nordic Semiconductor PCA10024 board (aka nRF51822-mKIT) +# + +source [find interface/cmsis-dap.cfg] +source [find target/nrf51.cfg]