Skip to content

Commit 4ac5dba

Browse files
committed
feat(wifi_remote): Support for IDF v6.0
1 parent 98af1f6 commit 4ac5dba

25 files changed

+12528
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file is auto-generated
2+
choice SLAVE_IDF_TARGET
3+
prompt "choose slave target"
4+
default SLAVE_IDF_TARGET_ESP32
5+
config SLAVE_IDF_TARGET_ESP32
6+
bool "esp32"
7+
config SLAVE_IDF_TARGET_ESP32S2
8+
bool "esp32s2"
9+
config SLAVE_IDF_TARGET_ESP32C3
10+
bool "esp32c3"
11+
config SLAVE_IDF_TARGET_ESP32S3
12+
bool "esp32s3"
13+
config SLAVE_IDF_TARGET_ESP32C2
14+
bool "esp32c2"
15+
config SLAVE_IDF_TARGET_ESP32C6
16+
bool "esp32c6"
17+
config SLAVE_IDF_TARGET_ESP32C5
18+
bool "esp32c5"
19+
config SLAVE_IDF_TARGET_ESP32C61
20+
bool "esp32c61"
21+
endchoice

0 commit comments

Comments
 (0)