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>
Wed, 8 May 2013 03:15:43 +0000 (20:15 -0700)
commitc9c35b100c3fcae661501d2bf89eedc7fceb2e1c
treec2db5892a973c33346d1985405f2f88a6b3d87b6
parenta6887032b4d217bca5236ea15389218f10d69545
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