micropython/shared
Fin Maaß a8b71559cf shared/readline: Handle \r and \n correctly as a newline.
The old code was only handling `\r` and ignoring `\n`, which is a problem
for systems that only send `\n` as a newline.  This commit handles it
better, supporting both characters.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-02-12 14:32:50 +11:00
..
libc all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
memzip ports: Remove unneeded future imports. 2025-09-15 14:54:09 +10:00
netutils shared/netutils: Cast the ticks value before printing. 2025-07-25 11:00:08 +10:00
readline shared/readline: Handle \r and \n correctly as a newline. 2026-02-12 14:32:50 +11:00
runtime all: Use enum instead of bool argument to mp_handle_pending. 2026-02-05 00:29:36 +11:00
timeutils shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
tinyusb esp32: Add support for ESP32-P4. 2025-12-01 13:08:52 +11:00
README.md lib,shared: Update README's based on contents of these dirs. 2021-07-13 00:17:02 +10:00

This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.