mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
95efa6f7cf
Currently the mdio communication is part of the monolithic 'full netdevs'. This commit serves as an way to add modularity for the netdevs drivers. A new upperhalf/lowerhalf mdio device comes with this commit that manages the data transfer ofer mdio interface. Signed-off-by: Luchian Mihai <luchiann.mihai@gmail.com>