embassy/embassy-stm32
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
..
src Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
.pep8 USART codegen 2021-04-25 22:35:51 +02:00
build.rs Use macrotables from build.rs 2021-06-07 05:12:10 +02:00
Cargo.toml all hals: reexport PAC if unstable-pac feature is set. 2021-07-14 22:19:04 +02:00
gen_features.py Update features to include F0 2021-06-22 14:41:42 -03:00
gen.py Checkpoint with lifetime issues. 2021-06-29 11:01:57 -04:00