Skip to content

Commit b3ca515

Browse files
committed
feat(versions): Add release v5.4.1
1 parent 06367d2 commit b3ca515

21 files changed

+10414
-2
lines changed

.github/workflows/smoke_compat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check API compatibility of WiFi Remote
1515
strategy:
1616
matrix:
17-
idf_ver: ["latest", "release-v5.4", "release-v5.3", "v5.4", "v5.3.3", "v5.3.2", "v5.3.1"]
17+
idf_ver: ["latest", "release-v5.4", "release-v5.3", "v5.4", "v5.4.1", "v5.3.3", "v5.3.2", "v5.3.1"]
1818
runs-on: ubuntu-latest
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
@@ -33,7 +33,7 @@ jobs:
3333
name: Build IDF examples with WiFi Remote
3434
strategy:
3535
matrix:
36-
idf_ver: ["latest", "release-v5.4", "release-v5.3", "v5.4", "v5.3.3", "v5.3.2", "v5.3.1"]
36+
idf_ver: ["latest", "release-v5.4", "release-v5.3", "v5.4", "v5.4.1", "v5.3.3", "v5.3.2", "v5.3.1"]
3737
idf_target: ["esp32p4", "esp32h2", "esp32s3"]
3838
test: [ { app: idf_mqtt_example, path: "examples/protocols/mqtt/tcp" }]
3939
runs-on: ubuntu-latest
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)