micropython/shared
Damien George b85611dae8 shared/libc/printf: Fix stdout destination for putchar and puts.
These functions should output to the same location as printf in this file.

Signed-off-by: Damien George <damien@micropython.org>
2023-05-31 16:08:44 +10:00
..
libc shared/libc/printf: Fix stdout destination for putchar and puts. 2023-05-31 16:08:44 +10:00
memzip all: Fix various Python coding inconsistencies found by ruff. 2023-05-02 16:14:45 +10:00
netutils all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
readline shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:48:49 +10:00
runtime all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
timeutils
tinyusb all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
upytesthelper shared/upytesthelper: Fix spelling of "default". 2023-05-19 21:58:32 +10:00
README.md

README.md

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.