-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wifi_remote): Add specific versions for v5.3.2, v5.3.1
- Loading branch information
1 parent
9d76715
commit ccebced
Showing
20 changed files
with
4,973 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
components/esp_wifi_remote/idf_tag_v5.3.1/Kconfig.slave_select.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is auto-generated | ||
choice SLAVE_IDF_TARGET | ||
prompt "choose slave target" | ||
default SLAVE_IDF_TARGET_ESP32 | ||
config SLAVE_IDF_TARGET_ESP32 | ||
bool "esp32" | ||
config SLAVE_IDF_TARGET_ESP32S2 | ||
bool "esp32s2" | ||
config SLAVE_IDF_TARGET_ESP32C3 | ||
bool "esp32c3" | ||
config SLAVE_IDF_TARGET_ESP32S3 | ||
bool "esp32s3" | ||
config SLAVE_IDF_TARGET_ESP32C2 | ||
bool "esp32c2" | ||
config SLAVE_IDF_TARGET_ESP32C6 | ||
bool "esp32c6" | ||
endchoice |
265 changes: 265 additions & 0 deletions
265
components/esp_wifi_remote/idf_tag_v5.3.1/Kconfig.soc_wifi_caps.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,265 @@ | ||
# This file is auto-generated | ||
|
||
if SLAVE_IDF_TARGET_ESP32 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_NAN_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_XTENSA # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32 | ||
|
||
if SLAVE_IDF_TARGET_ESP32S2 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH # ignore: multiple-definition | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_NAN_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_XTENSA # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32S2 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C3 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH # ignore: multiple-definition | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_RISCV # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32C3 | ||
|
||
if SLAVE_IDF_TARGET_ESP32S3 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH # ignore: multiple-definition | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_XTENSA # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32S3 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C2 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH # ignore: multiple-definition | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_RISCV # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32C2 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C6 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH # ignore: multiple-definition | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_HE_SUPPORT # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_FREERTOS_UNICORE # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
config SLAVE_IDF_TARGET_ARCH_RISCV # ignore: multiple-definition | ||
bool | ||
default y | ||
|
||
endif # ESP32C6 |
Oops, something went wrong.