stm32f1: Get boot loader working
authorKeith Packard <keithp@keithp.com>
Sun, 26 Feb 2023 03:24:11 +0000 (19:24 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
commitcea0f40fff14b9d2085e0026a68b742a4b114cb9
tree1a56c2cff3c23a5c19d43634f0d691ea41ffbc38
parent58f013162125b2143a5a9f1c0544cb20817e9524
stm32f1: Get boot loader working

Signed-off-by: Keith Packard <keithp@keithp.com>
16 files changed:
src/stm32f1/Makefile-flash.defs [new file with mode: 0644]
src/stm32f1/Makefile.defs
src/stm32f1/altos-loader.ld [new file with mode: 0644]
src/stm32f1/altos.ld [new file with mode: 0644]
src/stm32f1/ao_arch.h
src/stm32f1/ao_arch_funcs.h
src/stm32f1/ao_boot_chain.c [new file with mode: 0644]
src/stm32f1/ao_boot_pin.c [new file with mode: 0644]
src/stm32f1/ao_exti.h
src/stm32f1/ao_flash.h [new file with mode: 0644]
src/stm32f1/ao_flash_loader_stm.c [new file with mode: 0644]
src/stm32f1/ao_flash_stm.c
src/stm32f1/ao_flash_stm_pins.h [new file with mode: 0644]
src/stm32f1/ao_serial_stm.c
src/stm32f1/registers.ld
src/stm32f1/stm32f1.h