index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
mpconfigport.mk
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-06-17
unix/mpconfigport.mk: Update descriptions of readline and TLS options.
Paul Sokolovsky
2017-04-26
unix: Remove obsolete MICROPY_FATFS macro.
Damien George
2016-09-23
py/py.mk: Add support for building modussl_mbedtls.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-02
unix: Enable btree module.
Paul Sokolovsky
2016-06-28
unix: Add basic thread support using pthreads.
Damien George
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-16
unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).
Paul Sokolovsky
2016-06-16
unix: Unbreak "minimal" target by disabling FatFs.
Paul Sokolovsky
2016-05-28
unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.
Paul Sokolovsky
2016-05-26
unix: Enable "ussl" module.
Paul Sokolovsky
2015-10-06
modussl: SSL socket wrapper module based on axTLS.
Paul Sokolovsky
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-01-16
unix: Add target to build "minimal" uPy interpreter.
Damien George
2014-08-23
modtermios: Add "termios" unix module, subset of CPython's.
Paul Sokolovsky
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-04-16
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-13
unix: Enable modffi by default.
Paul Sokolovsky
2014-03-29
unix: Fix ffi.c to compile with latest changes to API.
Damien George
2014-03-29
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
2014-02-02
unix: Add basic time module (with time() and clock() functions).
Paul Sokolovsky
2014-02-01
Add mpconfigport.mk file to configure which modules to include into build.
Paul Sokolovsky