~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/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:
19
19
  SOFIRN_SP36 \
20
20
  ; do
21
21
  echo "===== $TARGET ====="
22
 
  ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"
 
22
  ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER"
23
23
  mv -f "$UI".hex "$UI".$TARGET.hex
24
24
done