aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-10-17 23:47:12 -0600
committerSelene ToyKeeper2018-10-17 23:47:12 -0600
commita19560f92e0ead081e494d58dd6cf36c170c85c0 (patch)
tree601d50cb05e8675d2e4eb28b5a0424eb4ff516b5 /spaghetti-monster
parentremoved more-complex baton UI (which only different by having a party strobe ... (diff)
downloadanduril-a19560f92e0ead081e494d58dd6cf36c170c85c0.tar.gz
anduril-a19560f92e0ead081e494d58dd6cf36c170c85c0.tar.bz2
anduril-a19560f92e0ead081e494d58dd6cf36c170c85c0.zip
Initial untested support for the Sofirn SP36 (like a Q8 but smaller).
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/anduril.c4
-rwxr-xr-xspaghetti-monster/anduril/build-all.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c
index 300e32b..085c674 100644
--- a/spaghetti-monster/anduril/anduril.c
+++ b/spaghetti-monster/anduril/anduril.c
@@ -32,6 +32,7 @@
//#define FSM_FF_ROT66_DRIVER
//#define FSM_FF_ROT66_219_DRIVER
//#define FSM_FW3A_DRIVER
+//#define FSM_SOFIRN_SP36_DRIVER
#define USE_LVP // FIXME: won't build when this option is turned off
@@ -114,6 +115,9 @@
#elif defined(FSM_FW3A_DRIVER)
#include "cfg-fw3a.h"
+#elif defined(FSM_SOFIRN_SP36_DRIVER)
+#include "cfg-sofirn-sp36.h"
+
#endif
diff --git a/spaghetti-monster/anduril/build-all.sh b/spaghetti-monster/anduril/build-all.sh
index 9e2a83c..1a1363c 100755
--- a/spaghetti-monster/anduril/build-all.sh
+++ b/spaghetti-monster/anduril/build-all.sh
@@ -16,6 +16,7 @@ for TARGET in \
FF_ROT66 \
FF_ROT66_219 \
FW3A \
+ SOFIRN_SP36 \
; do
echo "===== $TARGET ====="
../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"