aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src/i2c_target.rs
Commit message (Collapse)AuthorAgeFilesLines
* mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-141-4/+5
| | | | | | 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).
* mspm0-i2c-target: split i2c controller and i2c target configsIooon2025-10-101-10/+84
|
* mspm0-i2c-target: fix spelling mistakes and revert From<ClockDiv> implementationIooon2025-10-101-2/+2
|
* mspm0-i2c-target: add i2c target with examplecrispaudio2025-10-101-0/+435