embassy-mspm0/README.md
The embassy-mspm0 HAL aims to provide a safe, idiomatic hardware abstraction layer for all MSPM0 and MSPS003 chips.
The embassy-mspm0 HAL implements the traits from embedded-hal (1.0) and embedded-hal-async, as well as embedded-io and embedded-io-async.
Feature flag names for chips do not include temperature rating or distribution format.
Usually chapter 10 of your device's datasheet will explain the device nomenclature and how to decode it. Feature names in embassy-mspm0 only use the following from device nomenclature:
This means for a part such as MSPM0G3507SPMR, the feature name is mspm0g3507pm. This also means that MSPM0G3507QPMRQ1 uses the feature mspm0g3507pm, since the Q1 parts are just qualified variants of the base G3507 with a PM (QFP-64) package.
This crate can run on any executor.