2014-04-20 15:35:11 -04:00
|
|
|
This is experimental, community-supported Windows port of MicroPython.
|
|
|
|
It is based on Unix port, and expected to remain so.
|
|
|
|
|
|
|
|
To cross-compile under Debian/Ubuntu Linux system:
|
|
|
|
|
|
|
|
sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
|
2014-04-23 13:45:53 -04:00
|
|
|
make CROSS_COMPILE=i586-mingw32msvc-
|
2014-04-20 15:35:11 -04:00
|
|
|
|
|
|
|
The port requires additional testing, debugging, and patches. Please
|
|
|
|
consider to contribute.
|