| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -51/+0 |
| | | |||||
| * | boot: update ed25519-dalek in dev-dependencies. | Dario Nieuwenhuis | 2023-12-19 | 1 | -7/+3 |
| | | |||||
| * | fix: update ed25519-dalek to new version | Ulf Lilleengen | 2023-12-19 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -2/+2 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+2 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| | | | | | Update changelog in preparation for release | ||||
| * | Remove legacy Partition type and use the one from embedded-hal | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -3/+4 |
| | | |||||
| * | Remove the usage of the local Partition type in BootLoader | Rasmus Melchior Jacobsen | 2023-05-29 | 1 | -0/+1 |
| | | |||||
| * | embassy-boot: resolve conflicts | sander | 2023-04-20 | 1 | -1/+0 |
| | | |||||
| * | Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a' | sander | 2023-04-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | embassy-boot: readd nightly feature as default | sander | 2023-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | embassy-boot: add nightly feature gates | sander | 2023-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | merge embassy/master | sander | 2023-04-11 | 1 | -1/+3 |
| |\| | |||||
| | * | Let hash functions take a digest::Digest trait | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -1/+3 |
| | | | | | | | | | ... and add adapters for current Sha512 implementations that does not inplement the Digest trait | ||||
| * | | embassy-boot: add default nightly feature, makes it possible to compile with ↵ | sander | 2023-03-22 | 1 | -1/+4 |
| |/ | | | | the stable compiler | ||||
| * | Bump embedded-storage-async to 0.4 | Mehmet Ali Anil | 2023-03-06 | 1 | -1/+1 |
| | | |||||
| * | Support codesigning in the firmware updater | huntc | 2023-01-12 | 1 | -1/+15 |
| | | | | | This commit provides a method to verify that firmware has been signed with a private key given its public key. The implementation uses ed25519-dalek as the signature verifier. An "ed25519" feature is required to enable the functionality. When disabled (the default), calling the firmware updater's verify method will return a failure. | ||||
| * | 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 | 1 | -1/+11 |
| | | |||||
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | Add -boot docserver metadata. | Dario Nieuwenhuis | 2022-08-15 | 1 | -0/+5 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| | | |||||
| * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -3/+0 |
| | | | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors". | ||||
| * | Update to 2021 edition. (#820) | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+1 |
| | | |||||
| * | Add embassy-boot | Ulf Lilleengen | 2022-02-09 | 1 | -0/+23 |
| Embassy-boot is a simple bootloader that works together with an application to provide firmware update capabilities with a minimal risk. The bootloader consists of a platform-independent part, which implements the swap algorithm, and a platform-dependent part (currently only for nRF) that provides addition functionality such as watchdog timers softdevice support. | |||||
