cmsis-dap: add initial cmsis-dap support
[openocd.git] / tcl / board / mbed-lpc11u24.cfg
blob6a58264594811fbbd369a744969791a384a8da6d
1 # This is an mbed eval board with a single NXP LPC11U24 chip.
2 # http://mbed.org/handbook/mbed-NXP-LPC11U24
5 source [find interface/cmsis-dap.cfg]
7 # increase working area to 8KB
8 set WORKAREASIZE 0x2000
10 # chip name
11 set CHIPNAME lpc11u24
13 source [find target/lpc11uxx.cfg]