diff options
author | Daniel Campora <danicampora@gmail.com> | 2025-05-28 23:19:14 +0800 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-08 07:50:06 +1000 |
commit | abcf023554df96f34e80e6eb73b9b705523ac5c5 (patch) | |
tree | 357f60ffb41bfab74f0f5cd1f9ac6dce88e4ebcf /py/lexer.h | |
parent | 431b79146e4c8611144795eebf4e7645aa0c6591 (diff) | |
download | micropython-master.tar.gz micropython-master.zip |
Before this commit the UART would only work in very simple use cases.
Receiving large amounts of data would result in lost bytes. Plus the print
function would crash due to `uart_config_get()` returning incorrect values.
Additionally, receiving data with `timeout==0` would fail even if data was
already available in the internal UART Rx FIFO.
This commit fixes those issues. The non-implemented functions have also
been made usable.
Signed-off-by: Daniel Campora <danicampora@gmail.com>
Diffstat (limited to 'py/lexer.h')
0 files changed, 0 insertions, 0 deletions