-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
Submodule mbed-os
updated
3 files
+21 −2 | targets/TARGET_GWT/TARGET_GAP8/driver/gap_sai.c | |
+16 −3 | targets/TARGET_GWT/TARGET_GAP8/driver/gap_sai.h | |
+4 −0 | targets/TARGET_GWT/TARGET_GAP8/driver/gap_udma.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|