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
lpc1768-stick: avoid driving srst high at startup
[openocd.git]
/
tcl
/
board
/
hitex_lpc1768stick.cfg
blob
08820f05d285c9f66945b858744e9796a3f6f05f
1
# Hitex LPC1768 Stick
2
#
3
# http://www.hitex.com/?id=1602
4
#
5
6
reset_config trst_and_srst
7
8
source [find interface/ftdi/hitex_lpc1768stick.cfg]
9
10
source [find target/lpc1768.cfg]
11
12
13
# startup @ 500kHz
14
adapter_khz 500
15