index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
moduplatform.c
Commit message (
Expand
)
Author
Age
*
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename *umodule*.h to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-08
*
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
*
extmod: Make extmod modules use MP_REGISTER_MODULE.
Jim Mussared
2022-05-18
*
extmod/moduplatform: Move platform PP definitions into a header.
stijn
2022-02-22
*
extmod/moduplatform: Detect xtensa arch.
Damien George
2022-01-06
*
extmod/uplatform: Use generic custom platform string.
stijn
2021-11-18
*
extmod/uplatform: Remove unused definitions.
stijn
2021-11-18
*
extmod/moduplatform: Improve implementation for PC ports.
stijn
2021-09-24
*
extmod: Add platform module.
iabdalkader
2021-09-19