diff options
| author | Ulf Lilleengen <[email protected]> | 2024-09-04 12:58:33 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-09-04 12:58:33 +0200 |
| commit | b76b7ca9f5d64e83f7f69a6f7d97ba605ab2af7f (patch) | |
| tree | 9577beb7c10d467a92d06ac7e96c662c84f74e39 /examples/nrf9160/Cargo.toml | |
| parent | aabdd45424ae71550be542a3a62872b33a4e0717 (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.toml | 1 |
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 | |||
| 14 | defmt = "0.3" | 14 | defmt = "0.3" |
| 15 | defmt-rtt = "0.4" | 15 | defmt-rtt = "0.4" |
| 16 | 16 | ||
| 17 | heapless = "0.8" | ||
| 17 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 18 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 18 | cortex-m-rt = "0.7.0" | 19 | cortex-m-rt = "0.7.0" |
| 19 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 20 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
