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
94 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
"
)
windows/uasyncio: Add support for uasyncio to windows dev variant.
2022-02-07 14:38:53 +11:00
include
(
"
$(MPY_DIR)/extmod/uasyncio/manifest.py
"
)
Reference in New Issue
Copy Permalink