mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
STM32F4Discovery netnsh configuration needs to set MAC address
This commit is contained in:
parent
388ef8db1a
commit
240b688001
1 changed files with 4 additions and 1 deletions
|
|
@ -1146,7 +1146,10 @@ CONFIG_NSH_IPADDR=0x0a000002
|
|||
CONFIG_NSH_DRIPADDR=0x0a000001
|
||||
CONFIG_NSH_NETMASK=0xffffff00
|
||||
# CONFIG_NSH_DNS is not set
|
||||
# CONFIG_NSH_NOMAC is not set
|
||||
CONFIG_NSH_NOMAC=y
|
||||
CONFIG_NSH_SWMAC=y
|
||||
# CONFIG_NSH_ARCHMAC is not set
|
||||
CONFIG_NSH_MACADDR=0x00e0deadbeef
|
||||
CONFIG_NSH_MAX_ROUNDTRIP=20
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue