micropython/ports/esp8266/boards/GENERIC_512K
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
..
_boot.py esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 2021-06-18 14:13:18 +10:00
board.json ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
board.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
manifest.py ports: Use micropython-lib version of drivers in manifests. 2022-09-08 11:27:05 +10:00
mpconfigboard.h extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
mpconfigboard.mk esp8266/boards/GENERIC_512K: Add custom manifest without FS modules. 2021-05-26 21:41:40 +10:00