@@ -115,6 +115,7 @@ In 2018, the Rust community created an embedded working group to help drive adop
115115- [ #stm32-rs: matrix .org] - For discussion of using Embedded Rust on STM32 based devices
116116- [ #atsamd-rs: gitter .im] - For discussions of using Embedded Rust on ATSAMD devices
117117- [ #ethercrab: matrix .org] - For discussion of general EtherCAT and the Rust implementation, EtherCrab
118+ - [ #mspm0-rs: matrix .org] - For discussion of using Embedded Rust on Texas Instruments MSPM0 (and MSPS003) devices.
118119- [ rust-embedded: QQ group] - Chinese community for Rust embedded
119120
120121[ #rust-embedded-graphics:matrix.org ] : https://matrix.to/#/#rust-embedded-graphics:matrix.org
@@ -132,6 +133,7 @@ In 2018, the Rust community created an embedded working group to help drive adop
132133[ #rp-rs:matrix.org ] : https://matrix.to/#/#rp-rs:matrix.org
133134[ #atsamd-rs:gitter.im ] : https://matrix.to/#/#atsamd-rs_community:gitter.im
134135[ #ethercrab:matrix.org ] : https://matrix.to/#/#ethercrab:matrix.org
136+ [ #mspm0-rs:matrix.org ] : https://matrix.to/#/#mspm0-rs:matrix.org
135137[ Rust-embedded:QQ group ] : https://qm.qq.com/q/A8Hl57xR1C
136138
137139## Books, blogs, and training materials
@@ -330,6 +332,8 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
330332
331333- [ ` tm4c123x ` ] ( https://crates.io/crates/tm4c123x ) Peripheral access API for TM4C123x microcontrollers (generated using svd2rust)
332334- [ ` tm4c129x ` ] ( https://crates.io/crates/tm4c129x ) Peripheral access API for TM4C129x microcontrollers (generated using svd2rust)
335+ - [ ` mspm0-metapac ` ] ( https://github.com/mspm0-rs/mspm0-data )
336+ - PAC for all MSPM0 (and MSPS003) microcontrollers. (generated using chiptool)
333337
334338### MSP430
335339
@@ -502,6 +506,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
502506### Texas Instruments
503507
504508- [ ` tm4c123x-hal ` ] ( https://github.com/rust-embedded-community/tm4c-hal/ )
509+ - [ ` embassy-mspm0 ` ] ( https://github.com/embassy-rs/embassy/tree/main/embassy-mspm0 )
510+ - Embassy HAL implementation for all MSPM0 (and MSPS003) microcontrollers.
505511
506512### MSP430
507513
0 commit comments