]> git.gag.com Git - fw/altos/commit
Add STM self-flashing loader
authorKeith Packard <keithp@keithp.com>
Sun, 24 Feb 2013 08:18:14 +0000 (00:18 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Mar 2013 01:05:49 +0000 (18:05 -0700)
commit5187bb4402874f654fcef5ffdf237edf97a26b8c
treeb8befdce30b39cff603ac6701578581fb876f738
parent90ee11542b111befa0e96e27292dc548e5c37396
Add STM self-flashing loader

This allows the real application to get loaded at 0x2000 and jumps to
that at startup time if the boot pin is set appropriately

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm-flash/Makefile [new file with mode: 0644]
src/stm-flash/ao_pins.h [new file with mode: 0644]
src/stm-flash/ao_stm_flash.c [new file with mode: 0644]
src/stm/ao_arch_funcs.h
src/stm/ao_interrupt.c