Skip to content

Commit

Permalink
samples: sockets: Add e1000 and stellaris ethernet drivers overlays
Browse files Browse the repository at this point in the history
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
pfalcon authored and galak committed Mar 26, 2019
1 parent 079a291 commit 9468365
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/net/sockets/big_http_download/overlay-e1000.conf
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
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
9 changes: 9 additions & 0 deletions samples/net/sockets/dumb_http_server/overlay-e1000.conf
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
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

0 comments on commit 9468365

Please sign in to comment.