@@ -115,6 +115,7 @@ In 2018, the Rust community created an embedded working group to help drive adop
115
115
- [ #stm32-rs: matrix .org] - For discussion of using Embedded Rust on STM32 based devices
116
116
- [ #atsamd-rs: gitter .im] - For discussions of using Embedded Rust on ATSAMD devices
117
117
- [ #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.
118
119
- [ rust-embedded: QQ group] - Chinese community for Rust embedded
119
120
120
121
[ #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
132
133
[ #rp-rs:matrix.org ] : https://matrix.to/#/#rp-rs:matrix.org
133
134
[ #atsamd-rs:gitter.im ] : https://matrix.to/#/#atsamd-rs_community:gitter.im
134
135
[ #ethercrab:matrix.org ] : https://matrix.to/#/#ethercrab:matrix.org
136
+ [ #mspm0-rs:matrix.org ] : https://matrix.to/#/#mspm0-rs:matrix.org
135
137
[ Rust-embedded:QQ group ] : https://qm.qq.com/q/A8Hl57xR1C
136
138
137
139
## Books, blogs, and training materials
@@ -330,6 +332,8 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
330
332
331
333
- [ ` tm4c123x ` ] ( https://crates.io/crates/tm4c123x ) Peripheral access API for TM4C123x microcontrollers (generated using svd2rust)
332
334
- [ ` 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)
333
337
334
338
### MSP430
335
339
@@ -502,6 +506,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
502
506
### Texas Instruments
503
507
504
508
- [ ` 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.
505
511
506
512
### MSP430
507
513
0 commit comments