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
stm32lx.c: Add STM32L0 categories 1, 2 and 5.
[openocd.git]
/
tcl
/
target
/
at91sam3u1e.cfg
blob
47c227b262cfb7eb8eef7c3ae4913498b6c48241
1
# common stuff
2
source [find target/at91sam3uxx.cfg]
3
4
# size is automatically "calculated" by probing
5
set _FLASHNAME $_CHIPNAME.flash
6
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
7
8