aboutsummaryrefslogtreecommitdiff
path: root/minimal/main.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-06-28esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument.Alexander Steffen
2017-04-18minimal/main: Make Cortex-M vector table constant.Damien George
2017-03-23minimal/Makefile: Change C standard from gnu99 to c99.Damien George
2017-03-14minimal/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-06py/nlr.h: Mark nlr_jump_fail as NORETURN.Damien George
2017-02-27minimal: Add ability and description to build without the compiler.Damien George
2016-01-07minimal: Add enough code to run minimal build on STM32F4xx hardware.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-06-22bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George
2015-05-06pyexec: Make raw REPL work with event-driven version of pyexec.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-02-13minimal: Allow to compile without defining MICROPY_HAL_H.Damien George
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-16minimal: Make #if indent consistent.Paul Sokolovsky
2015-01-16minimal: Support even-driven REPL.Paul Sokolovsky
2015-01-13minimal: Convert "bare-arm" port to "minimal" port.Paul Sokolovsky
2015-01-13minimal: New port, intended to represent minimal working code.Paul Sokolovsky