This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
main
zephyr
/
samples
/
net
/
sockets
/
dumb_http_server
/
overlay-e1000.conf
7 lines
101 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
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 <paul.sokolovsky@linaro.org>
2019-03-26 03:58:48 +08:00
CONFIG_NET_L2_ETHERNET=y
CONFIG_NET_QEMU_ETHERNET=y
ethernet/eth_e1000.c: change to new PCI(e) functions Migrate from "legacy" PCI support (drivers/pci) to new PCI(e) support. The e1000 driver is merely for testing with QEMU and so should not be a model for the use of PCI(e) functions. Consult instead "real-world" PCI(e) drivers like the NS16550 UART (drivers/serial/uart_ns16550.c). Signed-off-by: Charles Youse <charles.youse@intel.com>
2019-04-19 06:47:36 +08:00
CONFIG_PCIE=y
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 <paul.sokolovsky@linaro.org>
2019-03-26 03:58:48 +08:00
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y