repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
flash Kinetis: add KL28 device
[openocd.git]
/
tcl
/
target
/
lpc12xx.cfg
blob
a37c6febca84bf5c11b41697a36835ee913d2d0e
1
# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
2
set CHIPNAME lpc12xx
3
set CHIPSERIES lpc1200
4
if { ![info exists WORKAREASIZE] } {
5
set WORKAREASIZE 0x1000
6
}
7
8
source [find target/lpc1xxx.cfg]