aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9160/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-09-04 12:58:33 +0200
committerUlf Lilleengen <[email protected]>2024-09-04 12:58:33 +0200
commitb76b7ca9f5d64e83f7f69a6f7d97ba605ab2af7f (patch)
tree9577beb7c10d467a92d06ac7e96c662c84f74e39 /examples/nrf9160/Cargo.toml
parentaabdd45424ae71550be542a3a62872b33a4e0717 (diff)
Use at-commands crate and support DNS
* Use at-commands for building and parsing AT commands which has better error handling. * Retrieve DNS servers * Retrieve gateway * Update example to configure embassy-net with retrieved parameters.
Diffstat (limited to 'examples/nrf9160/Cargo.toml')
-rw-r--r--examples/nrf9160/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nrf9160/Cargo.toml b/examples/nrf9160/Cargo.toml
index fc24e99d2..9aeb99317 100644
--- a/examples/nrf9160/Cargo.toml
+++ b/examples/nrf9160/Cargo.toml
@@ -14,6 +14,7 @@ embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defm
14defmt = "0.3" 14defmt = "0.3"
15defmt-rtt = "0.4" 15defmt-rtt = "0.4"
16 16
17heapless = "0.8"
17cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 18cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
18cortex-m-rt = "0.7.0" 19cortex-m-rt = "0.7.0"
19panic-probe = { version = "0.3", features = ["print-defmt"] } 20panic-probe = { version = "0.3", features = ["print-defmt"] }