aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross
AgeCommit message (Expand)Author
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-05-26mpy-cross/Makefile: Guard "override undefine" by test for make feature.Damien George
2017-05-11mpy-cross/Makefile: Override undefine any inherited variables.Damien George
2017-05-03mpy-cross: Fix compiler detection for including windows/fmode.cstijn
2017-04-22mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-14mpy-cross/main: Move lexer constructor to within NLR handler block.Damien George
2016-11-16mpy-cross: Get compiling after recent persistent code refactors.Damien George
2016-09-05mpy-cross: Don't use the internal printf functions.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-07-30mpy-cross: Fix mingw and msys2 compilationstijn
2016-07-22mpy-cross: Use binary file translation mode for creating mpy files on windowsstijn
2016-07-11mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X.Anton Sokolchenko
2016-06-28py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George
2016-05-23mpy-cross: Add -s option to specify the embedded source filename.Damien George
2016-03-09mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile.Damien George
2016-03-02mpy-cross: Give a more sensible error message when file doesn't exist.Damien George
2016-02-25mpy-cross: Add new component, a cross compiler for MicroPython bytecode.Damien George