From 0d1a788e381acb84d12e3d1924f4d9b3c61e2b8c Mon Sep 17 00:00:00 2001 From: Raffael Rostagno Date: Tue, 15 Oct 2024 12:57:37 -0300 Subject: [PATCH] samples: wifi: esp32c2: esp8684: Remove config files Remove wifi sample config files for esp32c2/esp8684, as device isn't able to run it after memory layout update. Signed-off-by: Raffael Rostagno --- samples/net/wifi/socs/esp32c2.conf | 11 ----------- samples/net/wifi/socs/esp32c2.overlay | 9 --------- 2 files changed, 20 deletions(-) delete mode 100644 samples/net/wifi/socs/esp32c2.conf delete mode 100644 samples/net/wifi/socs/esp32c2.overlay diff --git a/samples/net/wifi/socs/esp32c2.conf b/samples/net/wifi/socs/esp32c2.conf deleted file mode 100644 index a72fdf39efa..00000000000 --- a/samples/net/wifi/socs/esp32c2.conf +++ /dev/null @@ -1,11 +0,0 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y -CONFIG_NET_L2_ETHERNET=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y -CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/socs/esp32c2.overlay b/samples/net/wifi/socs/esp32c2.overlay deleted file mode 100644 index 872f2dfe2ea..00000000000 --- a/samples/net/wifi/socs/esp32c2.overlay +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -&wifi { - status = "okay"; -};