Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MicroPython: Switch module to builtin.
HACK: Use a tweaked MicroPython source to include all module functions as builtins. Eliminate the requirement for "from picosystem import *". MUCH faster access to methods which are now allocated on the QSTR module pool. * Remove all functions from the "picosystem" module. * Remove "STATIC" from all function definitions- allow them to be access by MPY build. * Update CI to target experimental/picosystem branch of MicroPython
- Loading branch information