Browse Source
This allows ports to override mp_builtin___import__. This can be useful in MicroPython applications where MICROPY_ENABLE_EXTERNAL_IMPORT has to be disabled due to its impact on build size (2% to 2.5% of the minimal port). By overriding the otherwise very minimal mp_builtin___import__, ports can still allow limited forms of application-specific imports. Signed-off-by: Laurens Valk <laurens@pybricks.com>pull/9058/head
Laurens Valk
2 years ago
committed by
Damien George
2 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue