index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
flash
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: async flash erase/write for h7
Filip Brozovic
2025-11-18
1
-2
/
+2
*
Add c.rs flash for the stm32c0 family
Andreas Lindahl Flåten (ALF)
2025-11-13
1
-1
/
+2
*
Aligned STM32WBA with U5 flash HAL
Gerzain Mata
2025-07-29
1
-2
/
+2
*
new API
okhsunrog
2025-05-21
1
-0
/
+5
*
only support eeprom for l0 and l1
okhsunrog
2025-05-21
1
-2
/
+3
*
import and re-export EEPROM_BASE and EEPROM_SIZE in flash module
okhsunrog
2025-05-21
1
-0
/
+2
*
Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ...
Dion Dokter
2025-05-01
1
-9
/
+1
*
feat(stm32): Add OTP flash region (again)
Rasmus Melchior Jacobsen
2025-03-20
1
-0
/
+2
*
Update stm32-metapac.
Dario Nieuwenhuis
2025-01-06
1
-2
/
+1
*
fix stmd g0/g4 formatting and bker bit access
chanterheld
2025-01-02
1
-2
/
+2
*
embassy-stm32. support g0 second flash bank
chanterheld
2025-01-02
1
-2
/
+2
*
stm32/flash: add stm32f2, stm32h5 flash driver
Lucas Martins
2024-10-21
1
-2
/
+3
*
stm32/flash: add support for l5
Christian Enderle
2024-10-17
1
-3
/
+4
*
stm32: add f2 flash support (blocking)
Maxime Vincent
2024-09-02
1
-2
/
+3
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
1
-2
/
+2
*
Add wdt and flash
Dion Dokter
2024-04-14
1
-1
/
+2
*
stm32/flash: remove otp flash regions (removed in newer metapacs).
Dario Nieuwenhuis
2024-04-13
1
-2
/
+0
*
flash: h50: first pass at implementation
Torin Cooper-Bennun
2024-02-19
1
-1
/
+2
*
support u5 flash
Zach
2024-02-17
1
-1
/
+2
*
stm32/flash: add support for f1.
Dario Nieuwenhuis
2024-01-05
1
-3
/
+3
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-12
/
+50
*
STM32: Enable flash support for STM32G4
Adam Greig
2023-12-16
1
-3
/
+3
*
configure flash latency after axi clock and handle different flash in STM32H...
Dominik Sliwa
2023-08-18
1
-1
/
+3
*
added flash support
dev-guruprasath
2023-07-31
1
-1
/
+2
*
nightly guard async traits only
Rasmus Melchior Jacobsen
2023-05-26
1
-2
/
+2
*
Move new async to asynch module to guard for models without flash interrupt
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+3
*
Remove TryLockError,
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+0
*
Let FlashLayout and FlashRegion depends on a Blocking/Async mode generic
Rasmus Melchior Jacobsen
2023-05-25
1
-0
/
+3
*
Fix unused get_sector and ensure_sector_aligned
Rasmus Melchior Jacobsen
2023-05-25
1
-44
/
+0
*
stm32: Add async flash write/erase to f4
Rasmus Melchior Jacobsen
2023-05-25
1
-0
/
+49
*
Ensure FlashRegion can only be created within this crate
Rasmus Melchior Jacobsen
2023-05-23
1
-0
/
+1
*
stm32f0 flash implementation
Jaap Prickartz
2023-05-14
1
-1
/
+2
*
Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementa...
Mathias
2023-04-18
1
-0
/
+1
*
Add defmt support to new flash types
Rasmus Melchior Jacobsen
2023-03-30
1
-0
/
+4
*
Let sector computation be shared across families
Rasmus Melchior Jacobsen
2023-03-30
1
-1
/
+14
*
Align families
Rasmus Melchior Jacobsen
2023-03-30
1
-35
/
+9
*
Add AltFlashLayout for supported F4 chips
Rasmus Melchior Jacobsen
2023-03-30
1
-26
/
+32
*
Remove FlashRegion trait and rename Settings to FlashRegion
Rasmus Melchior Jacobsen
2023-03-30
1
-10
/
+6
*
Remove flash operations from FlashRegion trait and move to common module
Rasmus Melchior Jacobsen
2023-03-29
1
-191
/
+9
*
Fix build of not implemented family
Rasmus Melchior Jacobsen
2023-03-29
1
-1
/
+1
*
Add unimplemented family section
Rasmus Melchior Jacobsen
2023-03-29
1
-34
/
+61
*
Move as much logic from families to shared module as possible
Rasmus Melchior Jacobsen
2023-03-29
1
-78
/
+57
*
Expose get_sector in favor of is_eraseable_range
Rasmus Melchior Jacobsen
2023-03-29
1
-1
/
+13
*
Keep peripheral lifetime when calling into_regions()
Rasmus Melchior Jacobsen
2023-03-29
1
-5
/
+7
*
Expose flash region settings as an array
Rasmus Melchior Jacobsen
2023-03-29
1
-18
/
+22
*
Support running tests in embassy-stm32 and move impl from common back to stm32
Rasmus Melchior Jacobsen
2023-03-29
1
-0
/
+7
*
Implement drop for FlashRegions
Rasmus Melchior Jacobsen
2023-03-25
1
-0
/
+6
*
Add is_eraseable_range and split write into consecutive parts
Rasmus Melchior Jacobsen
2023-03-25
1
-27
/
+58
*
Add FlashRegion trait and implement embedded_storage traits for each region
Rasmus Melchior Jacobsen
2023-03-25
1
-43
/
+113
[next]