micropython/ports/nrf/boards/microbit
Jim Mussared fb2a57800a all: Simplify buffer protocol to just a "get buffer" callback.
The buffer protocol type only has a single member, and this existing layout
creates problems for the upcoming split/slot-index mp_obj_type_t layout
optimisations.

If we need to make the buffer protocol more sophisticated in the future
either we can rely on the mp_obj_type_t optimisations to just add
additional slots to mp_obj_type_t or re-visit the buffer protocol then.

This change is a no-op in terms of generated code.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-19 18:40:39 +10:00
..
modules all: Simplify buffer protocol to just a "get buffer" callback. 2022-09-19 18:40:39 +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