diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-27 13:29:09 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-27 13:29:09 +0000 |
commit | 6633e524d0dc1a5a4597ebd7444e97bf7fabf0bf (patch) | |
tree | 79758a909c450da99e25f1c7c82d8cb8dd914c3b /os/hal/boards | |
parent | 047eb2f2e3a0f6c33ceaa2d25072fee677ea0513 (diff) | |
download | ChibiOS-6633e524d0dc1a5a4597ebd7444e97bf7fabf0bf.tar.gz ChibiOS-6633e524d0dc1a5a4597ebd7444e97bf7fabf0bf.tar.bz2 ChibiOS-6633e524d0dc1a5a4597ebd7444e97bf7fabf0bf.zip |
Ethernet on F7 is OK.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8332 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/ST_STM32F746G_DISCOVERY/board.h | 4 | ||||
-rw-r--r-- | os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg | 2 |
2 files changed, 3 insertions, 3 deletions
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" />
<pin14
ID="RMII_TXD1"
Type="PushPull"
|