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-boot
/
boot
/
src
/
boot_loader.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2284 from Redrield/feature/embassy-usb-dfu
Ulf Lilleengen
2023-12-14
1
-1
/
+3
|
\
|
*
Last fmt hopefully
Kaitlyn Kenwell
2023-12-13
1
-1
/
+1
|
*
Merge branch 'main' into feature/embassy-usb-dfu
Kaitlyn Kenwell
2023-12-13
1
-0
/
+2
|
|
\
|
*
|
Add embassy-usb-dfu
Kaitlyn Kenwell
2023-12-13
1
-1
/
+3
*
|
|
embassy-boot: Fix formatting for tables
Priit Laes
2023-12-14
1
-25
/
+11
|
|
/
|
/
|
*
|
embassy-boot: Add explanation to dfu vs active size assertion
Priit Laes
2023-12-13
1
-0
/
+2
|
/
*
Align tests
Rasmus Melchior Jacobsen
2023-05-30
1
-1
/
+1
*
Add bootloader helper for creating config from linkerfile symbols
Rasmus Melchior Jacobsen
2023-05-30
1
-65
/
+71
*
Remove the usage of the local Partition type in BootLoader
Rasmus Melchior Jacobsen
2023-05-29
1
-229
/
+111
*
Let Partition range be u32 instead of usize
Rasmus Melchior Jacobsen
2023-04-05
1
-52
/
+49
*
Add assertions about the aligned_buf % write sizes
Rasmus Melchior Jacobsen
2023-04-04
1
-1
/
+3
*
Remove comment about equal erase size requirement
Rasmus Melchior Jacobsen
2023-04-04
1
-2
/
+0
*
Allow different erase sizes for active and dfu
Rasmus Melchior Jacobsen
2023-04-04
1
-2
/
+4
*
Remove the Flash trait
Rasmus Melchior Jacobsen
2023-04-04
1
-42
/
+31
*
Assert active and dfu have same erase size and copy in smaller chunks
Rasmus Melchior Jacobsen
2023-04-04
1
-35
/
+31
*
Remove magic buffer argument from prepare_boot
Rasmus Melchior Jacobsen
2023-04-04
1
-61
/
+73
*
Avoid write to not-erased magic
Rasmus Melchior Jacobsen
2023-04-04
1
-15
/
+28
*
Let bootloader partition have read/write/erase operations
Rasmus Melchior Jacobsen
2023-03-31
1
-52
/
+50
*
Split bootloader implementation into multiple files
Rasmus Melchior Jacobsen
2023-03-31
1
-0
/
+526