|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
STM32 UART wrapper — wraps UART_HandleTypeDef for BaseUart interface. More...
Go to the source code of this file.
Classes | |
| class | StmUart |
| STM32 UART implementation. More... | |
STM32 UART wrapper — wraps UART_HandleTypeDef for BaseUart interface.
Users initialise UART in STM32CubeMX, then pass the UART_HandleTypeDef* here. Supports blocking TX/RX, optional DMA ring buffer RX, and printf formatting.