diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 16:26:31 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 16:26:31 +0100 |
| commit | 1b9925e3da0ec42b770f736cd22325203c97cb47 (patch) | |
| tree | 2b03eb826cd9a9fce945921cff9c04a7e59f98f1 /examples/rp/Cargo.toml | |
| parent | b4bc9ac028568dfb3896dfb00cbd1e181863fd64 (diff) | |
Move embassy-lora, lora examples to lora-phy repo.
Diffstat (limited to 'examples/rp/Cargo.toml')
| -rw-r--r-- | examples/rp/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 7e752bad2..1012a8b5f 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -16,10 +16,6 @@ embassy-net = { version = "0.2.0", path = "../../embassy-net", features = ["defm | |||
| 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } | 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } |
| 17 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 17 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 18 | embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" } | 18 | embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" } |
| 19 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt"] } | ||
| 20 | lora-phy = { version = "2" } | ||
| 21 | lorawan-device = { version = "0.11.0", default-features = false, features = ["async", "external-lora-phy"] } | ||
| 22 | lorawan = { version = "0.7.4", default-features = false, features = ["default-crypto"] } | ||
| 23 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } | 19 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } |
| 24 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } | 20 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } |
| 25 | 21 | ||
