mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01: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