summaryrefslogtreecommitdiff
path: root/uart
AgeCommit message (Collapse)AuthorFilesLines
2022-04-17stm32_uart: Add more helper functions.Vegard Storheil Eriksen1-12/+38
2022-04-17stm32_uart: Use constraints to make helper functions compatible with all ↵Vegard Storheil Eriksen1-1/+13
versions.
2022-04-16stm32_uart: add write_blocking helperKarl Palsson1-0/+6
A nice easy basic helper for "I just wannna wite a char now!"
2022-04-16FIXME: platforms: stm32l4: fix all rcc enables, add lptimKarl Palsson1-0/+13
FIXME: LPTIM should be split out, rcc should squish to earlier, as early as we can with other rcc fixes,post the last dev_v2 merge.
2021-09-16uart: Add PRESC register on extended v2Karl Palsson1-0/+1
L4+, G0, G4, WB and the "newer" parts use the usart-v2 registers, but add a new register at the end. Simply make it available for all v2 implementations. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-15.gitignore: Ignore generated files.Vegard Storheil Eriksen1-12/+0
2021-09-15uart: Generate instances from platform spec.Vegard Storheil Eriksen3-0/+66