Age | Commit message (Expand) | Author |
---|---|---|
2023-06-08 | 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 |
2022-06-02 | all: Remove third argument to MP_REGISTER_MODULE. | Damien George |
2022-05-18 | extmod: Make extmod modules use MP_REGISTER_MODULE. | Jim Mussared |
2022-02-22 | extmod/moduplatform: Move platform PP definitions into a header. | stijn |
2022-01-06 | extmod/moduplatform: Detect xtensa arch. | Damien George |
2021-11-18 | extmod/uplatform: Use generic custom platform string. | stijn |
2021-11-18 | extmod/uplatform: Remove unused definitions. | stijn |
2021-09-24 | extmod/moduplatform: Improve implementation for PC ports. | stijn |
2021-09-19 | extmod: Add platform module. | iabdalkader |