Browse Source
Enable wifi node in all procpu dts, so Wi-Fi could be enabled simply by enabling the CONFIG_WIFI. In turn some sample code overlay files can be dismissed. Signed-off-by: Marek Matej <marek.matej@espressif.com>pull/87779/head
48 changed files with 160 additions and 58 deletions
@ -1,7 +1,3 @@ |
|||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
||||||
|
|
||||||
/ { |
/ { |
||||||
wifi_ap: wifi_ap { |
wifi_ap: wifi_ap { |
||||||
compatible = "espressif,esp32-wifi"; |
compatible = "espressif,esp32-wifi"; |
@ -1,9 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
@ -1,9 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
@ -1,9 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
@ -1,9 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd. |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
@ -1,9 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
&wifi { |
|
||||||
status = "okay"; |
|
||||||
}; |
|
Loading…
Reference in new issue