altos: Add initial stm32l0 support
authorKeith Packard <keithp@keithp.com>
Sat, 20 Jun 2020 22:13:09 +0000 (15:13 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commitd907b0fe40d31995848e5b207009ba230da2e36e
treeb7111e519564e045a21ed78e543f6cb65aefe513
parentb8a9273162b7016afc29f4c98fc3b66324d4c85b
altos: Add initial stm32l0 support

A low-power cortex M0 chip for MicroPeak v2.0

Signed-off-by: Keith Packard <keithp@keithp.com>
17 files changed:
src/stm32l0/Makefile-flash.defs [new file with mode: 0644]
src/stm32l0/Makefile-stm32l0.defs [new file with mode: 0644]
src/stm32l0/Makefile.defs [new file with mode: 0644]
src/stm32l0/altos.ld [new file with mode: 0644]
src/stm32l0/ao_arch.h [new file with mode: 0644]
src/stm32l0/ao_arch_funcs.h [new file with mode: 0644]
src/stm32l0/ao_dma_stm32l0.c [new file with mode: 0644]
src/stm32l0/ao_exti.h [new file with mode: 0644]
src/stm32l0/ao_exti_stm.c [new file with mode: 0644]
src/stm32l0/ao_interrupt.c [new file with mode: 0644]
src/stm32l0/ao_pwm_stm.c [new file with mode: 0644]
src/stm32l0/ao_serial_stm.c [new file with mode: 0644]
src/stm32l0/ao_spi_stm32l0.c [new file with mode: 0644]
src/stm32l0/ao_timer.c [new file with mode: 0644]
src/stm32l0/ao_timer_stm32l0.h [new file with mode: 0644]
src/stm32l0/stm32l0.h [new file with mode: 0644]
src/stm32l0/stm32l0.ld [new file with mode: 0644]