index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
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
/
py
/
py.cmake
Age
Commit message (
Expand
)
Author
2025-09-16
py/py.cmake: Add nlraarch64.
Ayush Singh
2025-02-11
py/objcode: Factor code object out into its own file.
Damien George
2025-01-02
py/emitinlinerv32: Add inline assembler support for RV32.
Alessandro Gatti
2024-10-03
py/nlrrv64: Add RISC-V RV64I NLR implementation.
Alessandro Gatti
2024-09-19
py/objringio: Add micropython.RingIO() interface for general use.
Andrew Leech
2024-08-14
py: Add new cstack API for stack checking, with limit margin macro.
Angus Gratton
2024-06-21
py/emitndebug: Add native debug emitter.
Damien George
2024-06-21
py/asmrv32: Add RISC-V RV32IMC native code emitter.
Alessandro Gatti
2024-06-06
py/nlrrv32: Add RISC-V RV32I NLR implementation.
Alessandro Gatti
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2022-11-15
py/nlrmips: Add native NLR support for MIPS architecture.
Jan Willeke
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-04-09
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
Damien George
2021-02-15
py,extmod: Add core cmake rule files.
Damien George