mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
The new option is MICROPY_ENABLE_EXTERNAL_IMPORT and is enabled by default so that the default behaviour is the same as before. With it disabled import is only supported for built-in modules, not for external files nor frozen modules. This allows to support targets that have no filesystem of any kind and that only have access to pre-supplied built-in modules implemented natively.
56 KiB
56 KiB