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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
3
-6
/
+4
*
stm32: Fix H7 unaligned erase
Matous Hybl
2022-11-28
1
-11
/
+6
*
Add memory barriers to H7 flash driver to mitigate PGSERR errors
Matous Hybl
2022-10-18
1
-0
/
+8
*
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
*
Fix erasing across banks
chemicstry
2022-07-14
1
-29
/
+35
*
Fix writing to last sector of F4 flash
chemicstry
2022-07-14
1
-2
/
+4
*
Fix cfg flags
chemicstry
2022-07-11
1
-9
/
+2
*
Add F4 flash driver
chemicstry
2022-07-11
2
-0
/
+176
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
5
-34
/
+11
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Use correct index and bank
Ulf Lilleengen
2022-06-07
1
-1
/
+10
*
Add H7 flash and bootloader support
Matous Hybl
2022-05-06
2
-0
/
+203
*
Add F7 flash and bootloader support
Matous Hybl
2022-05-06
2
-1
/
+141
*
Refactor flash handling to different modules for different families
Matous Hybl
2022-05-06
3
-235
/
+298
*
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