Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-10 | litex: Add UART. | Vegard Storheil Eriksen | 2 | -0/+54 | |
2022-04-17 | stm32_uart: Add more helper functions. | Vegard Storheil Eriksen | 1 | -12/+38 | |
2022-04-17 | stm32_uart: Use constraints to make helper functions compatible with all ↵ | Vegard Storheil Eriksen | 1 | -1/+13 | |
versions. | |||||
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 | .gitignore: Ignore generated files. | Vegard Storheil Eriksen | 1 | -12/+0 | |
2021-09-15 | uart: Generate instances from platform spec. | Vegard Storheil Eriksen | 3 | -0/+66 | |