Open
Description
Is your enhancement proposal related to a problem? Please describe.
There is currently no good way to query the configuration of the Ethernet on this driver (to my knowledge).
Describe the solution you'd like
Please implement int(* get_config )(const struct device *dev, enum ethernet_config_type type, struct ethernet_config *config)
for the eth_stm32_hal
-driver.
Describe alternatives you've considered
None
Additional context
None
Activity