target/dsp563xx: Use 'bool' data type
[openocd.git] / tcl / target / lpc84x.cfg
blobcb36698bc651f2ce4573dbd26f6c348a71a96b62
1 # NXP LPC84x Cortex-M0+ with at least 8kB SRAM
2 if { ![info exists CHIPNAME] } {
3         set CHIPNAME lpc84x
5 set CHIPSERIES lpc800
6 if { ![info exists WORKAREASIZE] } {
7         set WORKAREASIZE 0x1fe0
10 set IAP_ENTRY 0x0F001FF1
11 source [find target/lpc1xxx.cfg]