aboutsummaryrefslogtreecommitdiff
path: root/extmod/moduplatform.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2022-02-22extmod/moduplatform: Move platform PP definitions into a header.stijn
2022-01-06extmod/moduplatform: Detect xtensa arch.Damien George
2021-11-18extmod/uplatform: Use generic custom platform string.stijn
2021-11-18extmod/uplatform: Remove unused definitions.stijn
2021-09-24extmod/moduplatform: Improve implementation for PC ports.stijn
2021-09-19extmod: Add platform module.iabdalkader