Skip to content

Commit 032e095

Browse files
Reinhard Fegerdpgeorge
authored andcommitted
stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral.
1 parent d986b20 commit 032e095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ void NUCLEO_H743ZI_board_early_init(void);
9191
#define MICROPY_HW_SDCARD_DETECT_PULL (GPIO_PULLUP)
9292
#define MICROPY_HW_SDCARD_DETECT_PRESENT (GPIO_PIN_RESET)
9393

94-
// Ethernet via RMII (MDC define disabled for now until eth.c supports H7)
95-
//#define MICROPY_HW_ETH_MDC (pin_C1)
94+
// Ethernet via RMII
95+
#define MICROPY_HW_ETH_MDC (pin_C1)
9696
#define MICROPY_HW_ETH_MDIO (pin_A2)
9797
#define MICROPY_HW_ETH_RMII_REF_CLK (pin_A1)
9898
#define MICROPY_HW_ETH_RMII_CRS_DV (pin_A7)

0 commit comments

Comments
 (0)