aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/flash.c
AgeCommit message (Expand)Author
2020-11-16stm32/flash: Implement WB55 flash locking.Jim Mussared
2020-06-30stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.Andrew Leech
2020-06-22stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7.Damien George
2020-06-22stm32/flash: Make flash C-API reusable, and funcs return an error code.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.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-05stm32: Add initial support for STM32L0xx MCUs.Damien George
2019-05-02stm32/flash: Fix bug computing page number for L432 page erase.Damien George
2018-12-06stm32: Add peripheral support for STM32L432.boochow
2018-05-30stm32/flash: Increase H7 flash size to full 2MiB.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-02stm32/flash: Remove unused src parameter from flash_erase().Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/flash: Add flash support for H7 MCUs.iabdalkader
2018-02-23stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George