aboutsummaryrefslogtreecommitdiff
path: root/tests/mspm0
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-5/+5
|
* 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
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* mspm0: add buffered uart driveri509VCB2025-07-222-0/+118
| | | | And tests for G3507.
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* Merge pull request #4338 from i509VCB/dmai509VCB2025-07-075-1/+517
|\ | | | | | | mspm0: add dma driver
| * mspm0: add dma driveri509VCB2025-07-065-1/+517
| |
* | embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|/
* mspm0: link interrupt groups in testsi509VCB2025-05-201-0/+2
|
* Merge pull request #4194 from i509VCB/update-metapac2Dario Nieuwenhuis2025-05-181-1/+1
|\ | | | | mspm0: generate features per chip + package
| * mspm0: generate feature per chip + packagei509VCB2025-05-131-1/+1
| |
* | Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|/
* mspm0: add uart testsi509VCB2025-04-065-0/+179
This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.