9 lines
191 B
INI
9 lines
191 B
INI
|
# NXP LPC40xx Cortex-M4F with at least 16kB SRAM
|
||
|
set CHIPNAME lpc40xx
|
||
|
set CHIPSERIES lpc4000
|
||
|
if { ![info exists WORKAREASIZE] } {
|
||
|
set WORKAREASIZE 0x4000
|
||
|
}
|
||
|
|
||
|
source [find target/lpc1xxx.cfg]
|