summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexer.h
diff options
context:
space:
mode:
authorDaniel Campora <danicampora@gmail.com>2025-05-28 23:19:14 +0800
committerDamien George <damien@micropython.org>2025-07-08 07:50:06 +1000
commitabcf023554df96f34e80e6eb73b9b705523ac5c5 (patch)
tree357f60ffb41bfab74f0f5cd1f9ac6dce88e4ebcf /py/lexer.h
parent431b79146e4c8611144795eebf4e7645aa0c6591 (diff)
downloadmicropython-master.tar.gz
micropython-master.zip
zephyr/machine_uart: Complete UART driver and make it interrupt driven.HEADmaster
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