| Commit message (Expand) | Author | Age |
* | minimal: Add enough code to run minimal build on STM32F4xx hardware. | Damien George | 2016-01-07 |
* | py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports. | pohmelie | 2015-12-07 |
* | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky | 2015-11-10 |
* | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George | 2015-11-09 |
* | minimal: Clarify comments. | Paul Sokolovsky | 2015-11-07 |
* | minimal: Add an explicit comment on the gchelper.s line in the Makefile. | Dave Hylands | 2015-11-04 |
* | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky | 2015-10-31 |
* | all: Add py/mphal.h and use it in all ports. | Damien George | 2015-10-31 |
* | minimal: Use mp_hal_ticks_ms(). | Paul Sokolovsky | 2015-10-29 |
* | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky | 2015-10-24 |
* | all: Make netutils.h available to all ports by default. | Paul Sokolovsky | 2015-10-19 |
* | minimal: Tune parser chunk allocation policy for very small heap. | Damien George | 2015-10-02 |
* | py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. | Damien George | 2015-10-02 |
* | py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. | Paul Sokolovsky | 2015-08-20 |
* | minimal: Use 1 byte for qstr hash, to make port more minimal. | Damien George | 2015-08-02 |
* | bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg. | Damien George | 2015-06-22 |
* | py: Use a wrapper to explicitly check self argument of builtin methods. | Damien George | 2015-06-20 |
* | pyexec: Make raw REPL work with event-driven version of pyexec. | Damien George | 2015-05-06 |
* | py: Add attrtuple object, for space-efficient tuples with attr access. | Damien George | 2015-04-21 |
* | py: Overhaul and simplify printf/pfenv mechanism. | Damien George | 2015-04-16 |
* | py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. | Paul Sokolovsky | 2015-04-07 |
* | py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. | Paul Sokolovsky | 2015-04-06 |
* | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky | 2015-04-05 |
* | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George | 2015-03-14 |
* | minimal: Allow to compile without defining MICROPY_HAL_H. | Damien George | 2015-02-13 |
* | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George | 2015-02-07 |
* | py: Implement very simple frozen modules support. | Paul Sokolovsky | 2015-01-20 |
* | minimal: Make #if indent consistent. | Paul Sokolovsky | 2015-01-16 |
* | minimal: Support even-driven REPL. | Paul Sokolovsky | 2015-01-16 |
* | travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test. | Damien George | 2015-01-14 |
* | minimal: Add simple test; build and run minimal test on Travis CI. | Damien George | 2015-01-13 |
* | minimal/Makefile: Remove unnecessary -I of py/ dir. | Damien George | 2015-01-13 |
* | minimal: Add "run" make target to run emulated build with suitable tty config. | 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 | 2015-01-13 |