aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l1306/src
Commit message (Collapse)AuthorAgeFilesLines
* mspm0-i2c-target: update examples with split configcrispaudio2025-10-101-5/+7
|
* mspm0-i2c-target: add mspm0l1306 example and set target address explicitly ↵Iooon2025-10-101-0/+61
| | | | in examples
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-3/+3
|
* mspm0-adc: implement From for AnyAdcChannelcrispaudio2025-09-141-6/+3
|
* mspm0-adc: remove dynamic vrsel and cleanupcrispaudio2025-09-091-8/+2
|
* mspm0-adc: add adc with examplescrispaudio2025-09-081-0/+48
|
* 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
|
* mspm0-I2C: replace examples for mspm0l1306 & mspm0g3507 with AD5171Siarhei B2025-08-042-17/+37
|
* mspm0-I2C: mention blocking API's restrictionsSiarhei B2025-08-042-5/+6
| | | | | - blocking API for transfering max 8 bytes - async API has no such limitations
* mspm0-I2C: automate source clock definitionSiarhei B2025-08-042-10/+4
| | | | | | | - 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-042-0/+80
| | | | | | - mspm0l1306 examples: add I2C blocking & async examples - mspm0l1306 examples: add -O2 optimization due to Flash limitations - mspm0g3507 examples: add I2C blocking & async examples
* mspm0: blocking uart driveri509VCB2025-03-291-0/+35
|
* rustfmt 2: electric boogalooi509VCB2025-03-132-8/+4
|
* Embassy for MSPM0i509VCB2025-03-132-0/+62
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