11 Commits

Author SHA1 Message Date
Dario Nieuwenhuis
d41eeeae79 Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
i509VCB
db7759ea7d
mspm0: disable events before clearing gpio ris 2025-03-25 23:55:01 -05:00
Dario Nieuwenhuis
f15a11f4d6
Merge pull request #3994 from i509VCB/mspm0-generate-singletons
mspm0: generate all singletons
2025-03-24 00:27:16 +00:00
i509VCB
73c0bad8ad
mspm0: remove todo comment about pin names with slash
these are now gone from metapac
2025-03-22 19:27:52 -05:00
i509VCB
07da54ec18
mspm0: generate all singletons 2025-03-22 19:26:05 -05:00
i509VCB
46a96ff68c
mspm0: Remove features for which int_group is not implemented in metapac yet
These will be readded again when I eliminate int_group manual impls in the near future
2025-03-21 19:23:43 -05:00
i509VCB
d43acbb22b
Add missing flavors to docs for mspm0 2025-03-21 15:16:27 -05:00
i509VCB
9afb385f6d
Add docs related things 2025-03-19 13:05:10 -05:00
i509VCB
f7f316ad17
correct group 0 int_group accesses 2025-03-16 13:52:12 -05:00
i509VCB
9531b7422b
rustfmt... 2025-03-13 22:26:06 -05:00
i509VCB
e0cdc356cc
Embassy for MSPM0
This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series.

So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts:
- C1104
- L1306
- L2228
- G3507
- G3519

The PAC is generated at https://github.com/mspm0-rs
2025-03-13 22:10:45 -05:00