aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.mk
AgeCommit message (Expand)Author
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2014-08-23modtermios: Add "termios" unix module, subset of CPython's.Paul Sokolovsky
2014-05-24Rename configuration variables controling Python features.Damien George
2014-04-16New config option MICROPY_FORCE_32BIT (defaulted to 0)Andrew Scheller
2014-04-13unix: Enable modffi by default.Paul Sokolovsky
2014-03-29unix: Fix ffi.c to compile with latest changes to API.Damien George
2014-03-29py: Rename old const type objects to mp_type_* for consistency.Damien George
2014-02-28MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mkPaul Sokolovsky
2014-02-02unix: Add basic time module (with time() and clock() functions).Paul Sokolovsky
2014-02-01Add mpconfigport.mk file to configure which modules to include into build.Paul Sokolovsky