2013-12-19 21:33:19 +00:00
|
|
|
# This is an mbed eval board with a single NXP LPC11U24 chip.
|
|
|
|
# http://mbed.org/handbook/mbed-NXP-LPC11U24
|
|
|
|
#
|
|
|
|
|
|
|
|
source [find interface/cmsis-dap.cfg]
|
|
|
|
|
2014-02-20 09:06:04 +00:00
|
|
|
# NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM
|
2013-12-19 21:33:19 +00:00
|
|
|
set WORKAREASIZE 0x2000
|
|
|
|
|
2014-02-20 09:06:04 +00:00
|
|
|
source [find target/lpc11xx.cfg]
|