index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpy-cross
Age
Commit message (
Expand
)
Author
11 days
py/asmrv32: Reserve a flag for the Zcmp RV32 CPU extension.
Alessandro Gatti
2025-10-24
mpy-cross/main: Parse raw integer arch flags values too.
Alessandro Gatti
2025-10-24
py/persistentcode: Add architecture flags check for RV32 platforms.
Alessandro Gatti
2025-10-24
py/persistentcode: Add architecture flags compatibility checks.
Alessandro Gatti
2025-10-23
all: Simplify mp_int_t/mp_uint_t definition.
Jeff Epler
2025-10-10
mpy-cross/main: Replace mp_stack calls with mp_cstack_init_with_sp_here.
Damien George
2025-09-19
mpy-cross/main: Add support for RV32 Zba opcodes.
Alessandro Gatti
2025-09-19
mpy-cross: Add RISC-V RV64IMC support in MPY files.
Alessandro Gatti
2025-09-15
mpy-cross: Remove unneeded future imports.
Jeff Epler
2025-08-19
py/mpconfig: Rename MICROPY_PY___FILE__ to MICROPY_MODULE___FILE__.
Damien George
2025-08-01
py/parse: Add support for math module constants and float folding.
Yoctopuce dev
2025-06-04
mpy-cross/main: Document emit=host option in help.
Damien George
2025-06-04
mpy-cross/main: Exit with error if arch not specified with emit=native.
Damien George
2025-05-13
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2025-01-02
py/emitinlinerv32: Add inline assembler support for RV32.
Alessandro Gatti
2024-08-07
mpy-cross/main: Use MICROPY_BANNER_NAME_AND_VERSION for --version.
Damien George
2024-06-21
py/emitndebug: Add native debug emitter.
Damien George
2024-06-21
mpy-cross: Add RISC-V RV32IMC support in MPY files.
Alessandro Gatti
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-08-16
mpy-cross: Fix source file name in file-not-found error.
Angus Gratton
2023-07-24
mpy-cross: Allow specifying stdin as input without --.
Armin Brauns
2023-07-24
mpy-cross: When reading from stdin, write output to stdout.
Armin Brauns
2023-07-24
mpy-cross: Allow reading from stdin and writing to stdout.
Armin Brauns
2023-07-24
mpy-cross: Allow specifying source files starting with -.
Armin Brauns
2023-03-07
mpy-cross/main: Fix return type of mp_import_stat.
Damien George
2023-02-01
mpy-cross: Force forward slashes in paths.
stijn
2022-12-13
all: Keep msvc build output in build/ directories.
stijn
2022-12-08
py: Pass in address to compiled module instead of returning it.
Damien George
2022-11-18
mpy-cross/main: Add MSVC-compatible architecture checks.
David Lechner
2022-11-17
mpy-cross/main: Don't set a default native architecture.
Jim Mussared
2022-10-11
extmod: Make extmod.mk self-contained.
Jim Mussared
2022-09-28
mpy-cross/mpy_cross: Add docstrings to public methods.
Jim Mussared
2022-09-28
mpy-cross/mpy_cross: Add list of architectures to `__all__`.
Jim Mussared
2022-09-28
mpy-cross/mpy_cross: Add a way to query the mpy version.
Jim Mussared
2022-09-28
mpy-cross/mpy_cross: Fix default path to mpy-cross binary.
Jim Mussared
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-09-05
mpy-cross/mpy_cross: Add Python wrapper for mpy-cross.
Jim Mussared
2022-08-23
mpy-cross,unix: Include alloca.h for NetBSD.
Chris Waggoner
2022-08-12
mpy-cross,unix: Remove .gitignore file.
Damien George
2022-08-08
mpy-cross/Makefile: Respect existing CFLAGS and LDFLAGS.
David Yang
2022-07-18
windows: Provide a definition for MP_ALWAYSINLINE.
stijn
2022-05-26
py/emitinlinethumb: Make float instruction use dynamically selectable.
Damien George
2022-05-26
py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.
Damien George
2022-05-25
py/builtin: Clean up and simplify import_stat and builtin_open config.
Damien George
2022-05-23
mpy-cross: Add armv6m architecture option.
Damien George
2022-05-17
py/persistentcode: Remove unicode feature flag from .mpy file.
Damien George
2022-02-25
windows: Unify project file headers.
stijn
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-01-23
all: Fix MICROPY_OBJ_REPR_D compilation with msvc.
stijn
[next]