altos/stmf0: Add USART support
authorKeith Packard <keithp@keithp.com>
Mon, 31 Oct 2016 02:06:20 +0000 (19:06 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 31 Oct 2016 02:07:39 +0000 (19:07 -0700)
commit148f6e0a107d9e88509958700351794f2f971312
treeb8deba59053ff64b106ea5272cf9c4c8fa0b6d76
parent26f2727eac0cca8930dde9d757bc094f73801859
altos/stmf0: Add USART support

The STM32F0 usart can be operated much like the STM32L usart, but the
registers are all moved around.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stmf0/ao_arch_funcs.h
src/stmf0/ao_serial_stm.c [new file with mode: 0644]
src/stmf0/stm32f0.h