aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.mk
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-06-17unix/mpconfigport.mk: Update descriptions of readline and TLS options.Paul Sokolovsky
2017-04-26unix: Remove obsolete MICROPY_FATFS macro.Damien George
2016-09-23py/py.mk: Add support for building modussl_mbedtls.Paul Sokolovsky
2016-07-13extmod/modussl_axtls: Further changes to allow alternative SSL modules.Paul Sokolovsky
2016-07-02unix: Enable btree module.Paul Sokolovsky
2016-06-28unix: Add basic thread support using pthreads.Damien George
2016-06-17unix: Move "utime" module config to C level instead of make level.Paul Sokolovsky
2016-06-16unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).Paul Sokolovsky
2016-06-16unix: Unbreak "minimal" target by disabling FatFs.Paul Sokolovsky
2016-05-28unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.Paul Sokolovsky
2016-05-26unix: Enable "ussl" module.Paul Sokolovsky
2015-10-06modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
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