Skip to content

Commit aea4a24

Browse files
committed
Merge branch 'update_idf_to_v5_2_1' into 'main'
update idf version to v5.2.1 See merge request app-frameworks/esp-matter!680
2 parents ab584db + 2ef30e7 commit aea4a24

File tree

22 files changed

+48
-44
lines changed

22 files changed

+48
-44
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
# Github runner is running out of space when we are building for multiple architectures in single runner
3131
BUILD_PLATFORMS: linux/amd64
3232
DOCKERHUB_REPO: ${{ github.repository }}
33-
REQUIRED_IDF_VERSION: v5.1.2
33+
REQUIRED_IDF_VERSION: v5.2.1
3434

3535
jobs:
3636
build:

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ variables:
170170
- mkdir -p ${REPOS_PATH}
171171
- *update_build_caches
172172
variables:
173-
IDF_VERSION: "v5.1.2"
173+
IDF_VERSION: "v5.2.1"
174174
REPOS_PATH: "$CI_PROJECT_DIR/repos"
175175
IDF_CCACHE_ENABLE: 1
176176

@@ -190,7 +190,7 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
190190
when: always
191191
expire_in: 4 days
192192
variables:
193-
IDF_VERSION: "v5.1.2"
193+
IDF_VERSION: "v5.2.1"
194194
script:
195195
- cd ${ESP_MATTER_PATH}
196196
- pip install -r tools/ci/requirements-build.txt
@@ -222,7 +222,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
222222
when: always
223223
expire_in: 4 days
224224
variables:
225-
IDF_VERSION: "v5.1.2"
225+
IDF_VERSION: "v5.2.1"
226226
script:
227227
- *setup_ot_rcp
228228
- *setup_ot_br
@@ -245,7 +245,7 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
245245
when: always
246246
expire_in: 4 days
247247
variables:
248-
IDF_VERSION: "v5.1.2"
248+
IDF_VERSION: "v5.2.1"
249249
script:
250250
- *build_external_platform_example
251251
- *build_esp32c6_thread_example

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ section in the ESP-Matter Programming Guide.
2929
## Supported ESP-IDF and connectedhomeip versions
3030

3131
- This SDK currently works with commit [d38a6496c3](https://github.com/project-chip/connectedhomeip/tree/d38a6496c3) of connectedhomeip.
32-
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.1.2](https://github.com/espressif/esp-idf/tree/v5.1.2).
32+
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.2.1](https://github.com/espressif/esp-idf/tree/v5.2.1).
3333

3434

3535
## Documentation

docs/en/developing.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Development on Windows is supported using Windows Subsystem for Linux (WSL). Ple
3434
- Windows does not support exposing COM ports to WSL distros. Install usbipd-win on `Windows <https://github.com/dorssel/usbipd-win>`__
3535
and `WSL <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/WSL.md#usbipd>`__ (usbipd-win `WSL Support <https://github.com/dorssel/usbipd-win/wiki/WSL-support>`__).
3636
- Here onwards process for setting esp-matter and building examples is same as other hosts.
37-
- Please clone the repositories from inside the WSL environment and not inside a mounted directory.
37+
- Please clone the repositories from inside the WSL environment and not inside a mounted directory.
3838

3939
For using CHIP tool on WSL, please check `Using CHIP-tool in WSL <https://github.com/espressif/esp-matter/blob/main/docs/en/using_chip_tool.rst>`__.
4040

@@ -43,7 +43,7 @@ For using VSCode for development, please check `Developing in WSL <https://code.
4343
.. toctree::
4444
:hidden:
4545
:maxdepth: 1
46-
46+
4747
Using CHIP-tool in WSL <using_chip_tool>
4848

4949
2.1.2 Getting the Repositories
@@ -66,7 +66,7 @@ Cloning esp-idf:
6666
::
6767

6868
git clone --recursive https://github.com/espressif/esp-idf.git
69-
cd esp-idf; git checkout v5.1.2; git submodule update --init --recursive;
69+
cd esp-idf; git checkout v5.2.1; git submodule update --init --recursive;
7070
./install.sh
7171
cd ..
7272

@@ -248,7 +248,7 @@ Choose IDF target.
248248
::
249249

250250
ERROR: This script was called from a virtual environment, can not create a virtual environment again
251-
251+
252252
It can be fixed by running below command:
253253
::
254254

@@ -646,14 +646,14 @@ creating in the *app_main.cpp* of the example. Examples:
646646
- on_off_light:
647647

648648
::
649-
649+
650650
on_off_light::config_t light_config;
651651
endpoint_t *endpoint = on_off_light::create(node, &light_config, ENDPOINT_FLAG_NONE);
652652

653653
- fan:
654654

655655
::
656-
656+
657657
fan::config_t fan_config;
658658
endpoint_t *endpoint = fan::create(node, &fan_config, ENDPOINT_FLAG_NONE);
659659

@@ -691,7 +691,7 @@ creating in the *app_main.cpp* of the example. Examples:
691691
2.4.2.2 Clusters
692692
^^^^^^^^^^^^^^^^
693693

694-
Additional clusters can also be added to an endpoint. Examples:
694+
Additional clusters can also be added to an endpoint. Examples:
695695

696696
- on_off:
697697

@@ -710,7 +710,7 @@ Additional clusters can also be added to an endpoint. Examples:
710710
- window_covering:
711711

712712
::
713-
713+
714714
window_covering::config_t window_covering_config(static_cast<uint8_t>(chip::app::Clusters::WindowCovering::EndProductType::kTiltOnlyInteriorBlind));
715715
cluster_t *cluster = window_covering::create(endpoint, &window_covering_config, CLUSTER_FLAG_SERVER);
716716

@@ -733,7 +733,7 @@ Additional clusters can also be added to an endpoint. Examples:
733733
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
734734

735735
Additional attributes and commands can also be added to a cluster.
736-
Examples:
736+
Examples:
737737

738738
- attribute: on_off:
739739

@@ -793,19 +793,19 @@ Non-Standard endpoint can be created, without any clusters.
793793
2.4.3.2 Clusters
794794
^^^^^^^^^^^^^^^^
795795

796-
Non-Standard/Custom clusters can also be created:
796+
Non-Standard/Custom clusters can also be created:
797797

798798
- Cluster create:
799799

800800
::
801-
801+
802802
uint32_t custom_cluster_id = 0x131bfc00;
803803
cluster_t *cluster = cluster::create(endpoint, custom_cluster_id, CLUSTER_FLAG_SERVER);
804804

805805
2.4.3.3 Attributes and Commands
806806
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
807807

808-
Non-Standard/Custom attributes can also be created on any cluster:
808+
Non-Standard/Custom attributes can also be created on any cluster:
809809

810810
- Attribute create:
811811

docs/en/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
5. Security Considerations
22
==========================
33

4-
{IDF_TARGET_RELEASE:default="v5.1.2"}
4+
{IDF_TARGET_RELEASE:default="v5.2.1"}
55

66
5.1 Overview
77
------------

examples/all_device_types_app/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(EXTRA_COMPONENT_DIRS
3737

3838
project(all_device_types_app)
3939

40-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
40+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
4141
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
4242
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4343
# flags that depend on -Wformat

examples/all_device_types_app/main/esp_matter_console_helpers.cpp

+13-9
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,14 @@ static void initialize_console(void)
7777
.source_clk = UART_SCLK_XTAL,
7878
#endif
7979
};
80+
#if (CONFIG_ESP_CONSOLE_UART_NUM == 0)
81+
uart_port_t uart_port = UART_NUM_0;
82+
#elif (CONFIG_ESP_CONSOLE_UART_NUM == 1)
83+
uart_port_t uart_port = UART_NUM_1;
84+
#endif
8085
/* Install UART driver for interrupt-driven reads and writes */
81-
ESP_ERROR_CHECK( uart_driver_install(CONFIG_ESP_CONSOLE_UART_NUM,
82-
256, 0, 0, NULL, 0) );
83-
ESP_ERROR_CHECK( uart_param_config(CONFIG_ESP_CONSOLE_UART_NUM, &uart_config) );
86+
ESP_ERROR_CHECK( uart_driver_install(uart_port, 256, 0, 0, NULL, 0) );
87+
ESP_ERROR_CHECK( uart_param_config(uart_port, &uart_config) );
8488

8589
/* Tell VFS to use UART driver */
8690
esp_vfs_dev_uart_use_driver(CONFIG_ESP_CONSOLE_UART_NUM);
@@ -369,7 +373,7 @@ int create(uint8_t device_type_index)
369373
break;
370374
}
371375
}
372-
376+
373377
if (!endpoint) {
374378
ESP_LOGE(TAG, "Matter create endpoint failed");
375379
return 1;
@@ -387,7 +391,7 @@ int create(uint8_t device_type_index)
387391
xSemaphoreGive(semaphoreHandle);
388392
}
389393
}
390-
394+
391395
return 0;
392396
}
393397

@@ -402,7 +406,7 @@ namespace console {
402406
struct arg_str *device_type;
403407
struct arg_end *end;
404408
} create_device_args;
405-
409+
406410
static int create(int argc, char **argv)
407411
{
408412
int nerrors = arg_parse(argc, argv, (void **) &create_device_args);
@@ -441,11 +445,11 @@ esp_err_t register_create_device_commands()
441445
};
442446

443447
return esp_console_cmd_register(&create_cmd);
444-
448+
445449
}
446450

447451
void init(void)
448-
{
452+
{
449453
#if CONFIG_STORE_HISTORY
450454
initialize_filesystem();
451455
ESP_LOGI(TAG, "Command history enabled");
@@ -513,7 +517,7 @@ void init(void)
513517
}
514518

515519
void deinit(void)
516-
{
520+
{
517521
fflush(stdout);
518522
fsync(fileno(stdout));
519523
esp_console_deinit();

examples/blemesh_bridge/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(EXTRA_COMPONENT_DIRS
3737

3838
project(blemesh_bridge)
3939

40-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-fpermissive" APPEND)
40+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-fpermissive;-Wno-overloaded-virtual" APPEND)
4141
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
4242
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4343
# flags that depend on -Wformat

examples/common/relinker/esp32c2/object.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libesp_wifi.a,esp_adapter.c.obj,esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/e
4444
libfreertos.a,list.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj
4545
libfreertos.a,port.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj
4646
libfreertos.a,port_common.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj
47-
libfreertos.a,port_systick.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj
47+
libfreertos.a,port_systick.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj
4848
libfreertos.a,queue.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj
4949
libfreertos.a,tasks.c.obj,esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj
5050
libhal.a,brownout_hal.c.obj,esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj

examples/controller/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(EXTRA_COMPONENT_DIRS
3434

3535
project(controller)
3636

37-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
37+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
3838
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
3939

4040
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various

examples/controller/main/esp_ot_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{ \
2929
.radio_mode = RADIO_MODE_UART_RCP, \
3030
.radio_uart_config = { \
31-
.port = UART_NUM_1, \
31+
.port = UART_NUM_1, \
3232
.uart_config = \
3333
{ \
3434
.baud_rate = 460800, \

examples/demo/badge/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(CONFIG_ENABLE_ENCRYPTED_OTA)
3939
target_add_binary_data(light.elf "esp_image_encryption_key.pem" TEXT)
4040
endif()
4141

42-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
42+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
4343
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
4444
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4545
# flags that depend on -Wformat

examples/esp-now_bridge_light/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(EXTRA_COMPONENT_DIRS
3737

3838
project(espnow_light)
3939

40-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
40+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
4141
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
4242
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4343
# flags that depend on -Wformat

examples/generic_switch/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
4646
include(relinker)
4747
endif()
4848

49-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
49+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
5050
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
5151
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
5252
# flags that depend on -Wformat

examples/icd_app/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set(EXTRA_COMPONENT_DIRS
3535

3636
project(icd_app)
3737

38-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-DCONFIG_OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES=5" APPEND)
38+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-DCONFIG_OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES=5;-Wno-overloaded-virtual" APPEND)
3939
idf_build_set_property(C_COMPILE_OPTIONS "-Os;-DCONFIG_OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES=5" APPEND)
4040
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4141
# flags that depend on -Wformat

examples/light/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
3333
include(relinker)
3434
endif()
3535

36-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
36+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
3737
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
3838
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
3939
# flags that depend on -Wformat

examples/light_switch/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
4646
include(relinker)
4747
endif()
4848

49-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
49+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
5050
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
5151
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
5252
# flags that depend on -Wformat

examples/mfg_test_app/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(EXTRA_COMPONENT_DIRS
2121

2222
project(mfg_test_app)
2323

24-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
24+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
2525
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
2626
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
2727
# flags that depend on -Wformat

examples/refrigerator/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
4747
include(relinker)
4848
endif()
4949

50-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
50+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
5151
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
5252
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
5353
# flags that depend on -Wformat

examples/room_air_conditioner/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
5353
include(relinker)
5454
endif()
5555

56-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
56+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
5757
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
5858
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
5959
# flags that depend on -Wformat

examples/zap_light/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
4646
include(relinker)
4747
endif()
4848

49-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
49+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-Wno-overloaded-virtual" APPEND)
5050
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
5151
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
5252
# flags that depend on -Wformat

examples/zigbee_bridge/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set(EXTRA_COMPONENT_DIRS
3636

3737
project(zigbee_bridge)
3838

39-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-fpermissive" APPEND)
39+
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H;-fpermissive;-Wno-overloaded-virtual" APPEND)
4040
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
4141
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
4242
# flags that depend on -Wformat

0 commit comments

Comments
 (0)