micropython/ports/nrf/modules
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
..
ble all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
board all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
machine all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
music all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
nrf all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
scripts nrf/modules/scripts: Add file system formatting script. 2021-08-08 23:17:55 +10:00
ubluepy all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
uos all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
utime all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
manifest.py nrf/modules: Include uasyncio in default board manifest. 2022-03-30 15:37:49 +11:00