mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 16:35:21 +00:00
Add missing netdev_carrier_on() and netdev_carrier_off() calls to imxrt_enet.c, stm32f7/stm32_ethernet.c, stm32h7/stm32_ethernet.c, and stm32/stm32_eth.c. This ensures the interfaces correctly report IFF_RUNNING status, as required by recent networking stack changes. Verification: - imxrt_enet.c pass ./tools/checkpatch.sh. - stm32f7/stm32_ethernet.c pass ./tools/checkpatch.sh. - stm32h7/stm32_ethernet.c pass ./tools/checkpatch.sh. - stm32/stm32_eth.c pass ./tools/checkpatch.sh. - Manual compilation verification for IMXRT1060 driver. - Addresses CI failures in arm-13 job (STM32H7). Signed-off-by: Aviral Garg <gargaviral99@gmail.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||