diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-22 03:34:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-22 03:34:18 +0200 |
| commit | c94c5516d1e9681c7b8222b9ee30f416b4e84c7d (patch) | |
| tree | 341ae2284dd6fc11ed40194ce28ab04c193cc85f /embassy-net | |
| parent | d7692b1ae8775723e54de8574a190df4864aa854 (diff) | |
net: automatically enable defmt/ip_in_core
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index 8a29aca79..1090892e0 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -27,7 +27,7 @@ default = [] | |||
| 27 | std = [] | 27 | std = [] |
| 28 | 28 | ||
| 29 | ## Enable defmt | 29 | ## Enable defmt |
| 30 | defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03"] | 30 | defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03", "defmt?/ip_in_core"] |
| 31 | 31 | ||
| 32 | ## Trace all raw received and transmitted packets using defmt or log. | 32 | ## Trace all raw received and transmitted packets using defmt or log. |
| 33 | packet-trace = [] | 33 | packet-trace = [] |
| @@ -65,7 +65,7 @@ multicast = ["smoltcp/multicast"] | |||
| 65 | 65 | ||
| 66 | [dependencies] | 66 | [dependencies] |
| 67 | 67 | ||
| 68 | defmt = { version = "0.3", optional = true } | 68 | defmt = { version = "0.3.8", optional = true } |
| 69 | log = { version = "0.4.14", optional = true } | 69 | log = { version = "0.4.14", optional = true } |
| 70 | 70 | ||
| 71 | smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [ | 71 | smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [ |
