embassy/examples/boot/application
bors[bot] bf4c0de16a
Merge #1139
1139: Wdt config changes r=lulf a=huntc

Per commits:

* By passing WDT config around we can control it more easily and promote sharing it between files.

* The memory layout of the s140 crept into a number of memory files, which can cause confusion (well, it did for me!).

* Obtaining the current WDT config is useful so that we do not have to duplicate configurations around the place. A constructor method has been introduced that attempts to return the current running WDT config from the WDT peripheral. The bootloader example has also been updated to show how the watchdog can be obtained and used.

Co-authored-by: huntc <huntchr@gmail.com>
2023-01-04 07:44:23 +00:00
..
nrf Provides a means of obtaining the current WDT config 2023-01-04 12:13:44 +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