summaryrefslogtreecommitdiff
path: root/src/vidtime/flash-loader/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-05-07 11:26:42 -0700
committerKeith Packard <keithp@keithp.com>2018-05-07 11:26:42 -0700
commit06dac6551418ba817798c187f198b9b00c1dda74 (patch)
treed1a7fbbd056f80dfe01c57a42b2d4c68080e1a8e /src/vidtime/flash-loader/Makefile
parent1f56dc30a31e3d5c833f73ec9cd31f548a80e154 (diff)
altos: add 'vidtime', a simple brightness monitor
This is a testing tool for video refresh tracking. It uses the mpusb v3.0 hardware and monitors the phototransistor value, sending 0 or 1 to the USB port when the value changes. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/vidtime/flash-loader/Makefile')
-rw-r--r--src/vidtime/flash-loader/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vidtime/flash-loader/Makefile b/src/vidtime/flash-loader/Makefile
new file mode 100644
index 00000000..57c65b5e
--- /dev/null
+++ b/src/vidtime/flash-loader/Makefile
@@ -0,0 +1,7 @@
+#
+# AltOS flash loader build
+#
+
+TOPDIR=../..
+HARDWARE=vidtime-v1.0
+include $(TOPDIR)/stmf0/Makefile-flash.defs