aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.h
AgeCommit message (Expand)Author
2015-10-18unix/modos: Add statvfs() function.Paul Sokolovsky
2015-10-15unix: Fix coverage build now that mp_plat_print uses write.Damien George
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-15unix: Allow to build against Android down to 1.5.Paul Sokolovsky
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-12unix: Enable REPL auto-indent.Damien George
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-08-05unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSXblmorris
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-17Revert "unix: Include stdio.h to allow easy debugging with printf()."Paul Sokolovsky
2015-05-10unix: Include stdio.h to allow easy debugging with printf().Paul Sokolovsky
2015-05-08unix: Fix thumb2 vs arm native emitter auto-detection.Paul Sokolovsky
2015-05-04modbuiltins: Add NotImplemented builtin constant.Paul Sokolovsky
2015-05-04modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky
2015-04-25modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-04objstr: Add .splitlines() method.Paul Sokolovsky
2015-04-03unix: Add stackless config settings, for easy access.Paul Sokolovsky
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-20py: Allow retrieving a function's __name__.stijn
2015-03-20py: Implement core of OrderedDict type.Paul Sokolovsky
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-13unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky
2015-03-03py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George
2015-02-27objarray: Implement array slice assignment.Paul Sokolovsky
2015-02-22py: Make math special functions configurable and disabled by default.Damien George
2015-01-31py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.Paul Sokolovsky
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2015-01-14py, unix: Trace root pointers with native emitter under unix port.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-09py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-07py: Add option to cache map lookup results in bytecode.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky
2014-12-17unix: Rename "time" module to "utime" to allow extensibility.Paul Sokolovsky
2014-12-14unix: Enable Thumb2 and ARM emitters by default on corresponding archs.Paul Sokolovsky
2014-12-09py: Allow builtins to be overridden.Damien George
2014-11-29modubinascii: Add, with hexlify() implementation.Paul Sokolovsky
2014-11-22moduhashlib: Initial module skeleton.Paul Sokolovsky
2014-11-17stream: Implement seek operation support via ioctl, wrapped in generic method.Paul Sokolovsky
2014-10-25py: Implement compile builtin, enabled only on unix port.Damien George
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-10-22extmod: Add uheapq module.Damien George
2014-10-13moduzlib: Integrate into the system.Paul Sokolovsky
2014-10-11Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-...Damien George
2014-10-11unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).Paul Sokolovsky