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.h
Age
Commit message (
Expand
)
Author
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-12-16
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
Damien George
2015-12-14
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-13
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-03
unix/mpconfigport: Typo fix in comment.
Paul Sokolovsky
2015-12-02
unix/mpconfigport.h: For MICROPY_NO_ALLOCA=1, don't even include alloca.h.
Paul Sokolovsky
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
unix/modtime: sleep(): Automatically restart after receiving EINTR.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-13
unix: Use standard mphalport.h header.
Paul Sokolovsky
2015-11-13
unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.
Paul Sokolovsky
2015-11-13
unix/mpconfigport: Move log2() definition to modmath.c.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-18
unix/modos: Add statvfs() function.
Paul Sokolovsky
2015-10-15
unix: Fix coverage build now that mp_plat_print uses write.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-10-15
unix: Allow to build against Android down to 1.5.
Paul Sokolovsky
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-12
unix: Enable REPL auto-indent.
Damien George
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-08-05
unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX
blmorris
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-06-02
unix: Include upip as fronzen modules inside the standard interpreter.
Paul Sokolovsky
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-05-17
Revert "unix: Include stdio.h to allow easy debugging with printf()."
Paul Sokolovsky
2015-05-10
unix: Include stdio.h to allow easy debugging with printf().
Paul Sokolovsky
2015-05-08
unix: Fix thumb2 vs arm native emitter auto-detection.
Paul Sokolovsky
2015-05-04
modbuiltins: Add NotImplemented builtin constant.
Paul Sokolovsky
2015-05-04
modmachine: Add new module to access hardware, starting with physical memory.
Paul Sokolovsky
2015-04-25
modsys: Add basic sys.exc_info() implementation.
Paul Sokolovsky
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-04
objstr: Add .splitlines() method.
Paul Sokolovsky
2015-04-03
unix: Add stackless config settings, for easy access.
Paul Sokolovsky
2015-03-26
py: Add optional support for descriptors' __get__ and __set__ methods.
stijn
2015-03-20
py: Allow retrieving a function's __name__.
stijn
2015-03-20
py: Implement core of OrderedDict type.
Paul Sokolovsky
2015-03-14
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Damien George
2015-03-13
unix: Support readline history saving to file, improves interactive usage.
Paul Sokolovsky
2015-03-03
py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.
Damien George
2015-02-27
objarray: Implement array slice assignment.
Paul Sokolovsky
2015-02-22
py: Make math special functions configurable and disabled by default.
Damien George
2015-01-31
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
Paul Sokolovsky
2015-01-16
unix: Add target to build "minimal" uPy interpreter.
Damien George
2015-01-14
py, unix: Trace root pointers with native emitter under unix port.
Damien George
2015-01-10
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Damien George
[prev]
[next]