embassy/examples
Bob McWhirter d68f2617e6 Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields.
Includes the addition of a `dbgmcu!(...)` macro table which currently takes
the form of

	(cr, $fn_name:ident)

where `$fn_name` is something like `set_dbgsleep_d1` etc.

The method is unsafe, since it's performing unsafe PAC operations.

Two examples modified to demonstrate its usage.
2021-07-22 14:18:48 -04:00
..
nrf Provides a cleaner construction of the channel with the common "new" naming 2021-07-15 12:31:53 +10:00
rp rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
std Fix warnings in std and rp 2021-07-04 12:46:04 +10:00
stm32f0 stm32: Add F0 example 2021-07-15 13:50:39 -03:00
stm32f4 Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
stm32h7 Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
stm32l0 stm32: Update gpio examples 2021-06-25 18:16:43 -03:00
stm32l4 stm32/examples: update DMA channel names 2021-07-17 08:04:33 +02:00
stm32wb55 stm32: Update gpio examples 2021-06-25 18:16:43 -03:00