summaryrefslogtreecommitdiff
path: root/src/stm-flash
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-11 00:01:52 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 20:15:45 -0700
commit56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc (patch)
tree2538f7c91b590034910b87e570843af4c4b851f7 /src/stm-flash
parentc9c35b100c3fcae661501d2bf89eedc7fceb2e1c (diff)
altos: Add program flash function
And get it loaded to RAM so it can execute correctly. Nothing calls it yet... Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash')
-rw-r--r--src/stm-flash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile
index fbc6603d..3c7b4966 100644
--- a/src/stm-flash/Makefile
+++ b/src/stm-flash/Makefile
@@ -24,6 +24,7 @@ ALTOS_SRC = \
ao_mutex.c \
ao_usb_stm.c \
ao_stdio.c \
+ ao_flash_stm.c \
ao_cmd.c
PRODUCT=StmFlash-v0.0