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
target/breakpoints: fix types in `watchpoint_add_internal()`
[openocd.git]
/
tcl
/
target
/
lpc12xx.cfg
blob
ace5e0676c3cd6d0e6147bbaf989b3b1c9c85119
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
4
set CHIPNAME lpc12xx
5
set CHIPSERIES lpc1200
6
if { ![info exists WORKAREASIZE] } {
7
set WORKAREASIZE 0x1000
8
}
9
10
source [find target/lpc1xxx.cfg]