circuitpython/shared
Jeff Epler 7a75037b39 m68kmac: Add a port to m68k Macintosh.
This is lightly tested with umac emulating a 4MB Macintosh Plus.
2025-07-06 16:42:28 +01:00
..
libc all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
memzip py/mkrules.mk: Add rule for compiling auto-generated source files. 2023-11-03 13:57:47 +11:00
netutils netutils: Cast the ticks value before printing. 2025-07-06 08:24:06 +01:00
readline all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
runtime m68kmac: Add a port to m68k Macintosh. 2025-07-06 16:42:28 +01:00
timeutils shared/timeutils: Add missing mp_uint_t casts. 2025-01-02 13:28:01 +11:00
tinyusb shared/tinyusb: Use device event hook to schedule USB task. 2025-05-26 11:15:33 +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.