aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/spibdev.c
AgeCommit message (Expand)Author
2020-12-18drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-26stm32/storage: Make pyb.Flash configurable, and support ext block proto.Damien George
2018-09-12stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.Damien George
2018-06-14drivers/memory/spiflash: Rename functions to indicate they use cache.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-03-27stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.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-10drivers/memory/spiflash: Change to use low-level SPI object not uPy one.Damien George
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-03stm32/spibdev: Convert to use multiple block read/write interface.Damien George
2018-03-02stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.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