summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp32/tutorial
diff options
context:
space:
mode:
authorennyKey <ennyKey@fn.de>2024-12-04 22:33:17 +0100
committerDamien George <damien@micropython.org>2025-06-26 12:36:04 +1000
commit2a46759fe83a5295f7c06e2dab37c3f85848800e (patch)
tree74b893a498f70b121da5b5e8bf3ce535f29eaaaf /docs/esp32/tutorial
parent5c6da117995ef7f9a7396c4048d3e34f56d73ba4 (diff)
downloadmicropython-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