aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/storage.c
AgeCommit message (Expand)Author
2021-03-09stm32/storage: Prevent attempts to read/write invalid block addresses.Andrew Leech
2020-12-18stm32/main: Do extended readblocks call when auto-detecting littlefs.Damien George
2020-10-22stm32: Fix broken build when FAT FS multi-partition is disabled.iabdalkader
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-16stm32/storage: Fix start address of second, internal block device.Martin Fischer
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27stm32: Fix to build in nanbox mode.Damien George
2019-11-26stm32/storage: Make start/len args of pyb.Flash keyword only.Damien George
2019-11-26stm32/storage: Change storage_read/write_blocks to return int type.Damien George
2019-11-26stm32/main: Auto detect block device used for main filesystem.Damien George
2019-11-26stm32/storage: Make pyb.Flash configurable, and support ext block proto.Damien George
2019-11-25stm32: Generalise flash mounting code so it supports arbitrary FS.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.Damien George
2019-02-08stm32/systick: Make periodic systick callbacks use a cyclic func table.Damien George
2018-09-12stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-03-10stm32/storage: Provide support for a second block device.Damien George
2018-03-10stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.Damien George
2018-03-10stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board.Damien George
2018-03-10stm32/storage: Make spi_bdev interface take a data pointer as first arg.Damien George
2018-03-10stm32/storage: Merge all misc block-dev funcs into a single ioctl func.Damien George
2018-03-03stm32/spibdev: Convert to use multiple block read/write interface.Damien George
2018-03-02stm32/storage: Add option for bdev to supply readblock/writeblocks.Damien George
2018-03-02stm32/spibdev: Update to work with new spiflash driver.Damien George
2018-02-13stm32: Factor out flash and SPI block-device code to separate files.Damien George
2017-09-10stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.Tobias Badertscher
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George