circuitpython/shared
timdechant 2c9212ad1e Fix docstring for stdout.buffer
Earlier commit changed stdio docstring/type to StringIO and included
stdio_buffer_obj in that.  Reviewing history for that object,
it is intended to implement (e.g.) stdout.buffer, which is a
binary stream.  Revert back to FileIO for that docstring/type.
2024-08-23 08:58:10 -04:00
..
libc MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
memzip MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
netutils MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
readline wip: fixing compilation 2024-07-26 18:38:46 -04:00
runtime Fix docstring for stdout.buffer 2024-08-23 08:58:10 -04:00
timeutils MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
upytesthelper py/modsys: Allow sys.path to be assigned to. 2023-06-08 17:54:24 +10: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.