diff options
| author | Selene ToyKeeper | 2018-08-06 21:16:38 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-08-06 21:16:38 -0600 |
| commit | 17011fa10b108505f0d629bc25ccab4236ac324d (patch) | |
| tree | ed35d660dbc53bba907cca6e53cf12d24d1724b8 /spaghetti-monster/rampingios/build-all.sh | |
| parent | Added a momentary + Werner-style UI for FSM, because why not. (diff) | |
| parent | Moved RampingIOS V3 code into its own directory. (diff) | |
| download | anduril-17011fa10b108505f0d629bc25ccab4236ac324d.tar.gz anduril-17011fa10b108505f0d629bc25ccab4236ac324d.tar.bz2 anduril-17011fa10b108505f0d629bc25ccab4236ac324d.zip | |
merged in Emisar D4S / RampingIOS V3 branch
Diffstat (limited to 'spaghetti-monster/rampingios/build-all.sh')
| -rwxr-xr-x | spaghetti-monster/rampingios/build-all.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spaghetti-monster/rampingios/build-all.sh b/spaghetti-monster/rampingios/build-all.sh new file mode 100755 index 0000000..003a28c --- /dev/null +++ b/spaghetti-monster/rampingios/build-all.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +for TARGET in \ + BLF_GT \ + BLF_Q8 \ + EMISAR_D1 \ + EMISAR_D1S \ + EMISAR_D4 \ + EMISAR_D4S \ + EMISAR_D4S_219c \ + FW3A \ + ; do + echo "===== $TARGET =====" + ../../../bin/build-85.sh rampingiosv3 "-DFSM_${TARGET}_DRIVER" + mv -f rampingiosv3.hex rampingiosv3.$TARGET.hex +done |
