summaryrefslogtreecommitdiff
path: root/src/telescience-v0.2
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 20:35:57 -0500
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commitdfc268e0021e1cd3045f73339a749d292a6a6300 (patch)
tree3736895bb7debeff7a6363ce263b085d6ec4b531 /src/telescience-v0.2
parent8ded61d59888c79ef1f94e664b5fb770841a801a (diff)
altos: Use flash loader on all STM products
Includes the boot chain stuff Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-v0.2')
-rw-r--r--src/telescience-v0.2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telescience-v0.2/Makefile b/src/telescience-v0.2/Makefile
index fbeeb75c..f16ef268 100644
--- a/src/telescience-v0.2/Makefile
+++ b/src/telescience-v0.2/Makefile
@@ -28,6 +28,7 @@ INC = \
#STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
ALTOS_SRC = \
+ ao_boot_chain.c \
ao_interrupt.c \
ao_product.c \
ao_romconfig.c \