diff options
| author | ceekdee <[email protected]> | 2023-07-26 21:51:09 -0500 |
|---|---|---|
| committer | ceekdee <[email protected]> | 2023-07-26 21:51:09 -0500 |
| commit | c54ae73d4999fdf6243adeedcde1467493c8935a (patch) | |
| tree | 3fce94602f3b58a0eb7b5605f0f161a03b11a438 /examples | |
| parent | 77e34c5e8a7d31eac6fdc144a329027a0ce731a5 (diff) | |
Use lora-phy v1.2.1; modify embassy-lora dependencies.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf52840/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/rp/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/stm32l0/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/stm32wl/Cargo.toml | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml index 9b41ec5ab..f39f9323f 100644 --- a/examples/nrf52840/Cargo.toml +++ b/examples/nrf52840/Cargo.toml | |||
| @@ -56,6 +56,3 @@ serde = { version = "1.0.136", default-features = false } | |||
| 56 | embedded-hal-async = { version = "0.2.0-alpha.2", optional = true } | 56 | embedded-hal-async = { version = "0.2.0-alpha.2", optional = true } |
| 57 | num-integer = { version = "0.1.45", default-features = false } | 57 | num-integer = { version = "0.1.45", default-features = false } |
| 58 | microfft = "0.5.0" | 58 | microfft = "0.5.0" |
| 59 | |||
| 60 | [patch.crates-io] | ||
| 61 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | ||
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index c812cb3ee..8a675443a 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -54,6 +54,3 @@ rand = { version = "0.8.5", default-features = false } | |||
| 54 | 54 | ||
| 55 | [profile.release] | 55 | [profile.release] |
| 56 | debug = true | 56 | debug = true |
| 57 | |||
| 58 | [patch.crates-io] | ||
| 59 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | ||
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index e6a5a4c14..e794cf1eb 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml | |||
| @@ -33,6 +33,3 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 33 | heapless = { version = "0.7.5", default-features = false } | 33 | heapless = { version = "0.7.5", default-features = false } |
| 34 | embedded-hal = "0.2.6" | 34 | embedded-hal = "0.2.6" |
| 35 | static_cell = "1.1" | 35 | static_cell = "1.1" |
| 36 | |||
| 37 | [patch.crates-io] | ||
| 38 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | ||
diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml index 6e6f269aa..b3f57af53 100644 --- a/examples/stm32wl/Cargo.toml +++ b/examples/stm32wl/Cargo.toml | |||
| @@ -27,6 +27,3 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } | |||
| 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 28 | heapless = { version = "0.7.5", default-features = false } | 28 | heapless = { version = "0.7.5", default-features = false } |
| 29 | chrono = { version = "^0.4", default-features = false } | 29 | chrono = { version = "^0.4", default-features = false } |
| 30 | |||
| 31 | [patch.crates-io] | ||
| 32 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | ||
