embassy/examples/stm32f4
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
..
.cargo Move examples to a subdirectory 2021-06-02 01:32:19 +02:00
src Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
build.rs Move examples to a subdirectory 2021-06-02 01:32:19 +02:00
Cargo.toml Cleanup stm32f4 examples 2021-07-21 23:12:36 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00