Skip to content

Commit

Permalink
fix(wifi_remote): Update per v5.4 espressif/esp-idf@597cfcb4
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Feb 28, 2025
1 parent 8cd3cc5 commit 006309e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ if SLAVE_IDF_TARGET_ESP32C5
int
default 3

config SLAVE_SOC_WIFI_NAN_SUPPORT # ignore: multiple-definition
bool
default y

config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition
bool
default y
Expand Down Expand Up @@ -366,6 +370,10 @@ if SLAVE_IDF_TARGET_ESP32C61
int
default 3

config SLAVE_SOC_WIFI_NAN_SUPPORT # ignore: multiple-definition
bool
default y

config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition
bool
default y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_CSI_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_MESH_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_NAN_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12
#define CONFIG_SLAVE_SOC_WIFI_HW_TSF 1
#define CONFIG_SLAVE_FREERTOS_UNICORE 1
Expand Down Expand Up @@ -444,6 +445,7 @@
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_CSI_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_MESH_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_NAN_SUPPORT 1
#define CONFIG_SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12
#define CONFIG_SLAVE_SOC_WIFI_HW_TSF 1
#define CONFIG_SLAVE_FREERTOS_UNICORE 1
Expand Down

0 comments on commit 006309e

Please sign in to comment.