stijn
c2e8a5acd2
windows: Unify project file headers.
...
The xmlns attribute is required for older msbuild version (e.g. for
VS2015). Add it where needed, and reorder the attributes so all
files look the same.
2022-02-25 16:41:11 +11:00
Andrew Leech
6f7d6c567f
windows/uasyncio: Add support for uasyncio to windows dev variant.
2022-02-07 14:39:15 +11:00
Andrew Leech
c708262c12
windows/uselect: Enable micropython select in dev variant.
2022-02-07 14:39:15 +11:00
stijn
dd6967202a
py/modmath: Add math.tau, math.nan and math.inf constants.
...
Configurable by the new MICROPY_PY_MATH_CONSTANTS option.
2022-01-23 09:28:33 +11:00
Andrew Leech
05ed19e73e
windows: Add support for build variants to windows port.
...
Following the unix port.
Support for building variants with msvc was done by @stinos.
2022-01-04 15:06:26 +11:00