altos/stm32f1: More stm32f103 work
authorKeith Packard <keithp@keithp.com>
Sun, 19 Feb 2023 23:44:32 +0000 (15:44 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
commit87b64a15f55ecb20a0f8bb2556e77b45a4d82b82
tree1c4d227152065f58a86eab204d60c104d7a37a65
parentd2cb18542f4f6071232bd046fd1b257228c17a25
altos/stm32f1: More stm32f103 work

Serial driver works
Interrupts work

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm32f1/Makefile-raw.defs
src/stm32f1/altos-ram.ld
src/stm32f1/ao_arch.h
src/stm32f1/ao_arch_funcs.h
src/stm32f1/ao_clock.c
src/stm32f1/ao_exti.h [new file with mode: 0644]
src/stm32f1/ao_interrupt.c
src/stm32f1/ao_serial_stm.c [new file with mode: 0644]
src/stm32f1/ao_timer.c
src/stm32f1/ao_usb_stm.c [new file with mode: 0644]
src/stm32f1/stm32f1.h