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
/
flashbdev.c
Age
Commit message (
Expand
)
Author
2020-06-30
stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.
Andrew Leech
2020-05-15
stm32: Add support for F412 MCUs.
Thomas Roberts
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-11-26
stm32/storage: Make pyb.Flash configurable, and support ext block proto.
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-08
stm32: Add support for STM32L452 MCUs.
Chris Mason
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2018-12-06
stm32: Add peripheral support for STM32L432.
boochow
2018-11-26
stm32/flashbdev: Add missing include for irq.h.
Michael Paul Coder
2018-09-20
stm32: Add support for STM32F765xx MCUs.
Andrew Leech
2018-09-12
stm32/flashbdev: Protect flash writes from cache flushing and USB MSC.
Damien George
2018-09-12
stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.
Damien George
2018-07-19
stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size.
Peter D. Gray
2018-05-18
stm32: Add support for STM32L496 MCU.
Tobias Badertscher
2018-05-02
stm32/flash: Remove unused src parameter from flash_erase().
Damien George
2018-03-27
stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.
Damien George
2018-03-10
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
Damien George
2018-03-10
stm32/storage: Merge all misc block-dev funcs into a single ioctl func.
Damien George
2018-03-09
stm32/flash: Add flash support for H7 MCUs.
iabdalkader
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George