circuitpython/ports/nrf/modules/nrf
Damien George 6be7570219 nrf/modules: Fix access of read-only buffer in Flash.writeblocks.
When writing to flash, the source buffer only needs to be read-only, not
writable.  This fix allows passing in `bytes` and other read-only buffer
objects.

Signed-off-by: Damien George <damien@micropython.org>
2025-03-06 12:48:22 +11:00
..
flashbdev.c nrf/modules: Fix access of read-only buffer in Flash.writeblocks. 2025-03-06 12:48:22 +11:00
flashbdev.h nrf/modules/nrf: Add new nrf module with flash block device. 2021-08-08 23:09:26 +10:00
modnrf.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00