net: auto-enable defmt in smoltcp using namespaced features.

This commit is contained in:
Dario Nieuwenhuis
2022-04-12 20:14:26 +02:00
parent 0d3758ad6b
commit e5a843dc06
5 changed files with 7 additions and 5 deletions

View File

@ -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"]