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
/
l.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: flash: fix flash erase on stm32l4xx, stm32l5xx series
Dillon Min
2025-10-16
1
-3
/
+9
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-5
/
+13
*
eeprom support
okhsunrog
2025-05-21
1
-1
/
+1
*
Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ...
Dion Dokter
2025-05-01
1
-9
/
+1
*
Add L4+ support
Dion Dokter
2025-04-29
1
-0
/
+10
*
Add support for L5
Dion Dokter
2025-04-29
1
-0
/
+10
*
stm32/flash: add support for l5
Christian Enderle
2024-10-17
1
-25
/
+103
*
Swat some other occurrences of .unwrap() that pull in panicing infra
David Flemström
2024-06-28
1
-1
/
+1
*
stm32/flash: add support for f1.
Dario Nieuwenhuis
2024-01-05
1
-6
/
+6
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-2
/
+2
*
STM32: Enable flash support for STM32G4
Adam Greig
2023-12-16
1
-1
/
+1
*
stm32 flash: check lock bit before unlocking
Andres Vahter
2023-10-10
1
-6
/
+12
*
stm32/flash: avoid pointless "if flag is set, set it".
Dario Nieuwenhuis
2023-07-31
1
-35
/
+3
*
Remove trivial to remove uses of atomic-polyfill.
Dario Nieuwenhuis
2023-07-12
1
-2
/
+1
*
Remove ability to set alt layout - it does not work.
Rasmus Melchior Jacobsen
2023-05-26
1
-1
/
+3
*
Move new async to asynch module to guard for models without flash interrupt
Rasmus Melchior Jacobsen
2023-05-25
1
-4
/
+0
*
erase_sector_blocking -> blocking_erase_sector
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+1
*
More blocking rename
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+1
*
Align with new bind_interrupt
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+1
*
stm32: Add async flash write/erase to f4
Rasmus Melchior Jacobsen
2023-05-25
1
-8
/
+11
*
Remove Drop for AltFlashLayout
Rasmus Melchior Jacobsen
2023-05-23
1
-0
/
+2
*
Let get_flash_regions be public
Rasmus Melchior Jacobsen
2023-03-31
1
-1
/
+1
*
Let sector computation be shared across families
Rasmus Melchior Jacobsen
2023-03-30
1
-12
/
+6
*
Align families
Rasmus Melchior Jacobsen
2023-03-30
1
-4
/
+4
*
Let flash module be conditionally included
Rasmus Melchior Jacobsen
2023-03-29
1
-3
/
+1
*
Move as much logic from families to shared module as possible
Rasmus Melchior Jacobsen
2023-03-29
1
-43
/
+38
*
Expose get_sector in favor of is_eraseable_range
Rasmus Melchior Jacobsen
2023-03-29
1
-6
/
+12
*
Add is_eraseable_range and split write into consecutive parts
Rasmus Melchior Jacobsen
2023-03-25
1
-27
/
+27
*
Align L family
Rasmus Melchior Jacobsen
2023-03-25
1
-8
/
+14
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-9
/
+2
*
Use correct index and bank
Ulf Lilleengen
2022-06-07
1
-1
/
+10
*
Refactor flash handling to different modules for different families
Matous Hybl
2022-05-06
1
-0
/
+185