aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/nrf
Commit message (Expand)AuthorAgeFilesLines
* boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-111-25/+12
* Refactor firmware updaterUlf Lilleengen2023-08-061-2/+4
* feat: make nrf bootloader watchdog generic for any flashUlf Lilleengen2023-08-021-13/+13
* embassy-boot/nrf/README.md: typo fixKaspar Schleiser2023-06-291-1/+1
* Align examplesRasmus Melchior Jacobsen2023-05-301-1/+3
* Align nrfRasmus Melchior Jacobsen2023-05-301-54/+17
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-1/+1
* Protect default implementations for FirmwareUpdater and BootLoaderRasmus Melchior Jacobsen2023-05-221-0/+1
* embassy-boot: resolve conflictssander2023-04-201-1/+0
* Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af'sander2023-04-201-0/+1
|\
* | embassy-boot: update readme MSRV to stablesander2023-04-201-1/+1
* | embassy-boot: add nightly feature to stm32 and rp as wellsander2023-04-202-2/+0
|/
* embassy-boot: add nightly feature gate for async usagesander2023-04-141-1/+5
* merge embassy/mastersander2023-04-111-14/+12
|\
| * Align platform specific bootloadersRasmus Melchior Jacobsen2023-04-051-6/+6
| * Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-041-1/+1
| * Align chip specific boot projects with new prepare_boot() signatureRasmus Melchior Jacobsen2023-04-041-8/+6
* | embassy-boot: add default nightly feature, makes it possible to compile with ...sander2023-03-222-3/+5
|/
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-1/+1
* Pass WDT config aroundhuntc2023-01-041-5/+1
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-252-1/+27
* Move default initializer function to Default trait implementationMathias2022-11-011-2/+4
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-12/+23
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-151-0/+6
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* Move bootloader main to examplesUlf Lilleengen2022-06-248-217/+3
* Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-181-3/+0
|\
| * Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-3/+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-181-1/+1
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-122-13/+5
* Fix linker script for nrf bootloader exampleUlf Lilleengen2022-04-282-2/+2
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-281-3/+11
* Add bootloader to CIUlf Lilleengen2022-04-273-6/+3
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-272-30/+2
* Support multiple flash instances in embassy-bootUlf Lilleengen2022-04-194-5/+10
* Address review commentsUlf Lilleengen2022-02-092-1/+11
* Add embassy-bootUlf Lilleengen2022-02-0910-0/+672