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
tcl/interface/ftdi: add config for the IoT-LAB adapter
[openocd.git]
/
tcl
/
target
/
lpc11xx.cfg
blob
7a65c1f479a108c6fab4fd368e8306c74b012725
1
# NXP LPC11xx Cortex-M0 with at least 1kB SRAM
2
set CHIPNAME lpc11xx
3
set CHIPSERIES lpc1100
4
if { ![info exists WORKAREASIZE] } {
5
set WORKAREASIZE 0x400
6
}
7
8
source [find target/lpc1xxx.cfg]