Skip to content

Commit a4721ee

Browse files
committed
Merge branch 'master' of github.com:espressif/esp32-arduino-lib-builder
2 parents d3cc37f + 44fadb0 commit a4721ee

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
- idf_branch: "release/v5.3"
3939
lib_builder_branch: "master"
4040
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
41+
- idf_branch: "release/v5.4"
42+
lib_builder_branch: "release/v5.4"
43+
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

configs/defconfig.esp32c6

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ CONFIG_OPENTHREAD_ENABLED=y
1515
# Border Router disabled
1616
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
1717
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
18-
CONFIG_OPENTHREAD_DNS64_CLIENT=y
18+
19+
# DNS64 and NAT64 will be disabled for a while
20+
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
21+
# CONFIG_OPENTHREAD_DNS64_CLIENT=y
22+
1923
# Radio for RPC
2024
# CONFIG_OPENTHREAD_RADIO=y
2125
# CONFIG_OPENTHREAD_RADIO_NATIVE=y

configs/defconfig.esp32h2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ CONFIG_OPENTHREAD_ENABLED=y
1111
# Border Router disabled
1212
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
1313
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
14-
CONFIG_OPENTHREAD_DNS64_CLIENT=y
14+
15+
# DNS64 and NAT64 will be disabled for a while
16+
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
17+
# CONFIG_OPENTHREAD_DNS64_CLIENT=y
18+
1519
# Radio for RPC
1620
# CONFIG_OPENTHREAD_RADIO=y
1721
# CONFIG_OPENTHREAD_RADIO_NATIVE=y

0 commit comments

Comments
 (0)