Skip to content

Commit

Permalink
Update mbed os and run_mbed tool
Browse files Browse the repository at this point in the history
  • Loading branch information
owenchj committed May 24, 2018
1 parent 6fdb13d commit 9f2a04a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions tools/bin/run_mbed
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/sh

echo ""
echo ""
echo " ,ad8888ba, db 88888888ba ad88888ba "
echo " d8\"' \`\"8b d88b 88 \"8b d8\" \"8b "
echo " d8' d8'\`8b 88 ,8P Y8a a8P "
echo " 88 d8' \`8b 88aaaaaa8P' \"Y8aaa8P\" "
echo " 88 88888 d8YaaaaY8b 88\"\"\"\"\"\"' ,d8\"\"\"8b, "
echo " Y8, 88 d8\"\"\"\"\"\"\"\"8b 88 d8\" \"8b "
echo " Y8a. .a88 d8' \`8b 88 Y8a a8P "
echo " \`\"Y88888P\" d8' \`8b 88 \"Y88888P\" "

echo ""
echo "---------------------------------GAPUINO------------------------------------"
echo ""

plpbridge --cable=ftdi@digilent --boot-mode=jtag --binary="$1" --chip=gap load ioloop reqloop start wait

0 comments on commit 9f2a04a

Please sign in to comment.