mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Merge pull request #3442 from embassy-rs/Dirbaio-patch-1
net: automatically enable defmt/ip_in_core
This commit is contained in:
commit
6da53f082f
@ -27,7 +27,7 @@ default = []
|
|||||||
std = []
|
std = []
|
||||||
|
|
||||||
## Enable defmt
|
## Enable defmt
|
||||||
defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03"]
|
defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03", "defmt?/ip_in_core"]
|
||||||
|
|
||||||
## Trace all raw received and transmitted packets using defmt or log.
|
## Trace all raw received and transmitted packets using defmt or log.
|
||||||
packet-trace = []
|
packet-trace = []
|
||||||
@ -65,7 +65,7 @@ multicast = ["smoltcp/multicast"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
defmt = { version = "0.3", optional = true }
|
defmt = { version = "0.3.8", optional = true }
|
||||||
log = { version = "0.4.14", optional = true }
|
log = { version = "0.4.14", optional = true }
|
||||||
|
|
||||||
smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [
|
smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [
|
||||||
|
Loading…
Reference in New Issue
Block a user