diff options
author | Damien George <damien@micropython.org> | 2025-04-22 11:52:35 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-05-21 13:14:26 +1000 |
commit | e676b58d9fae4c4ebebfe0ea7fb787317dafba38 (patch) | |
tree | 52193477581ef72c02f5612f360c26e338be6b7e /docs/esp32/tutorial/img | |
parent | 32c65ad4552d7e7d88c06e94fd903dcea5080c5f (diff) | |
download | micropython-e676b58d9fae4c4ebebfe0ea7fb787317dafba38.tar.gz micropython-e676b58d9fae4c4ebebfe0ea7fb787317dafba38.zip |
nrf: Fix UART write on parts that can't write more than 255 bytes.
Some MCUs cannot write more than 255 bytes to the UART at once. Eg writing
256 bytes gets truncated to 0, writing 257 gets truncated to 1, etc.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32/tutorial/img')
0 files changed, 0 insertions, 0 deletions