aboutsummaryrefslogtreecommitdiff
path: root/windows/mpconfigport.mk
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2016-06-18windows: Follow unix port changes regarding "utime" module.Paul Sokolovsky
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2014-05-24Rename configuration variables controling Python features.Damien George
Now of the form MICROPY_PY_*. See issue #35.
2014-04-20windows: Unbreak mingw32 build (cross-compiling under Linux).Paul Sokolovsky