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/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
*
stm32: remove unused embedded-storage-async.
Dario Nieuwenhuis
2023-03-14
1
-43
/
+0
*
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-30
1
-14
/
+13
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-6
/
+6
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-11
/
+5
*
Require erase address to be aligned to page size
chemicstry
2022-07-14
1
-1
/
+1
*
Add F4 flash driver
chemicstry
2022-07-11
1
-0
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-11
/
+5
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Add H7 flash and bootloader support
Matous Hybl
2022-05-06
1
-0
/
+1
*
Add F7 flash and bootloader support
Matous Hybl
2022-05-06
1
-1
/
+3
*
Refactor flash handling to different modules for different families
Matous Hybl
2022-05-06
1
-235
/
+9
*
Add support for F3 flash
Matous Hybl
2022-05-06
1
-28
/
+84
*
Add bootloader to CI
Ulf Lilleengen
2022-04-27
1
-63
/
+21
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
1
-0
/
+401