embassy/examples/boot/application
huntc b0529bc943 Support codesigning in the firmware updater
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.
2023-01-12 13:30:58 +11:00
..
nrf Support codesigning in the firmware updater 2023-01-12 13:30:58 +11:00
rp embassy-boot (rp): Add WatchdogFlash 2023-01-03 22:58:56 +01:00
stm32f3 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32f7 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32h7 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32l0 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32l1 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32l4 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32wl Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00