Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-16 | stm32_uart: add write_blocking helper | Karl Palsson | 1 | -0/+6 | |
A nice easy basic helper for "I just wannna wite a char now!" | |||||
2022-04-16 | FIXME: platforms: stm32l4: fix all rcc enables, add lptim | Karl Palsson | 1 | -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-16 | uart: Add PRESC register on extended v2 | Karl Palsson | 1 | -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 | uart: Generate instances from platform spec. | Vegard Storheil Eriksen | 1 | -0/+33 | |