altos/stm32l0: Add LPUART driver
authorKeith Packard <keithp@keithp.com>
Thu, 6 Aug 2020 05:32:14 +0000 (22:32 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commit33ea5b3658377cea325db285a3e457724f660384
tree9721540e6909bb92373c94f10386c8d15b23df6a
parent980d54134bedb64d506c0702f09b4d5277000848
altos/stm32l0: Add LPUART driver

This is a simpler UART which micropeak has connected to the LED and
we'll use for transmitting the log on power up

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak-v2.0/Makefile
src/micropeak-v2.0/ao_pins.h
src/stm32l0/ao_lpuart.h [new file with mode: 0644]
src/stm32l0/ao_lpuart_stm.c [new file with mode: 0644]
src/stm32l0/ao_serial_stm.c
src/stm32l0/stm32l0.h