micropython/ports
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE.
It's no longer needed because this macro is now processed after
preprocessing the source code via cpp (in the qstr extraction stage), which
means unused MP_REGISTER_MODULE's are filtered out by the preprocessor.

Signed-off-by: Damien George <damien@micropython.org>
2022-06-02 16:31:37 +10:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
esp32 all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
esp8266 all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
javascript all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
mimxrt all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
minimal ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
nrf all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
pic16bit all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
powerpc py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
qemu-arm all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
renesas-ra all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
rp2 all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
samd all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
stm32 all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
teensy all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
unix all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
windows py: Change makemoduledefs process so it uses output of qstr extraction. 2022-06-02 16:29:53 +10:00
zephyr all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00