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
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