~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/rampingios/build-all.sh

  • Committer: Selene Scriven
  • Date: 2018-08-07 03:15:30 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: bzr@toykeeper.net-20180807031530-k7uxbbanbl6zulin
Moved RampingIOS V3 code into its own directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
for TARGET in \
 
4
  BLF_GT \
 
5
  BLF_Q8 \
 
6
  EMISAR_D1 \
 
7
  EMISAR_D1S \
 
8
  EMISAR_D4 \
 
9
  EMISAR_D4S \
 
10
  EMISAR_D4S_219c \
 
11
  FW3A \
 
12
  ; do
 
13
  echo "===== $TARGET ====="
 
14
  ../../../bin/build-85.sh rampingiosv3 "-DFSM_${TARGET}_DRIVER"
 
15
  mv -f rampingiosv3.hex rampingiosv3.$TARGET.hex
 
16
done