circuitpython/shared
Dan Halbert 9b2e22a6df Make autoreload checking more robust
- Add reset for autoreload. De-request ticks.
- Separate state a little more in autoreload.c
- Rename some routines.
- Remove redundant settings of CIRCUITPY_AUTORELOAD_DELAY_MS.
2022-03-09 11:07:55 -05:00
..
libc Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
memzip Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
netutils Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
readline Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
runtime Make autoreload checking more robust 2022-03-09 11:07:55 -05:00
timeutils Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
upytesthelper shared: Introduce new top-level dir and move 1st party lib code there. 2021-07-12 17:07:36 +10:00
README.md lib,shared: Update README's based on contents of these dirs. 2021-07-13 00:17:02 +10:00

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.