summaryrefslogtreecommitdiff
path: root/mpy-cross/main.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-01-25Define serial_write, it was undefined in the Windows mpy-cross buildJeff Epler
2020-01-25mpy-cross: Make it easier to build mpy-cross static targetsJeff Epler
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
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-07-22mpy-cross: Use binary file translation mode for creating mpy files on windowsstijn
2016-05-23mpy-cross: Add -s option to specify the embedded source filename.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