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
doc: add stm32lx mass_erase description
[openocd.git]
/
tcl
/
target
/
lpc13xx.cfg
blob
3d128c9637e2bc9928415911b0ff41701a6aefac
1
# NXP LPC13xx Cortex-M3 with at least 4kB SRAM
2
set CHIPNAME lpc13xx
3
set CHIPSERIES lpc1300
4
if { ![info exists WORKAREASIZE] } {
5
set WORKAREASIZE 0x1000
6
}
7
8
source [find target/lpc1xxx.cfg]