7 Commits

Author SHA1 Message Date
i509VCB
45c4f0cb05
Merge pull request #4022 from i509VCB/mspm0-uart
mspm0: blocking uart driver
2025-04-03 04:46:36 +00:00
Kelsey Maes
03061a0817 mspm0: Fix set_pf_unchecked() assertion 2025-04-02 08:33:12 -07:00
i509VCB
91cde689cc
mspm0: blocking uart driver 2025-03-29 00:21:29 -05:00
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
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