-
Notifications
You must be signed in to change notification settings - Fork 1.6k
esp32s3 openeth ethernet driver #13527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
33295c0
feat(esp32_openeth): move to common/espressif
casaroli f6f9444
feat(esp32s3-devkit): add qemu image option
casaroli 43ee977
feat(esp32s3): add openeth ethernet driver for qemu
casaroli d86d18a
feat(esp32s3-devkit): initialize opencores eth mac
casaroli 26bcf30
feat(esp32s3-devkit): add qemu defconfig
casaroli 26a2088
doc(esp32s3): qemu and openeth
casaroli 0bc54fb
fix(esp32-qemu): enable legacy esp-idf build
casaroli 33905ef
doc(esp32-qemu): update chip revision and bootloader
casaroli f621daf
fix(esp32-devkit): rename defconfig to use _
casaroli c607126
ci: skip config
casaroli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
68 changes: 68 additions & 0 deletions
68
boards/xtensa/esp32s3/esp32s3-devkit/configs/qemu_openeth/defconfig
This file contains hidden or 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,68 @@ | ||
| # | ||
| # 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_ARCH_LEDS is not set | ||
| # CONFIG_NSH_ARGCAT is not set | ||
| # CONFIG_NSH_CMDOPT_HEXDUMP is not set | ||
| CONFIG_ARCH="xtensa" | ||
| CONFIG_ARCH_BOARD="esp32s3-devkit" | ||
| CONFIG_ARCH_BOARD_COMMON=y | ||
| CONFIG_ARCH_BOARD_ESP32S3_DEVKIT=y | ||
| CONFIG_ARCH_CHIP="esp32s3" | ||
| CONFIG_ARCH_CHIP_ESP32S3=y | ||
| CONFIG_ARCH_CHIP_ESP32S3WROOM1N4=y | ||
| CONFIG_ARCH_INTERRUPTSTACK=2048 | ||
| CONFIG_ARCH_STACKDUMP=y | ||
| CONFIG_ARCH_XTENSA=y | ||
| CONFIG_BOARD_LOOPSPERMSEC=16717 | ||
| CONFIG_BUILTIN=y | ||
| CONFIG_ESP32S3_APP_FORMAT_LEGACY=y | ||
| CONFIG_ESP32S3_OPENETH=y | ||
| CONFIG_ESP32S3_QEMU_IMAGE=y | ||
| CONFIG_ESP32S3_UART0=y | ||
| CONFIG_FS_PROCFS=y | ||
| CONFIG_HAVE_CXX=y | ||
| CONFIG_HAVE_CXXINITIALIZE=y | ||
| CONFIG_IDLETHREAD_STACKSIZE=3072 | ||
| CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
| CONFIG_INIT_STACKSIZE=3072 | ||
| CONFIG_INTELHEX_BINARY=y | ||
| CONFIG_NETDB_DNSCLIENT=y | ||
| CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x0a000203 | ||
| CONFIG_NETDEV_LATEINIT=y | ||
| CONFIG_NETDEV_WORK_THREAD=y | ||
| CONFIG_NETINIT_DRIPADDR=0x0a000202 | ||
| CONFIG_NETINIT_IPADDR=0x0a000215 | ||
| CONFIG_NET_BINDTODEVICE=y | ||
| CONFIG_NET_ICMP_NPOLLWAITERS=4 | ||
| CONFIG_NET_ICMP_SOCKET=y | ||
| CONFIG_NET_ROUTE=y | ||
| CONFIG_NET_TCP=y | ||
| CONFIG_NET_TCPBACKLOG=y | ||
| CONFIG_NET_TCP_NPOLLWAITERS=8 | ||
| CONFIG_NET_TCP_WRITE_BUFFERS=y | ||
| CONFIG_NET_UDP=y | ||
| CONFIG_NET_UDP_NPOLLWAITERS=8 | ||
| CONFIG_NET_UDP_WRITE_BUFFERS=y | ||
| CONFIG_NSH_ARCHINIT=y | ||
| CONFIG_NSH_BUILTIN_APPS=y | ||
| CONFIG_NSH_FILEIOSIZE=512 | ||
| CONFIG_NSH_LINELEN=64 | ||
| CONFIG_NSH_READLINE=y | ||
| CONFIG_PREALLOC_TIMERS=4 | ||
| CONFIG_RAM_SIZE=114688 | ||
| CONFIG_RAM_START=0x20000000 | ||
| CONFIG_RR_INTERVAL=200 | ||
| CONFIG_SCHED_LPWORK=y | ||
| CONFIG_SCHED_WAITPID=y | ||
| CONFIG_START_DAY=6 | ||
| CONFIG_START_MONTH=12 | ||
| CONFIG_START_YEAR=2011 | ||
| CONFIG_SYSLOG_BUFFER=y | ||
| CONFIG_SYSTEM_NSH=y | ||
| CONFIG_SYSTEM_PING=y | ||
| CONFIG_UART0_SERIAL_CONSOLE=y |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| /xtensa/esp32 | ||
|
|
||
| # We do not set ESPTOOL_BINDIR in this build | ||
| -esp32-devkitc:qemu-openeth | ||
| -esp32-devkitc:qemu_openeth |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.