aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-141-1/+2
| | | | | | 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: added PR #4897 description to CHANGELOGSiarhei B2025-11-161-0/+1
|
* mspm0: read_reset_cause()Gordon Tyler2025-11-071-0/+1
| | | | | | This adds a read_reset_cause function that returns an enum value derived from the SYSCTL.RSTCAUSE register. Based on the work by @charlesbmi in #4732.
* Update changelogGordon Tyler2025-10-271-1/+2
|
* mspm0-i2c-target: added to changelogcrispaudio2025-10-101-0/+1
|
* mspm0: add mspm0h321x supporti509VCB2025-10-081-1/+2
| | | | | | This also changes selection of GPIO interrupt type to be calculated by the buildscript. H321x is yet another exception with GPIOB being a physical interrupt rather than part of an interrupt group. H3215/6 are true 5V parts. I wonder if that is a first for an embassy hal
* mspm0: add mspm0c1106 to test matrixi509VCB2025-10-081-1/+2
| | | | RGZ package chosen to match LP-MSPM0C1106 board
* Enable input-buffer and enable output drive for I/O pinCharles Guan2025-10-071-0/+1
|
* mspm0-adc: add to changelogcrispaudio2025-09-081-0/+1
|
* mspm0: add mspm0c1105/6i509VCB2025-08-281-1/+2
|
* Merge pull request #4574 from bespsm/mspm0-wwdti509VCB2025-08-281-0/+1
|\ | | | | | | MSPM0: add window watchdog implementation (WWDT0, WWDT1)
| * msmp0-watchdog: reflect changes in CHANGELOG.mdSiarhei B2025-08-281-0/+1
| |
* | fix: add more missing changelogsUlf Lilleengen2025-08-251-0/+1
|/
* mspm0: actually enable GPIOA interrupt for l110xi509VCB2025-08-141-0/+1
|
* embassy-mspm0: add changes to the CHANGELOG.mdSiarhei B2025-08-141-0/+10