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-03-11 00:01:52 -0700
commit994157be3d8272045183bc42237cd315d30d2187 (patch)
tree949ccc8bdc2153f477b84492d829ea7ae357cad4 /src/stm-flash
parent31c2760ee919a90e440d014d7d303707d863bdf6 (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