I have stmhal/modules/lib containing the uasyncio library. I have been building successfully with
make -j 8 BOARD=PYBV11 FROZEN_MPY_DIR=modules
Today, though it compiled the files
...
MPY modules/lib/uasyncio/test2.py
MPY modules/lib/uasyncio/core.py
MPY modules/lib/uasyncio/__init__.py
MPY modules/lib/uasyncio/test.py
MPY modules/lib/uasyncio/queues.py
MPY modules/lib/collections/deque.py
...
I can no longer import uasyncio at the REPL. Modules in stmhal/modules (i.e. not in the subdirectory) are OK.
I have stmhal/modules/lib containing the uasyncio library. I have been building successfully with
Today, though it compiled the files
I can no longer import uasyncio at the REPL. Modules in stmhal/modules (i.e. not in the subdirectory) are OK.