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, 30 Mar 2023 05:05:31 +0000 (22:05 -0700)
commit2c334d6e809d7e94d19cc6cfbb20d6fd13637e36
tree1f1e23139a99a0e8310bb8a8f46f3a8cfc021fa0
parentbeb94df2daaa9540faf4d5c772dfc68598c89598
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