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
/
minimal
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
minimal: Use mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-02
minimal: Tune parser chunk allocation policy for very small heap.
Damien George
2015-08-20
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Paul Sokolovsky
2015-08-02
minimal: Use 1 byte for qstr hash, to make port more minimal.
Damien George
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-04-21
py: Add attrtuple object, for space-efficient tuples with attr access.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-07
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
Paul Sokolovsky
2015-04-06
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
Paul Sokolovsky
2015-03-14
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Damien George
2015-02-13
minimal: Allow to compile without defining MICROPY_HAL_H.
Damien George
2015-01-20
py: Implement very simple frozen modules support.
Paul Sokolovsky
2015-01-16
minimal: Support even-driven REPL.
Paul Sokolovsky
2015-01-13
minimal: Convert "bare-arm" port to "minimal" port.
Paul Sokolovsky
2015-01-13
minimal: New port, intended to represent minimal working code.
Paul Sokolovsky