samples: net: quark/arduino 101 do not have ethernet support
Remove old configurations of boards that do not support networking natively and very custom and difficult to test. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
986df68b33
commit
84e87a1eb4
@ -1,7 +0,0 @@
|
||||
# ENC28J60 is L2 chip slave on SPI
|
||||
CONFIG_SPI=y
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
|
||||
# ENC28J60 Ethernet Device
|
||||
CONFIG_ETH_ENC28J60=y
|
||||
CONFIG_ETH_ENC28J60_0=y
|
||||
@ -34,7 +34,3 @@ tests:
|
||||
slow: true
|
||||
tags: net openthread
|
||||
platform_whitelist: frdm_kw41z
|
||||
sample.net.sockets.echo_client.enc28j60:
|
||||
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
|
||||
tags: net enc28j60
|
||||
platform_whitelist: arduino_101
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2019 Linaro Limited
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
cs-gpios = <&gpio0 0 0>;
|
||||
|
||||
enc28j60@0 {
|
||||
compatible = "microchip,enc28j60";
|
||||
spi-port-name = "SPI_1";
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
spi-max-frequency = <128000>;
|
||||
int-gpios = <&gpio0 19 1>;
|
||||
status = "okay";
|
||||
label = "ETH_0";
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
@ -1 +0,0 @@
|
||||
CONFIG_NET_STATISTICS=n
|
||||
@ -46,10 +46,6 @@ tests:
|
||||
slow: true
|
||||
tags: net openthread
|
||||
platform_whitelist: frdm_kw41z
|
||||
sample.net.sockets.echo_server.enc28j60:
|
||||
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
|
||||
tags: net enc28j60
|
||||
platform_whitelist: arduino_101
|
||||
sample.net.sockets.echo_server.e1000:
|
||||
extra_args: OVERLAY_CONFIG="overlay-e1000.conf"
|
||||
tags: net
|
||||
|
||||
Loading…
Reference in New Issue
Block a user