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>
Wed, 8 May 2013 03:12:40 +0000 (20:12 -0700)
commita6887032b4d217bca5236ea15389218f10d69545
tree8e6673e7046bc90773ffd4f52b448fdf5109ba8c
parent887209b61ac3012d0fd2206cf1016c44f59cb432
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
src/stm/ao_arch_funcs.h
src/stm/ao_interrupt.c