micropython/windows
Damien George 04b9147e15 Add license header to (almost) all files.
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
2014-05-03 23:27:38 +01:00
..
Makefile mingw: Fix number of exponent digits in floating point formatting 2014-05-03 20:15:15 +02:00
README windows/README: Use CROSS_COMPILE instead of CC to cover other tools too. 2014-04-23 20:45:53 +03:00
alloca.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
init.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
init.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.mk
realpath.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
realpath.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00

README

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
make CROSS_COMPILE=i586-mingw32msvc-

The port requires additional testing, debugging, and patches. Please
consider to contribute.