aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * mspm0: blocking uart driveri509VCB2025-03-294-0/+1169
| |
* | mspm0: Fix `set_pf_unchecked()` assertionKelsey Maes2025-04-021-2/+2
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-272-23/+17
|
* mspm0: disable events before clearing gpio risi509VCB2025-03-251-4/+21
|
* Merge pull request #3994 from i509VCB/mspm0-generate-singletonsDario Nieuwenhuis2025-03-242-0/+22
|\ | | | | | | mspm0: generate all singletons
| * mspm0: generate all singletonsi509VCB2025-03-222-0/+22
| |
* | mspm0: Remove features for which int_group is not implemented in metapac yeti509VCB2025-03-211-7/+0
|/ | | | These will be readded again when I eliminate int_group manual impls in the near future
* correct group 0 int_group accessesi509VCB2025-03-165-5/+5
|
* rustfmt...i509VCB2025-03-133-45/+16
|
* Embassy for MSPM0i509VCB2025-03-1310-0/+2160
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