~i-dan-3/flashlight-firmware/pwm-strobe

« back to all changes in this revision

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

  • Committer: Selene Scriven
  • Date: 2018-09-05 20:23:21 UTC
  • mfrom: (188.1.174 fsm)
  • Revision ID: bzr@toykeeper.net-20180905202321-sdfmo12lzma8cx3e
merged fsm updates, fixed stepped ramping "negative zero" bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
 
3
UI=anduril
 
4
 
3
5
for TARGET in \
4
6
  BLF_GT \
5
7
  BLF_GT_MINI \
12
14
  FW3A \
13
15
  ; do
14
16
  echo "===== $TARGET ====="
15
 
  ../../../bin/build-85.sh anduril "-DFSM_${TARGET}_DRIVER"
16
 
  mv -f anduril.hex anduril.$TARGET.hex
 
17
  ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"
 
18
  mv -f "$UI".hex "$UI".$TARGET.hex
17
19
done