PythonExtra/ports/nrf/boards/microbit
Jim Mussared 94beeabd2e py/obj: Convert make_new into a mp_obj_type_t slot.
Instead of being an explicit field, it's now a slot like all the other
methods.

This is a marginal code size improvement because most types have a make_new
(100/138 on PYBV11), however it improves consistency in how types are
declared, removing the special case for make_new.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-19 19:06:15 +10:00
..
modules py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +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