summaryrefslogtreecommitdiff
path: root/mpy-cross
AgeCommit message (Expand)Author
11 dayspy/asmrv32: Reserve a flag for the Zcmp RV32 CPU extension.Alessandro Gatti
2025-10-24mpy-cross/main: Parse raw integer arch flags values too.Alessandro Gatti
2025-10-24py/persistentcode: Add architecture flags check for RV32 platforms.Alessandro Gatti
2025-10-24py/persistentcode: Add architecture flags compatibility checks.Alessandro Gatti
2025-10-23all: Simplify mp_int_t/mp_uint_t definition.Jeff Epler
2025-10-10mpy-cross/main: Replace mp_stack calls with mp_cstack_init_with_sp_here.Damien George
2025-09-19mpy-cross/main: Add support for RV32 Zba opcodes.Alessandro Gatti
2025-09-19mpy-cross: Add RISC-V RV64IMC support in MPY files.Alessandro Gatti
2025-09-15mpy-cross: Remove unneeded future imports.Jeff Epler
2025-08-19py/mpconfig: Rename MICROPY_PY___FILE__ to MICROPY_MODULE___FILE__.Damien George
2025-08-01py/parse: Add support for math module constants and float folding.Yoctopuce dev
2025-06-04mpy-cross/main: Document emit=host option in help.Damien George
2025-06-04mpy-cross/main: Exit with error if arch not specified with emit=native.Damien George
2025-05-13all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti
2025-01-02py/emitinlinerv32: Add inline assembler support for RV32.Alessandro Gatti
2024-08-07mpy-cross/main: Use MICROPY_BANNER_NAME_AND_VERSION for --version.Damien George
2024-06-21py/emitndebug: Add native debug emitter.Damien George
2024-06-21mpy-cross: Add RISC-V RV32IMC support in MPY files.Alessandro Gatti
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2023-08-16mpy-cross: Fix source file name in file-not-found error.Angus Gratton
2023-07-24mpy-cross: Allow specifying stdin as input without --.Armin Brauns
2023-07-24mpy-cross: When reading from stdin, write output to stdout.Armin Brauns
2023-07-24mpy-cross: Allow reading from stdin and writing to stdout.Armin Brauns
2023-07-24mpy-cross: Allow specifying source files starting with -.Armin Brauns
2023-03-07mpy-cross/main: Fix return type of mp_import_stat.Damien George
2023-02-01mpy-cross: Force forward slashes in paths.stijn
2022-12-13all: Keep msvc build output in build/ directories.stijn
2022-12-08py: Pass in address to compiled module instead of returning it.Damien George
2022-11-18mpy-cross/main: Add MSVC-compatible architecture checks.David Lechner
2022-11-17mpy-cross/main: Don't set a default native architecture.Jim Mussared
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