altos: Make stm-flash capable of switching to application
authorKeith Packard <keithp@keithp.com>
Mon, 11 Mar 2013 04:02:59 +0000 (21:02 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Mar 2013 04:02:59 +0000 (21:02 -0700)
commit8083aeb07167a1a68a168f16ac951b6de7b197ea
treee32ce77901c14cde263870298ab503af4a81fe4c
parent5187bb4402874f654fcef5ffdf237edf97a26b8c
altos: Make stm-flash capable of switching to application

This shrinks the base OS load down a bit as well so that stm-flash
fits comfortably in the first 8kB of memory.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_cmd.c
src/core/ao_task.c
src/core/ao_task.h
src/stm-demo/Makefile
src/stm-flash/ao_pins.h
src/stm-flash/ao_stm_flash.c
src/stm/altos-application.ld [new file with mode: 0644]
src/stm/altos-loader.ld [new file with mode: 0644]
src/stm/ao_boot.h [new file with mode: 0644]
src/stm/ao_interrupt.c