altos/stm32f4: Start adding support for STM32F413
authorKeith Packard <keithp@keithp.com>
Tue, 11 Sep 2018 07:07:38 +0000 (00:07 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 13 Oct 2018 15:22:50 +0000 (08:22 -0700)
commitb7a21bf6a086748b4907c0577eaa114445995783
tree4a91bb4fd0ad23c66520bb3dd01d0207f4f11d17
parentf037d0091a4b31c631d64e71441953eb9b3b21ce
altos/stm32f4: Start adding support for STM32F413

Enough to get clocks lit up at least.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
src/stm32f4/Makefile-flash.defs [new file with mode: 0644]
src/stm32f4/Makefile-raw.defs [new file with mode: 0644]
src/stm32f4/Makefile-stm32f4.defs [new file with mode: 0644]
src/stm32f4/Makefile.defs [new file with mode: 0644]
src/stm32f4/altos-loader.ld [new file with mode: 0644]
src/stm32f4/altos-raw.ld [new file with mode: 0644]
src/stm32f4/altos.ld [new file with mode: 0644]
src/stm32f4/ao_arch.h [new file with mode: 0644]
src/stm32f4/ao_arch_funcs.h [new file with mode: 0644]
src/stm32f4/ao_interrupt.c [new file with mode: 0644]
src/stm32f4/ao_timer.c [new file with mode: 0644]
src/stm32f4/registers.ld [new file with mode: 0644]
src/stm32f4/stm32f4.h [new file with mode: 0644]