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