Add STM platform and stm-bringup demo program
authorKeith Packard <keithp@keithp.com>
Sat, 17 Mar 2012 03:21:09 +0000 (20:21 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Mar 2012 04:37:02 +0000 (21:37 -0700)
commit9279fd42793123784ce83ca151df6f4630487722
tree4aa915f83ee5aafbeda8d6df5c32044684e0acae
parente2f13aa43ba79becbff6c9bfc18c665a58d96185
Add STM platform and stm-bringup demo program

The stm-bringup doesn't run altos, it just initializes the device and
writes stuff over a serial port. Works on the STM32L Discovery board
at least, should do stuff on other boards too.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
ao-bringup/stm/Makefile [deleted file]
ao-bringup/stm/bringup.c [deleted file]
src/stm-bringup/Makefile [new file with mode: 0644]
src/stm-bringup/bringup.c [new file with mode: 0644]
src/stm/altos-ram.ld [new file with mode: 0644]
src/stm/altos.ld [new file with mode: 0644]
src/stm/ao_arch.h [new file with mode: 0644]
src/stm/ao_interrupt.c [new file with mode: 0644]
src/stm/ao_led.c [new file with mode: 0644]
src/stm/ao_serial_stm.c [new file with mode: 0644]
src/stm/ao_timer.c [new file with mode: 0644]
src/stm/registers.ld [new file with mode: 0644]
src/stm/stm32l.h [new file with mode: 0644]