aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross
AgeCommit message (Expand)Author
2022-10-11extmod: Make extmod.mk self-contained.Jim Mussared
2022-09-28mpy-cross/mpy_cross: Add docstrings to public methods.Jim Mussared
2022-09-28mpy-cross/mpy_cross: Add list of architectures to `__all__`.Jim Mussared
2022-09-28mpy-cross/mpy_cross: Add a way to query the mpy version.Jim Mussared
2022-09-28mpy-cross/mpy_cross: Fix default path to mpy-cross binary.Jim Mussared
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-09-05mpy-cross/mpy_cross: Add Python wrapper for mpy-cross.Jim Mussared
2022-08-23mpy-cross,unix: Include alloca.h for NetBSD.Chris Waggoner
2022-08-12mpy-cross,unix: Remove .gitignore file.Damien George
2022-08-08mpy-cross/Makefile: Respect existing CFLAGS and LDFLAGS.David Yang
2022-07-18windows: Provide a definition for MP_ALWAYSINLINE.stijn
2022-05-26py/emitinlinethumb: Make float instruction use dynamically selectable.Damien George
2022-05-26py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.Damien George
2022-05-25py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George
2022-05-23mpy-cross: Add armv6m architecture option.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-02-25windows: Unify project file headers.stijn
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-01-23all: Fix MICROPY_OBJ_REPR_D compilation with msvc.stijn
2021-12-18py/runtime: Allow initialising sys.path/argv with defaults.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-06-25mpy-cross: Disable stack check when building with Emscripten.David Lechner
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-01-30py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.David CARLIER
2020-10-22mpy-cross: Enable more warnings.Emil Renner Berthing
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
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-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-09mpy-cross/README.md: Add notes about -march and -O.Jim Mussared
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-09-18mpy-cross,windows: Add msvc build of mpy-cross.stijn
2019-09-18mpy-cross: Make mpconfigport.h compatible with msvc compiler.stijn
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-06-03mpy-cross: Do not automatically build mpy-cross, rather do it manually.Damien George
2019-05-24mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.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
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08mpy-cross: Enable building of x64 native .mpy files.Damien George