micropython/ports/nrf/boards/microbit
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
..
modules all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
board.json ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
custom_nrf51822_s110_microbit.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
mpconfigboard.h nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG. 2020-02-18 12:43:16 +11:00
mpconfigboard.mk nrf/boards: Enable MICROPY_VFS_LFS2 for all target boards. 2021-08-08 23:17:55 +10:00
pins.csv nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00