mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00: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:
parent
28ac5ec684
commit
e4eb9770cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue