index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
flash.c
Age
Commit message (
Expand
)
Author
2020-11-16
stm32/flash: Implement WB55 flash locking.
Jim Mussared
2020-06-30
stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.
Andrew Leech
2020-06-22
stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7.
Damien George
2020-06-22
stm32/flash: Make flash C-API reusable, and funcs return an error code.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-07-25
stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33.
badlyby
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-05
stm32: Add initial support for STM32L0xx MCUs.
Damien George
2019-05-02
stm32/flash: Fix bug computing page number for L432 page erase.
Damien George
2018-12-06
stm32: Add peripheral support for STM32L432.
boochow
2018-05-30
stm32/flash: Increase H7 flash size to full 2MiB.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-02
stm32/flash: Remove unused src parameter from flash_erase().
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-09
stm32/flash: Add flash support for H7 MCUs.
iabdalkader
2018-02-23
stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George