embassy/embassy-boot/boot/src
Rasmus Melchior Jacobsen 18c62aa5b4 Protect default implementations for FirmwareUpdater and BootLoader
It seems as if the arm compiler can does not care about whether the bootloader symbols are undefined if the default() function is never used. The x64 compiler does care however, so this change ensures that we can instantiate the types from tests.
2023-05-22 11:32:39 +02:00
..
digest_adapters Let hash functions take a digest::Digest trait 2023-04-04 12:24:30 +02:00
boot_loader.rs Let Partition range be u32 instead of usize 2023-04-05 08:28:31 +02:00
firmware_updater.rs Protect default implementations for FirmwareUpdater and BootLoader 2023-05-22 11:32:39 +02:00
fmt.rs Add embassy-boot 2022-02-09 10:50:29 +01:00
lib.rs Update Rust nightly. 2023-05-19 17:12:39 +02:00
mem_flash.rs embassy-boot: add nightly feature gates 2023-04-11 13:49:32 +02:00
partition.rs embassy-boot: add nightly feature gate for async usage 2023-04-14 11:27:23 +02:00