diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:35:57 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
| commit | dfc268e0021e1cd3045f73339a749d292a6a6300 (patch) | |
| tree | 3736895bb7debeff7a6363ce263b085d6ec4b531 /src/telescience-v0.2 | |
| parent | 8ded61d59888c79ef1f94e664b5fb770841a801a (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/Makefile | 1 |
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 \ |
