embassy/examples/boot
Ulf Lilleengen d0fe654c82 Remove BootFlash borrow
Compiler will infer a different lifetime for BootFlash than for the
borrowed flash, which makes it require more type annotations than if it
was just owning the type. Since it doesn't really matter if it owns or
borrows in practical use, change it to own so that it simplifies usage.
2022-09-20 09:54:37 +02:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
application Merge #939 2022-09-04 22:13:34 +00:00
bootloader Remove BootFlash borrow 2022-09-20 09:54:37 +02:00