micropython/ports/windows/variants/dev
stijn 6abf03b5d0 windows/msvc: Fix module freezing.
Make this more generally useful and in line with what the mingw
and unix ports do: 16bit dig size to work on 32bit ports, a
self-contained qstrdefs.preprocessed.h because makemanifest.py
uses that, and a dev variant which effectively puts this to use:
previously the uasyncio module wasn't frozen but instead tests
ran by importing it from the extmod/ directory.
2023-02-01 13:10:00 +11:00
..
manifest.py all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
mpconfigvariant.h windows/uasyncio: Add support for uasyncio to windows dev variant. 2022-02-07 14:39:15 +11:00
mpconfigvariant.mk unix/variants: Remove variant suffix from executable filename. 2022-08-11 13:34:34 +10:00
mpconfigvariant.props windows/msvc: Fix module freezing. 2023-02-01 13:10:00 +11:00