Files
micropython/ports/zephyr/qstrdefsport.h
Damien George 6b82eb75be zephyr/main: Add /flash/lib or /sd/lib to sys.path on start up.
If there is a filesystem available, this change makes sure there is a "lib"
in `sys.path`, eg so that "mip install" works correctly.

Signed-off-by: Damien George <damien@micropython.org>
2025-07-08 10:10:16 +10:00

5 lines
72 B
C

// qstrs specific to this port
// *FORMAT-OFF*
Q(/flash/lib)
Q(/sd/lib)