repo.or.cz
/
LPC2xxx_and_RobotSpejbl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld scripts moved to arch subdirectory.
[LPC2xxx_and_RobotSpejbl.git]
/
app
/
arm
/
test_uart
/
run
blob
adb58681b92d19381c4d09aa043e12fbfa2d2353
1
#!/bin/sh
2
3
cd
`pwd|sed -e 's/lpc21xx-boot/h8300-boot/'`
4
5
make
load
6
7
#stty -F /dev/ttyS0 raw 38400
8
#cat /dev/ttyS0
9
10
11
12