net: auto-enable defmt in smoltcp using namespaced features.
This commit is contained in:
@ -14,9 +14,11 @@ flavors = [
|
||||
]
|
||||
|
||||
[features]
|
||||
default = ["pool-4"]
|
||||
default = []
|
||||
std = []
|
||||
|
||||
defmt = ["dep:defmt", "smoltcp/defmt"]
|
||||
|
||||
tcp = ["smoltcp/socket-tcp"]
|
||||
dhcpv4 = ["medium-ethernet", "smoltcp/socket-dhcpv4"]
|
||||
medium-ethernet = ["smoltcp/medium-ethernet"]
|
||||
|
Reference in New Issue
Block a user