altos: Initial STMF04x support
authorKeith Packard <keithp@keithp.com>
Mon, 26 Jan 2015 00:42:39 +0000 (16:42 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 26 Jan 2015 00:42:39 +0000 (16:42 -0800)
commit02f03df6d089cafae99f8ce15dcbd87f6e78d749
tree4392734addefe43902b4e0979685ab72a008065b
parent0e7d1c89fea98eabca738f10cbfebec631be3bb7
altos: Initial STMF04x support

Basic clock configuration, OS support, LED and USB drivers.

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
src/stmf0/Makefile-stmf0.defs [new file with mode: 0644]
src/stmf0/Makefile.defs [new file with mode: 0644]
src/stmf0/altos.ld [new file with mode: 0644]
src/stmf0/ao_arch.h [new file with mode: 0644]
src/stmf0/ao_arch_funcs.h [new file with mode: 0644]
src/stmf0/ao_boot_chain.c [new file with mode: 0644]
src/stmf0/ao_boot_pin.c [new file with mode: 0644]
src/stmf0/ao_interrupt.c [new file with mode: 0644]
src/stmf0/ao_led.c [new file with mode: 0644]
src/stmf0/ao_romconfig.c [new file with mode: 0644]
src/stmf0/ao_timer.c [new file with mode: 0644]
src/stmf0/ao_usb_stm.c [new file with mode: 0644]
src/stmf0/registers.ld [new file with mode: 0644]
src/stmf0/stm32f0.h [new file with mode: 0644]