forked from zephyrproject-rtos/zephyr
-
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.
samples: sockets: Add e1000 and stellaris ethernet drivers overlays
Add qemu ethernet driver overlays for big_http_download and dumb_http_server samples, which are default integration samples/ tests for TCP stack. This change follows up after similar addition of such overlays to other samples (and smsc911x overlay addition to these samples). Signed-off-by: Paul Sokolovsky <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CONFIG_NET_L2_ETHERNET=y | ||
CONFIG_NET_QEMU_ETHERNET=y | ||
|
||
CONFIG_ETH_E1000=y | ||
|
||
CONFIG_PCI_ENUMERATION=y | ||
CONFIG_PCI=y | ||
|
||
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y |
7 changes: 7 additions & 0 deletions
7
samples/net/sockets/big_http_download/overlay-qemu_cortex_m3_eth.conf
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,7 @@ | ||
CONFIG_NET_L2_ETHERNET=y | ||
CONFIG_NET_QEMU_ETHERNET=y | ||
|
||
CONFIG_ETH_STELLARIS=y | ||
|
||
CONFIG_NET_SLIP_TAP=n | ||
CONFIG_SLIP=n |
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,9 @@ | ||
CONFIG_NET_L2_ETHERNET=y | ||
CONFIG_NET_QEMU_ETHERNET=y | ||
|
||
CONFIG_ETH_E1000=y | ||
|
||
CONFIG_PCI_ENUMERATION=y | ||
CONFIG_PCI=y | ||
|
||
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y |
7 changes: 7 additions & 0 deletions
7
samples/net/sockets/dumb_http_server/overlay-qemu_cortex_m3_eth.conf
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,7 @@ | ||
CONFIG_NET_L2_ETHERNET=y | ||
CONFIG_NET_QEMU_ETHERNET=y | ||
|
||
CONFIG_ETH_STELLARIS=y | ||
|
||
CONFIG_NET_SLIP_TAP=n | ||
CONFIG_SLIP=n |