aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-141-6/+10
* mspm0-mathacl: exclude the module for non-supported chipsSiarhei B2025-11-211-0/+1
* mspm0: add MATHACL module and following operations: sin,cosSiarhei B2025-11-161-0/+1
* mspm0: read_reset_cause()Gordon Tyler2025-11-071-0/+111
* mspm0-i2c-target: add i2c target with examplecrispaudio2025-10-101-0/+1
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+2
* mspm0-adc: add adc with examplescrispaudio2025-09-081-0/+1
* mspm0-watchdog: rename mod watchdog to wwdtSiarhei B2025-08-281-1/+1
* mspm0-watchdog: add main implementationSiarhei B2025-08-271-0/+1
* mspm0: actually enable GPIOA interrupt for l110xi509VCB2025-08-141-1/+1
* Merge pull request #4435 from bespsm/mspm0-i2ci509VCB2025-08-141-0/+1
|\
| * mspm0-I2C: remove type time:Herz usageSiarhei B2025-08-041-1/+0
| * mspm0-I2C: remove SYSOSC init, make ClockDiv::Into privateSiarhei B2025-08-041-4/+0
| * mspm0-I2C: add type for I2C clock rates + fixed commentsSiarhei B2025-08-041-0/+1
| * mspm0: Add I2C Controller (blocking & async)Siarhei B2025-08-041-0/+5
* | Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
|/
* mspm0: add dma driveri509VCB2025-07-061-3/+112
* mspm0: generate interrupt group handlersi509VCB2025-05-201-14/+0
* mspm0: fix build for int groups.Dario Nieuwenhuis2025-05-191-1/+7
* mspm0: generate feature per chip + packagei509VCB2025-05-131-6/+11
* mspm0: blocking uart driveri509VCB2025-03-291-0/+4
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* Merge pull request #3994 from i509VCB/mspm0-generate-singletonsDario Nieuwenhuis2025-03-241-0/+19
|\
| * mspm0: generate all singletonsi509VCB2025-03-221-0/+19
* | mspm0: Remove features for which int_group is not implemented in metapac yeti509VCB2025-03-211-7/+0
|/
* rustfmt...i509VCB2025-03-131-7/+2
* Embassy for MSPM0i509VCB2025-03-131-0/+112