mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when using STM32 ethernet driver with F1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -172,7 +172,7 @@ CONFIG_STM32_JTAG_FULL_ENABLE=y
|
||||
#
|
||||
# Ethernet MAC configuration
|
||||
#
|
||||
CONFIG_STM32_PHYADDR=1
|
||||
CONFIG_STM32_PHYADDR=0
|
||||
# CONFIG_STM32_MII is not set
|
||||
CONFIG_STM32_AUTONEG=y
|
||||
CONFIG_STM32_PHYSR=17
|
||||
|
||||
Reference in New Issue
Block a user