aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/flashbdev.c
AgeCommit message (Expand)Author
2020-06-30stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.Andrew Leech
2020-05-15stm32: Add support for F412 MCUs.Thomas Roberts
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
2019-07-25stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33.badlyby
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-08stm32: Add support for STM32L452 MCUs.Chris Mason
2019-05-02stm32: Add support for F413 MCUs.Chris Mason
2018-12-06stm32: Add peripheral support for STM32L432.boochow
2018-11-26stm32/flashbdev: Add missing include for irq.h.Michael Paul Coder
2018-09-20stm32: Add support for STM32F765xx MCUs.Andrew Leech
2018-09-12stm32/flashbdev: Protect flash writes from cache flushing and USB MSC.Damien George
2018-09-12stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.Damien George
2018-07-19stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size.Peter D. Gray
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