stm32: rename feature net to embassy-net.
				
					
				
			The eth code is always built and available, but has no own API (other than the embassy-net Device impl) to rx/tx packets. We could add this API in the future, so the feature only means "embassy-net support".
This commit is contained in:
		| @@ -77,7 +77,6 @@ stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features | ||||
| [features] | ||||
| defmt = ["dep:defmt", "bxcan/unstable-defmt", "embassy-sync/defmt", "embassy-executor/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "embedded-io?/defmt", "embassy-usb-driver?/defmt"] | ||||
| sdmmc-rs = ["embedded-sdmmc"] | ||||
| net = ["embassy-net" ] | ||||
| memory-x = ["stm32-metapac/memory-x"] | ||||
| subghz = [] | ||||
| exti = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user