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