diff options
| author | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
| commit | 6719e1305921c08fcfba7e8f48e315ef8b676c6e (patch) | |
| tree | 3402ff42066c990a29787671f659c5b919f6e8ac /embassy-rp/Cargo.toml | |
| parent | dd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff) | |
update documentation and examples to mention RP235x
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 4e5ef2813..b440591cf 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -3,8 +3,8 @@ name = "embassy-rp" | |||
| 3 | version = "0.4.0" | 3 | version = "0.4.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" |
| 7 | keywords = ["embedded", "async", "raspberry-pi", "rp2040", "embedded-hal"] | 7 | keywords = ["embedded", "async", "rp235x", "rp2040", "embedded-hal"] |
| 8 | categories = ["embedded", "hardware-support", "no-std", "asynchronous"] | 8 | categories = ["embedded", "hardware-support", "no-std", "asynchronous"] |
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-rp" | 10 | documentation = "https://docs.embassy.dev/embassy-rp" |
