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>
Wed, 3 Oct 2018 21:51:57 +0000 (14:51 -0700)
commit8518cf6aaa186cef66ebc2e18710fc9e83b9f936
treee773aaaad7f9cb8c67b2e08254d9592c572f0b3c
parentb3bbd0d8e11c00e2fad606439b2f16a2d6777c80
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]