diff options
| author | Caleb Jamison <[email protected]> | 2024-10-09 10:04:35 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-10-09 10:18:00 -0400 |
| commit | 57c1fbf3089e2a2dc9fe5b7d1f1e094596566395 (patch) | |
| tree | 833856b7da855b8de56dec1494c2da88ac29e415 /embassy-rp/Cargo.toml | |
| parent | 456c226b29799f7db56ab60b0ae3d95cc7d6a32a (diff) | |
Move pio programs into embassy-rp
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 29a8a3c53..54de238b3 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -144,6 +144,7 @@ rp2040-boot2 = "0.3" | |||
| 144 | document-features = "0.2.7" | 144 | document-features = "0.2.7" |
| 145 | sha2-const-stable = "0.1" | 145 | sha2-const-stable = "0.1" |
| 146 | rp-binary-info = { version = "0.1.0", optional = true } | 146 | rp-binary-info = { version = "0.1.0", optional = true } |
| 147 | smart-leds = "0.4.0" | ||
| 147 | 148 | ||
| 148 | [dev-dependencies] | 149 | [dev-dependencies] |
| 149 | embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 150 | embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
