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: add configuration for NXP MC-IMX8M-EVK
[openocd.git]
/
tcl
/
target
/
lpc8xx.cfg
blob
e0e210b967782715f836cd1be225ed0beb210ab1
1
# NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
2
if { ![info exists CHIPNAME] } {
3
set CHIPNAME lpc8xx
4
}
5
set CHIPSERIES lpc800
6
if { ![info exists WORKAREASIZE] } {
7
set WORKAREASIZE 0x400
8
}
9
10
source [find target/lpc1xxx.cfg]