micropython/ports
Damien George 6936f410ab stm32/storage: Make extended-block-device more configurable.
A board can now define the following to fully customise the extended block
device interface provided by the storage sub-system:
- MICROPY_HW_BDEV_BLOCKSIZE_EXT
- MICROPY_HW_BDEV_READBLOCKS_EXT
- MICROPY_HW_BDEV_WRITEBLOCKS_EXT
- MICROPY_HW_BDEV_ERASEBLOCKS_EXT

Signed-off-by: Damien George <damien@micropython.org>
2021-08-31 00:16:39 +10:00
..
bare-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
cc3200 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
esp32 esp32/boards: Add GENERIC_C3_USB board with USB serial/JTAG support. 2021-08-31 00:12:41 +10:00
esp8266 esp32,esp8266: Remove dead code for end_ticks in machine_bitstream. 2021-08-24 23:55:08 +10:00
javascript all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mimxrt mimxrt/machine_pin: Implement ioctl for Pin. 2021-08-16 15:03:50 +10:00
minimal minimal/Makefile: Add support for building with user C modules. 2021-07-23 12:02:03 +10:00
nrf nrf: Set .mpy features consistent with documentation and other ports. 2021-08-13 23:22:54 +10:00
pic16bit all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
powerpc all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
qemu-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
rp2 rp2/mpconfigport.h: Allow boards to add root pointers. 2021-08-29 12:22:50 +10:00
samd ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 2021-08-07 23:13:55 +10:00
stm32 stm32/storage: Make extended-block-device more configurable. 2021-08-31 00:16:39 +10:00
teensy all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
unix unix/Makefile: Disable error compression on arm-linux-gnueabi-gcc. 2021-08-17 11:20:58 +10:00
windows py: Implement partial PEP-498 (f-string) support. 2021-08-14 16:58:40 +10:00
zephyr extmod/modbluetooth: Add send_update arg to gatts_write. 2021-08-14 22:21:55 +10:00