summaryrefslogtreecommitdiff
path: root/mpy-cross/main.c
AgeCommit message (Expand)Author
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2020-04-16mpy-cross/main: Print uncaught nlr jump to stderr.David Lechner
2020-04-16mpy-cross/main: Fix stderr_print_strn parameter type.David Lechner
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-03mpy-cross: Support armv7em, armv7emsp, armv7emdp architectures.Damien George
2019-10-05mpy-cross: Enable Xtensa-Windowed native emitter.Damien George
2019-09-26mpy-cross: Set number of registers in nlr_buf_t based on native arch.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-28mpy-cross/main: Only accept full emit cmdline options if native enabled.Damien George
2019-05-07mpy-cross: Add --version command line option to print version info.Damien George
2019-05-01mpy-cross: Automatically select ARMV6 arch when running on such a host.Damien George
2019-03-26mpy-cross: Support compiling with MICROPY_PY___FILE__ enabled.Damien George
2019-03-14mpy-cross: Add "-march=<arch>" option to select native emitter.Damien George
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