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.
Merge pull request #4 from david-cermak/feat/idf_v5.5
Support for IDF-v5.5
- Loading branch information
Showing
18 changed files
with
3,584 additions
and
5 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
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 |
Oops, something went wrong.