aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l2228
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4574 from bespsm/mspm0-wwdti509VCB2025-08-281-0/+54
|\ | | | | | | MSPM0: add window watchdog implementation (WWDT0, WWDT1)
| * 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
| |
* | chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-3/+3
| |
* | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
|/ | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* mspm0: generate interrupt group handlersi509VCB2025-05-201-0/+2
|
* Merge pull request #4194 from i509VCB/update-metapac2Dario Nieuwenhuis2025-05-182-3/+3
|\ | | | | mspm0: generate features per chip + package
| * mspm0: generate feature per chip + packagei509VCB2025-05-132-3/+3
| |
* | Update defmt dependenciesYuri Astrakhan2025-05-181-4/+4
|/
* mspm0: blocking uart driveri509VCB2025-03-292-1/+36
|
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Remove temporary target yamlsi509VCB2025-03-152-241/+1
| | | | These will be in the next probe-rs release
* rustfmt 2: electric boogalooi509VCB2025-03-132-8/+4
|
* Embassy for MSPM0i509VCB2025-03-138-0/+400
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