micropython/ports/unix
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
..
variants ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
.gitignore
Makefile all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 2021-12-17 23:54:05 +11:00
alloc.c
coverage.c unix/coverage: Change remaining printf to mp_printf. 2021-12-09 12:38:50 +11:00
coveragecpp.cpp
fatfs_port.c
gccollect.c
input.c
input.h
main.c ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
modffi.c
modjni.c
modmachine.c
modos.c
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
modusocket.c
mpbthciport.c
mpbtstackport.h
mpbtstackport_common.c
mpbtstackport_h4.c
mpbtstackport_usb.c
mpconfigport.h ports: Add '.frozen' as the first entry in sys.path. 2021-12-18 00:08:07 +11:00
mpconfigport.mk
mphalport.h
mpnimbleport.c
mpnimbleport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c