aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l1306/src/bin/i2c.rs
Commit message (Collapse)AuthorAgeFilesLines
* mspm0-I2C: replace examples for mspm0l1306 & mspm0g3507 with AD5171Siarhei B2025-08-041-9/+19
|
* mspm0-I2C: mention blocking API's restrictionsSiarhei B2025-08-041-1/+2
| | | | | - blocking API for transfering max 8 bytes - async API has no such limitations
* mspm0-I2C: automate source clock definitionSiarhei B2025-08-041-5/+2
| | | | | | | - i2c-config: automatically defines clock source based on input I2C rate - i2c: proper config functions naming - i2c-examples: adapt to changed API - i2c: save initialization pf cctr register
* mspm0: Add I2C Controller examples for mspm0l1306, mspm0g3507 MCUsSiarhei B2025-08-041-0/+37
- mspm0l1306 examples: add I2C blocking & async examples - mspm0l1306 examples: add -O2 optimization due to Flash limitations - mspm0g3507 examples: add I2C blocking & async examples