~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-11-03 22:54:18 UTC
  • mfrom: (188.1.36 flash-safer)
  • Revision ID: bzr@toykeeper.net-20181103225418-1vsjrc40xh838ggw
merged trunk and flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  EMISAR_D4S_219C \
14
14
  ; do
15
15
  echo "===== $TARGET ====="
16
 
  ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"
 
16
  ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER"
17
17
  mv -f "$UI".hex "$UI".$TARGET.hex
18
18
done