This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
windows
/
variants
/
dev
/
manifest.py
3 lines
81 B
Python
Raw
Normal View
History
Unescape
Escape
windows: Add support for build variants to windows port. Following the unix port. Support for building variants with msvc was done by @stinos.
2021-11-25 12:16:29 +11:00
include
(
"
$(PORT_DIR)/variants/manifest.py
"
)
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-08 15:51:50 +10:00
include
(
"
$(MPY_DIR)/extmod/asyncio
"
)
Reference in New Issue
Copy Permalink