embassy/examples
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
..
boot Support codesigning in the firmware updater 2023-01-12 13:30:58 +11:00
nrf5340 Reduce amount of samples for nrf5340 2023-01-09 22:57:40 +01:00
nrf52840 Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
nrf-rtos-trace all Cargo.toml: Add license to all crate Cargo.toml files 2022-10-07 12:41:56 +02:00
rp rp2040: add {tx,rx}-only constructors to UART 2023-01-04 21:11:19 +01:00
std net: split driver trait to a separate crate. 2022-12-26 04:49:08 +01:00
stm32f0 enabled interrupt feature 2022-12-21 11:56:30 +05:30
stm32f1 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32f2 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32f3 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32f4 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32f7 net: split driver trait to a separate crate. 2022-12-26 04:49:08 +01:00
stm32g0 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32g4 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32h7 net: split driver trait to a separate crate. 2022-12-26 04:49:08 +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
stm32l5 net: split driver trait to a separate crate. 2022-12-26 04:49:08 +01:00
stm32u5 Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32wb Bump defmt-rtt to 0.4 2022-11-29 21:15:24 +01:00
stm32wl Add random example 2022-12-04 09:38:57 +01:00
wasm all Cargo.toml: Add license to all crate Cargo.toml files 2022-10-07 12:41:56 +02:00