aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3519/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* mspm0-watchdog: rename mod watchdog to wwdtSiarhei B2025-08-281-1/+1
|
* mspm0-watchdog: add watchdog examples for all chipsSiarhei B2025-08-281-0/+54
|
* mspm0: blocking uart driveri509VCB2025-03-291-0/+35
|
* rustfmt 2: electric boogalooi509VCB2025-03-132-8/+4
|
* Embassy for MSPM0i509VCB2025-03-132-0/+62
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