aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/storage.h
AgeCommit message (Expand)Author
2020-12-18stm32/main: Do extended readblocks call when auto-detecting littlefs.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-02-08stm32/systick: Make periodic systick callbacks use a cyclic func table.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/spibdev: Update to work with new spiflash driver.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2018-02-13stm32: Factor out flash and SPI block-device code to separate files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George