forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32h7/linum-stm32h753bi: add support to ethernet connection
Signed-off-by: Jorge Guzman <[email protected]>
- Loading branch information
Showing
5 changed files
with
163 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 92 additions & 0 deletions
92
boards/arm/stm32h7/linum-stm32h753bi/configs/netnsh/defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_STANDARD_SERIAL is not set | ||
# CONFIG_STM32H7_USE_LEGACY_PINMAP is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="linum-stm32h753bi" | ||
CONFIG_ARCH_BOARD_LINUM_STM32H753BI=y | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H753BI=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_CHIP_STM32H7_CORTEXM7=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_ARMV7M_DCACHE=y | ||
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y | ||
CONFIG_ARMV7M_DTCM=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=43103 | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_FEATURES=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_ETH0_PHY_KSZ8081=y | ||
CONFIG_EXAMPLES_ALARM=y | ||
CONFIG_FS_PROCFS=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INIT_STACKSIZE=4096 | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_LIBM=y | ||
CONFIG_MM_REGIONS=4 | ||
CONFIG_NET=y | ||
CONFIG_NETDB_DNSCLIENT=y | ||
CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x08080808 | ||
CONFIG_NETDEV_PHY_DEBUG=y | ||
CONFIG_NETDEV_WORK_THREAD=y | ||
CONFIG_NETINIT_DHCPC=y | ||
CONFIG_NETINIT_DRIPADDR=0x08080808 | ||
CONFIG_NETINIT_NOMAC=y | ||
CONFIG_NETUTILS_DHCPC=y | ||
CONFIG_NETUTILS_DISCOVER=y | ||
CONFIG_NETUTILS_TELNETD=y | ||
CONFIG_NET_ARP_IPIN=y | ||
CONFIG_NET_ARP_SEND=y | ||
CONFIG_NET_BROADCAST=y | ||
CONFIG_NET_ETH_PKTSIZE=1500 | ||
CONFIG_NET_ICMP=y | ||
CONFIG_NET_ICMP_SOCKET=y | ||
CONFIG_NET_IGMP=y | ||
CONFIG_NET_ROUTE=y | ||
CONFIG_NET_STATISTICS=y | ||
CONFIG_NET_TCP=y | ||
CONFIG_NET_UDP=y | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_DISABLE_IFUPDOWN=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_READLINE_CMD_HISTORY=y | ||
CONFIG_READLINE_TABCOMPLETION=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_RTC_ALARM=y | ||
CONFIG_RTC_DATETIME=y | ||
CONFIG_RTC_DRIVER=y | ||
CONFIG_SCHED_HPWORK=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_START_DAY=6 | ||
CONFIG_START_MONTH=12 | ||
CONFIG_START_YEAR=2011 | ||
CONFIG_STM32H7_ETHMAC=y | ||
CONFIG_STM32H7_PHYSR=30 | ||
CONFIG_STM32H7_PHYSR_100FD=0x6 | ||
CONFIG_STM32H7_PHYSR_100HD=0x2 | ||
CONFIG_STM32H7_PHYSR_10FD=0x5 | ||
CONFIG_STM32H7_PHYSR_10HD=0x1 | ||
CONFIG_STM32H7_PHYSR_ALTCONFIG=y | ||
CONFIG_STM32H7_PHYSR_ALTMODE=0x7 | ||
CONFIG_STM32H7_PWR=y | ||
CONFIG_STM32H7_RMII_MCO1=y | ||
CONFIG_STM32H7_RTC=y | ||
CONFIG_STM32H7_USART1=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_SYSTEM_PING=y | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_USART1_SERIAL_CONSOLE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters