We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d986b20 commit 032e095Copy full SHA for 032e095
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h
@@ -91,8 +91,8 @@ void NUCLEO_H743ZI_board_early_init(void);
91
#define MICROPY_HW_SDCARD_DETECT_PULL (GPIO_PULLUP)
92
#define MICROPY_HW_SDCARD_DETECT_PRESENT (GPIO_PIN_RESET)
93
94
-// Ethernet via RMII (MDC define disabled for now until eth.c supports H7)
95
-//#define MICROPY_HW_ETH_MDC (pin_C1)
+// Ethernet via RMII
+#define MICROPY_HW_ETH_MDC (pin_C1)
96
#define MICROPY_HW_ETH_MDIO (pin_A2)
97
#define MICROPY_HW_ETH_RMII_REF_CLK (pin_A1)
98
#define MICROPY_HW_ETH_RMII_CRS_DV (pin_A7)
0 commit comments