summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduplatform.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename *umodule*.h to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared2022-05-18
* extmod/moduplatform: Move platform PP definitions into a header.stijn2022-02-22
* extmod/moduplatform: Detect xtensa arch.Damien George2022-01-06
* extmod/uplatform: Use generic custom platform string.stijn2021-11-18
* extmod/uplatform: Remove unused definitions.stijn2021-11-18
* extmod/moduplatform: Improve implementation for PC ports.stijn2021-09-24
* extmod: Add platform module.iabdalkader2021-09-19