forked from espressif/esp-wifi-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wifi_remote): Add support for IDF-v5.5
- Loading branch information
1 parent
ea7f100
commit 1e03fb8
Showing
15 changed files
with
3,576 additions
and
3 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
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
21 changes: 21 additions & 0 deletions
21
components/esp_wifi_remote/idf_v5.5/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,21 @@ | ||
# 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" | ||
config SLAVE_IDF_TARGET_ESP32C5 | ||
bool "esp32c5" | ||
config SLAVE_IDF_TARGET_ESP32C61 | ||
bool "esp32c61" | ||
endchoice |
321 changes: 321 additions & 0 deletions
321
components/esp_wifi_remote/idf_v5.5/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,321 @@ | ||
# This file is auto-generated | ||
|
||
if SLAVE_IDF_TARGET_ESP32 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_NAN_SUPPORT | ||
bool | ||
default y | ||
|
||
endif # ESP32 | ||
|
||
if SLAVE_IDF_TARGET_ESP32S2 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_NAN_SUPPORT | ||
bool | ||
default y | ||
|
||
endif # ESP32S2 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C3 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND | ||
bool | ||
default y | ||
|
||
endif # ESP32C3 | ||
|
||
if SLAVE_IDF_TARGET_ESP32S3 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND | ||
bool | ||
default y | ||
|
||
endif # ESP32S3 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C2 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND | ||
bool | ||
default y | ||
|
||
endif # ESP32C2 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C6 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_HE_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MAC_VERSION_NUM | ||
int | ||
default 2 | ||
|
||
endif # ESP32C6 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C5 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default n | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_HE_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_SUPPORT_5G | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MAC_VERSION_NUM | ||
int | ||
default 3 | ||
|
||
endif # ESP32C5 | ||
|
||
if SLAVE_IDF_TARGET_ESP32C61 | ||
|
||
config SLAVE_SOC_WIFI_SUPPORTED | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH | ||
int | ||
default 12 | ||
|
||
config SLAVE_SOC_WIFI_HW_TSF | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_FTM_SUPPORT | ||
bool | ||
default n | ||
|
||
config SLAVE_SOC_WIFI_GCMP_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_WAPI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_CSI_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MESH_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_HE_SUPPORT | ||
bool | ||
default y | ||
|
||
config SLAVE_SOC_WIFI_MAC_VERSION_NUM | ||
int | ||
default 3 | ||
|
||
endif # ESP32C61 |
Oops, something went wrong.