micropython/ports/samd/mcu/samd51
Jim Mussared 2fbc08c462 extmod/asyncio: Rename uasyncio to asyncio.
The asyncio module now has much better CPython compatibility and
deserves to be just called "asyncio".

This will avoid people having to write `from uasyncio import asyncio`.

Renames all files, and updates port manifests to use the new path. Also
renames the built-in _uasyncio to _asyncio.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-19 17:33:03 +10:00
..
clock_config.c samd/mcu: Reduce the startup time after hard reset. 2023-05-22 18:41:48 +10:00
manifest.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
mpconfigmcu.h all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2023-06-08 17:54:11 +10:00
mpconfigmcu.mk samd: Rearrange the MCU-specific loader files. 2023-05-22 18:36:29 +10:00
pin-af-table.csv all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00