micropython/shared
iabdalkader 644f4dcc94 shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.
- Cleanup pyexec flags definitions so it's clear they are different.
- Use mp_uint_t for exec_flags because it should be unsigned.
2022-01-06 13:06:39 +11:00
..
libc shared/libc/string0: Don't include string.h, and provide __memcpy_chk. 2021-11-17 13:58:07 +11:00
memzip all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
netutils all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
readline all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
runtime shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants. 2022-01-06 13:06:39 +11:00
timeutils all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
upytesthelper ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11: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.