From 6633e524d0dc1a5a4597ebd7444e97bf7fabf0bf Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 27 Sep 2015 13:29:09 +0000 Subject: Ethernet on F7 is OK. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8332 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM32F746G_DISCOVERY/board.h | 4 ++-- os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/boards/ST_STM32F746G_DISCOVERY') diff --git a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h index eb6626990..5237d95c5 100644 --- a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h @@ -992,7 +992,7 @@ * PG10 - SAI2_SDB (input pullup). * PG11 - RMII_TX_EN (alternate 11). * PG12 - LCD_B4 (alternate 14). - * PG13 - RMII_TXD0 (alternate 1). + * PG13 - RMII_TXD0 (alternate 11). * PG14 - RMII_TXD1 (alternate 11). * PG15 - FMC_SDNCAS (alternate 12). */ @@ -1089,7 +1089,7 @@ PIN_AFIO_AF(GPIOG_SAI2_SDB, 0) | \ PIN_AFIO_AF(GPIOG_RMII_TX_EN, 11) | \ PIN_AFIO_AF(GPIOG_LCD_B4, 14) | \ - PIN_AFIO_AF(GPIOG_RMII_TXD0, 1) | \ + PIN_AFIO_AF(GPIOG_RMII_TXD0, 11) | \ PIN_AFIO_AF(GPIOG_RMII_TXD1, 11) | \ PIN_AFIO_AF(GPIOG_FMC_SDNCAS, 12)) diff --git a/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg b/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg index bafb46214..923e407a2 100644 --- a/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg +++ b/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg @@ -919,7 +919,7 @@ Speed="Maximum" Resistor="Floating" Mode="Alternate" - Alternate="1" /> + Alternate="11" />