aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
Commit message (Expand)AuthorAgeFilesLines
* Support codesigning in the firmware updaterhuntc2023-01-122-15/+368
* Merge #1139bors[bot]2023-01-041-5/+1
|\
| * Pass WDT config aroundhuntc2023-01-041-5/+1
* | Cleanupkalkyl2023-01-031-1/+1
* | embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-032-1/+52
|/
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-025-0/+420
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* fix: bump embassy-boot versionUlf Lilleengen2022-11-251-1/+1
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-257-11/+60
* Move default initializer function to Default trait implementationMathias2022-11-012-37/+41
* Fix ascii table in BootLoader doc commentDaniel Bevenius2022-10-291-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-073-0/+3
* make prepare_update asyncMathias2022-09-261-2/+2
* Add get_state helpers to allow self-testing before calling mark_bootedMathias2022-09-261-13/+43
* Add blocking API to FirmwareUpdater, and allow for a split prepare/write apiMathias2022-09-261-7/+179
* Update Rust nightly.Dario Nieuwenhuis2022-09-223-3/+0
* Take into account size of revert indexUlf Lilleengen2022-09-201-4/+17
* Remove BootFlash borrowUlf Lilleengen2022-09-201-12/+12
* Fix a few clippy warningsUlf Lilleengen2022-09-021-25/+23
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-024-259/+385
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-223-3/+3
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-172-2/+2
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-153-0/+17
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-293-3/+3
* simplify `set_magic`Vincent Stakenburg2022-06-301-13/+4
* add log feature to embassy-boot-stm32Vincent Stakenburg2022-06-301-0/+6
* Remove unused importsUlf Lilleengen2022-06-291-3/+0
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-0/+11
* Move bootloader main to examplesUlf Lilleengen2022-06-2412-314/+6
* Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-183-9/+0
|\
| * Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-183-9/+0
* | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-181-0/+3
|\ \ | |/ |/|
| * Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
* | Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-182-2/+2
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-125-59/+21
* boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-313-2/+6
* Add F7 flash and bootloader supportMatous Hybl2022-05-061-1/+1
* Add support for F3 flashMatous Hybl2022-05-061-1/+1
* Fix linker script for nrf bootloader exampleUlf Lilleengen2022-04-282-2/+2
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-284-77/+305
* Add bootloader to CIUlf Lilleengen2022-04-279-73/+40
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-2711-105/+634
* Support multiple flash instances in embassy-bootUlf Lilleengen2022-04-195-46/+203
* Avoid writing bootloader flash if not neededUlf Lilleengen2022-03-311-24/+36
* Fix potential unaligned writeUlf Lilleengen2022-03-221-4/+14
* Address review commentsUlf Lilleengen2022-02-092-1/+11
* Add embassy-bootUlf Lilleengen2022-02-0913-0/+1470