embassy/examples/boot
huntc 8497f98de2 Provides a means of obtaining the current WDT config
Obtaining the current WDT config is important so that we do not have to duplication configuration around the place. A constructor method has been introduced that returns WDT config in accordance with how the register is presently configured. The bootloader example has also been updated to show the watchdog can be obtained and used.
2023-01-04 12:13:44 +11:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
application Provides a means of obtaining the current WDT config 2023-01-04 12:13:44 +11:00
bootloader Cleaned up some doc and memory layout 2023-01-04 10:27:16 +11:00