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
Remove executable bits from at91sam3 configuration files.
[openocd.git]
/
tcl
/
target
/
at91sam3u4e.cfg
blob
9477ad0079a058a438d41ced1565810313285e89
1
# common stuff
2
source [find target/at91sam3uxx.cfg]
3
4
# size is automatically "calculated" by probing
5
flash bank at91sam3 0x000080000 0 1 1 $_TARGETNAME
6
# This is a 256K chip - it has the 2nd bank
7
flash bank at91sam3 0x000100000 0 1 1 $_TARGETNAME
8
9