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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix broken links to embassy book
Ulf Lilleengen
2024-06-03
1
-1
/
+1
*
Prepare for embassy-sync 0.6.0 release
Ulf Lilleengen
2024-05-29
1
-1
/
+1
*
Fix spelling and white space mistakes
Vega Deftwing
2024-04-11
1
-1
/
+1
*
update comments
ZhangYong
2024-03-24
1
-12
/
+12
*
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
*
Merge pull request #2543 from badrbouslikhin/usb-dfu-erase-then-write
Dario Nieuwenhuis
2024-02-14
2
-17
/
+266
|
\
|
*
refactor(boot): use sector instead of page for consistency
Badr Bouslikhin
2024-02-12
2
-16
/
+16
|
*
refactor(boot): move page erase index out of state
Badr Bouslikhin
2024-02-12
2
-18
/
+10
|
*
test(boot): add various write firmware test configurations
Badr Bouslikhin
2024-02-11
2
-0
/
+150
|
*
feat(boot): enhance firmware write functionality
Badr Bouslikhin
2024-02-11
2
-17
/
+124
|
*
Revert "feat(boot): introduce non-erase flash write method "
Badr Bouslikhin
2024-02-11
1
-35
/
+0
|
*
Merge branch 'embassy-rs:main' into usb-dfu-erase-then-write
Badr Bouslikhin
2024-02-11
4
-21
/
+90
|
|
\
|
*
|
feat(boot): introduce non-erase flash write method
Badr Bouslikhin
2024-02-07
1
-0
/
+35
*
|
|
Fix unaligned buffer in async updater
Han Cen
2024-02-10
1
-5
/
+14
|
|
/
|
/
|
*
|
docs(boot): ignore partial non-compilable example in rustdoc
Badr Bouslikhin
2024-02-07
3
-3
/
+3
*
|
docs(boot): document from_linkerfile_blocking method
Badr Bouslikhin
2024-02-07
2
-2
/
+63
*
|
refactor(boot): change generics name to match existing convention
Badr Bouslikhin
2024-02-07
3
-18
/
+15
*
|
feat: enhance bootloader for multiple flash support
Badr Bouslikhin
2024-02-06
3
-18
/
+29
|
/
*
boot: bump crates to 0.2
Dario Nieuwenhuis
2024-01-12
1
-1
/
+1
*
Complete cargo.tomls more.
Dario Nieuwenhuis
2024-01-12
1
-0
/
+1
*
Flatten embassy-boot dir tree
Dario Nieuwenhuis
2024-01-11
29
-1299
/
+4
*
Centralize license and MSRV boilerplate into the repo readme.
Dario Nieuwenhuis
2024-01-11
4
-58
/
+0
*
boot: Take maximum of READ_SIZE and WRITE_SIZE when checking sizes, fixes #2382
Maja Piechotka
2024-01-06
1
-3
/
+3
*
fix: remove git dependency in embassy-boot
Ulf Lilleengen
2023-12-20
3
-1
/
+19
*
boot: update ed25519-dalek in dev-dependencies.
Dario Nieuwenhuis
2023-12-19
2
-12
/
+6
*
cargo fmt
Ulf Lilleengen
2023-12-19
1
-1
/
+1
*
fix: update ed25519-dalek to new version
Ulf Lilleengen
2023-12-19
4
-24
/
+18
*
fix: build warnings
Ulf Lilleengen
2023-12-19
1
-0
/
+1
*
fix: update salty to released version
Ulf Lilleengen
2023-12-19
1
-1
/
+1
*
Merge pull request #2284 from Redrield/feature/embassy-usb-dfu
Ulf Lilleengen
2023-12-14
5
-7
/
+59
|
\
|
*
fmt
Kaitlyn Kenwell
2023-12-14
1
-2
/
+2
|
*
Address reviews
Kaitlyn Kenwell
2023-12-14
3
-1
/
+21
|
*
Last fmt hopefully
Kaitlyn Kenwell
2023-12-13
1
-1
/
+1
|
*
Formatting fixes, add example using stm32wb55
Kaitlyn Kenwell
2023-12-13
2
-2
/
+2
|
*
Merge branch 'main' into feature/embassy-usb-dfu
Kaitlyn Kenwell
2023-12-13
2
-0
/
+21
|
|
\
|
*
|
Add embassy-usb-dfu
Kaitlyn Kenwell
2023-12-13
5
-7
/
+39
*
|
|
embassy-boot: Fix formatting for tables
Priit Laes
2023-12-14
1
-25
/
+11
|
|
/
|
/
|
*
|
docs: more docs in embassy-boot crate documentation
Ulf Lilleengen
2023-12-13
1
-0
/
+19
*
|
embassy-boot: Add explanation to dfu vs active size assertion
Priit Laes
2023-12-13
1
-0
/
+2
|
/
*
update release version in examples and other crates
Scott Mabin
2023-12-04
4
-4
/
+4
*
update embedded-storage{,-async}, remove patch.
Dario Nieuwenhuis
2023-12-04
4
-8
/
+8
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
12
-63
/
+21
*
Update Rust nightly.
Dario Nieuwenhuis
2023-11-01
1
-0
/
+1
*
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Dániel Buga
2023-10-31
4
-4
/
+4
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
4
-24
/
+156
*
rp/flash: change naming to `blocking_*`, `new_blocking`.
Dario Nieuwenhuis
2023-08-18
1
-4
/
+4
*
boot: release flash after prepare and refactor api
Ulf Lilleengen
2023-08-11
3
-71
/
+32
*
Refactor firmware updater
Ulf Lilleengen
2023-08-06
7
-217
/
+268
*
feat: make nrf bootloader watchdog generic for any flash
Ulf Lilleengen
2023-08-02
1
-13
/
+13
[next]