diff options
Diffstat (limited to 'embassy-mcxa')
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml index b4979daba..5ff6d313c 100644 --- a/embassy-mcxa/Cargo.toml +++ b/embassy-mcxa/Cargo.toml | |||
| @@ -7,6 +7,7 @@ description = "Embassy Hardware Abstraction Layer (HAL) for NXP MCXA series of M | |||
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
| 8 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] | 8 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] |
| 9 | categories = ["embedded", "hardware-support", "no-std"] | 9 | categories = ["embedded", "hardware-support", "no-std"] |
| 10 | documentation = "https://docs.embassy.dev/embassy-mcxa" | ||
| 10 | 11 | ||
| 11 | [dependencies] | 12 | [dependencies] |
| 12 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 13 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
