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
*
Support codesigning in the firmware updater
huntc
2023-01-12
2
-15
/
+368
*
Merge #1139
bors[bot]
2023-01-04
1
-5
/
+1
|
\
|
*
Pass WDT config around
huntc
2023-01-04
1
-5
/
+1
*
|
Cleanup
kalkyl
2023-01-03
1
-1
/
+1
*
|
embassy-boot (rp): Add WatchdogFlash
kalkyl
2023-01-03
2
-1
/
+52
|
/
*
feat: embassy-boot for rp2040
Ulf Lilleengen
2022-12-02
5
-0
/
+420
*
Bump defmt-rtt to 0.4
Dario Nieuwenhuis
2022-11-29
1
-1
/
+1
*
fix: bump embassy-boot version
Ulf Lilleengen
2022-11-25
1
-1
/
+1
*
fix: add required metadata for embassy-boot
Ulf Lilleengen
2022-11-25
7
-11
/
+60
*
Move default initializer function to Default trait implementation
Mathias
2022-11-01
2
-37
/
+41
*
Fix ascii table in BootLoader doc comment
Daniel Bevenius
2022-10-29
1
-1
/
+1
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
3
-0
/
+3
*
make prepare_update async
Mathias
2022-09-26
1
-2
/
+2
*
Add get_state helpers to allow self-testing before calling mark_booted
Mathias
2022-09-26
1
-13
/
+43
*
Add blocking API to FirmwareUpdater, and allow for a split prepare/write api
Mathias
2022-09-26
1
-7
/
+179
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
3
-3
/
+0
*
Take into account size of revert index
Ulf Lilleengen
2022-09-20
1
-4
/
+17
*
Remove BootFlash borrow
Ulf Lilleengen
2022-09-20
1
-12
/
+12
*
Fix a few clippy warnings
Ulf Lilleengen
2022-09-02
1
-25
/
+23
*
Remove generic const expressions from embassy-boot
Ulf Lilleengen
2022-09-02
4
-259
/
+385
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
3
-3
/
+3
*
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
2
-2
/
+2
*
Add -boot docserver metadata.
Dario Nieuwenhuis
2022-08-15
3
-0
/
+17
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
3
-3
/
+3
*
simplify `set_magic`
Vincent Stakenburg
2022-06-30
1
-13
/
+4
*
add log feature to embassy-boot-stm32
Vincent Stakenburg
2022-06-30
1
-0
/
+6
*
Remove unused imports
Ulf Lilleengen
2022-06-29
1
-3
/
+0
*
Add build.rs to detect armv6
Ulf Lilleengen
2022-06-27
1
-0
/
+11
*
Move bootloader main to examples
Ulf Lilleengen
2022-06-24
12
-314
/
+6
*
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
3
-9
/
+0
|
\
|
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
3
-9
/
+0
*
|
Merge pull request #821 from embassy-rs/defmt-trace
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
*
|
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
2
-2
/
+2
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
5
-59
/
+21
*
boot/stm32: autodetect thumbv6, remove cargo feature.
Dario Nieuwenhuis
2022-05-31
3
-2
/
+6
*
Add F7 flash and bootloader support
Matous Hybl
2022-05-06
1
-1
/
+1
*
Add support for F3 flash
Matous Hybl
2022-05-06
1
-1
/
+1
*
Fix linker script for nrf bootloader example
Ulf Lilleengen
2022-04-28
2
-2
/
+2
*
Allow using separate page sizes for state and dfu
Ulf Lilleengen
2022-04-28
4
-77
/
+305
*
Add bootloader to CI
Ulf Lilleengen
2022-04-27
9
-73
/
+40
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
11
-105
/
+634
*
Support multiple flash instances in embassy-boot
Ulf Lilleengen
2022-04-19
5
-46
/
+203
*
Avoid writing bootloader flash if not needed
Ulf Lilleengen
2022-03-31
1
-24
/
+36
*
Fix potential unaligned write
Ulf Lilleengen
2022-03-22
1
-4
/
+14
*
Address review comments
Ulf Lilleengen
2022-02-09
2
-1
/
+11
*
Add embassy-boot
Ulf Lilleengen
2022-02-09
13
-0
/
+1470