summaryrefslogtreecommitdiff
path: root/ports/stm32/flashbdev.c
AgeCommit message (Expand)Author
2018-05-18stm32: Add support for STM32L496 MCU.Tobias Badertscher
2018-05-02stm32/flash: Remove unused src parameter from flash_erase().Damien George
2018-03-27stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.Damien George
2018-03-10stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.Damien George
2018-03-10stm32/storage: Merge all misc block-dev funcs into a single ioctl func.Damien George
2018-03-09stm32/flash: Add flash support for H7 MCUs.iabdalkader
2018-02-13stm32: Factor out flash and SPI block-device code to separate files.Damien George