aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src/time_driver.rs
Commit message (Collapse)AuthorAgeFilesLines
* mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-141-0/+4
| | | | | | G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver). Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* mspm0: generate all singletonsi509VCB2025-03-221-0/+3
|
* rustfmt...i509VCB2025-03-131-22/+8
|
* Embassy for MSPM0i509VCB2025-03-131-0/+437
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