9 lines
188 B
INI
9 lines
188 B
INI
|
# NXP LPC11xx Cortex-M0 with at least 1kB SRAM
|
||
|
set CHIPNAME lpc11xx
|
||
|
set CHIPSERIES lpc1100
|
||
|
if { ![info exists WORKAREASIZE] } {
|
||
|
set WORKAREASIZE 0x400
|
||
|
}
|
||
|
|
||
|
source [find target/lpc1xxx.cfg]
|