From 06dac6551418ba817798c187f198b9b00c1dda74 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 7 May 2018 11:26:42 -0700 Subject: 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 --- src/vidtime/flash-loader/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/vidtime/flash-loader/Makefile (limited to 'src/vidtime/flash-loader/Makefile') 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 -- cgit v1.2.3