micropython/ports
Jim Mussared 86ce442607 ports: Add '.frozen' as the first entry in sys.path.
Frozen modules will be searched preferentially, but gives the user the
ability to override this behavior.

This matches the previous behavior where "" was implicitly the frozen
search path, but the frozen list was checked before the filesystem.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-12-18 00:08:07 +11:00
..
bare-arm
cc3200
esp32 ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
esp8266 ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
javascript all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 2021-12-17 23:54:05 +11:00
mimxrt ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
minimal
nrf ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
pic16bit
powerpc
qemu-arm
rp2 ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
samd
stm32 ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
teensy teensy: Switch to use manifest.py instead of FROZEN_DIR. 2021-12-17 23:54:05 +11:00
unix ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
windows py/builtinimport: Refactor module importing. 2021-12-01 13:23:34 +11:00
zephyr