nuttx/arch/arm
Pavel Pisa b6cb94a06d arch/arm/stm32h7: fix stm32_mdio private structure use
The struct stm32_mdio_bus_s aka g_stm32_mdio_bus
has not been referenced at all, because  mdio_register()
allocates its own structure. Then lower half drivers
receive only their respective part in mdio_read()
and mdio_write() because MDIO_WRITE/MDIO_READ provides
only d->lower to the specific lower level drivers.

Signed-off-by: Pavel Pisa <pisa@fel.cvut.cz>
2026-04-09 13:21:50 +02:00
..
include ht32f491x3/esk32: add docs and flash helpers 2026-03-30 09:48:16 +08:00
src arch/arm/stm32h7: fix stm32_mdio private structure use 2026-04-09 13:21:50 +02:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig arch/arm/ht32f491x3: add initial support 2026-03-30 09:48:16 +08:00