You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py: Implement a module system for external, user C modules.
This system makes it a lot easier to include external libraries as static, native modules in MicroPython. Simply pass USER_C_MODULES (like FROZEN_MPY_DIR) as a make parameter.
This commit is contained in:
committed by
Damien George
parent
cf22f4793c
commit
2e516074da
@@ -1,3 +1,5 @@
|
||||
.. _speed_python:
|
||||
|
||||
Maximising MicroPython Speed
|
||||
============================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user