diff options
author | ennyKey <ennyKey@fn.de> | 2024-12-04 22:33:17 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-06-26 12:36:04 +1000 |
commit | 2a46759fe83a5295f7c06e2dab37c3f85848800e (patch) | |
tree | 74b893a498f70b121da5b5e8bf3ce535f29eaaaf /docs/esp32/tutorial | |
parent | 5c6da117995ef7f9a7396c4048d3e34f56d73ba4 (diff) | |
download | micropython-2a46759fe83a5295f7c06e2dab37c3f85848800e.tar.gz micropython-2a46759fe83a5295f7c06e2dab37c3f85848800e.zip |
stm32/uart: Enable UART FIFO for H7 MCUs.
The H7 has a hardware UART FIFO, so it's worth enabling it, to reduce the
chance of missed incoming characters. Note that `HAL_UART_Init(&huart)`
does not activate the FIFO, it must be done explicitly by calling
`HAL_UARTEx_EnableFifoMode(&huart)`.
Signed-off-by: ennyKey <ennyKey@fn.de>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions