7d9edc8bf0
Moved all MBEDTLS dependencies from prj.conf to Kconfig as WiFi depends on it. Update esp32 wifi driver to enable `samples/net/wifi` to work. Commands as such as `wifi connect` and `wifi scan` are now available. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
/*
|
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&wifi {
|
|
status = "okay";
|
|
};
|