This is an automated email from the ASF dual-hosted git repository. linguini pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 128401a7331f17022a92b9916f952349a4dda31d Author: raiden00pl <[email protected]> AuthorDate: Sat Oct 11 12:32:16 2025 +0200 arch: remove reference to non-existent readme Remove the comment which is copy-paste from stm32/stm32_eth.c. stm3240g-eval doesn't contain any valuable information about eth driver. If we need to find an explanation of the configuration options, they are in Kconfig files. Signed-off-by: raiden00pl <[email protected]> --- arch/arm/src/at32/at32_eth.c | 4 ---- arch/arm/src/gd32f4/gd32f4xx_enet.c | 4 ---- arch/arm/src/stm32/stm32_eth.c | 4 ---- arch/arm/src/stm32f7/stm32_ethernet.c | 4 ---- arch/arm/src/stm32h5/stm32_ethernet.c | 4 ---- arch/arm/src/stm32h7/stm32_ethernet.c | 4 ---- 6 files changed, 24 deletions(-) diff --git a/arch/arm/src/at32/at32_eth.c b/arch/arm/src/at32/at32_eth.c index dd8dbd5da10..ae490aa3830 100644 --- a/arch/arm/src/at32/at32_eth.c +++ b/arch/arm/src/at32/at32_eth.c @@ -73,10 +73,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/at32/at3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if AT32_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif diff --git a/arch/arm/src/gd32f4/gd32f4xx_enet.c b/arch/arm/src/gd32f4/gd32f4xx_enet.c index 145121dca61..f03b7e9077e 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_enet.c +++ b/arch/arm/src/gd32f4/gd32f4xx_enet.c @@ -78,10 +78,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/gd32/gd3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if GD32_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif diff --git a/arch/arm/src/stm32/stm32_eth.c b/arch/arm/src/stm32/stm32_eth.c index a38d0408f73..8d71b317f4c 100644 --- a/arch/arm/src/stm32/stm32_eth.c +++ b/arch/arm/src/stm32/stm32_eth.c @@ -75,10 +75,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if STM32_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif diff --git a/arch/arm/src/stm32f7/stm32_ethernet.c b/arch/arm/src/stm32f7/stm32_ethernet.c index 475a2dcec8a..9f4686e794b 100644 --- a/arch/arm/src/stm32f7/stm32_ethernet.c +++ b/arch/arm/src/stm32f7/stm32_ethernet.c @@ -78,10 +78,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if STM32F7_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif diff --git a/arch/arm/src/stm32h5/stm32_ethernet.c b/arch/arm/src/stm32h5/stm32_ethernet.c index fbfdc2c3fb2..a0f0f7317f1 100644 --- a/arch/arm/src/stm32h5/stm32_ethernet.c +++ b/arch/arm/src/stm32h5/stm32_ethernet.c @@ -79,10 +79,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if STM32H5_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif diff --git a/arch/arm/src/stm32h7/stm32_ethernet.c b/arch/arm/src/stm32h7/stm32_ethernet.c index 01f5e1f6f32..2f184c85220 100644 --- a/arch/arm/src/stm32h7/stm32_ethernet.c +++ b/arch/arm/src/stm32h7/stm32_ethernet.c @@ -81,10 +81,6 @@ /* Configuration ************************************************************/ -/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the - * configuration settings. - */ - #if STM32H7_NETHERNET > 1 # error "Logic to support multiple Ethernet interfaces is incomplete" #endif
