Skip to content

Commit 7f6e7f4

Browse files
committed
Merge branch 'version/v6.0.0' into 'master'
change(version): Update version to v6.0-dev See merge request espressif/esp-idf!38889
2 parents 7aabeae + f89d6ee commit 7f6e7f4

File tree

20 files changed

+306
-50
lines changed

20 files changed

+306
-50
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
2-
skip = build,*.yuv,components/fatfs/src/*,alice.txt,*.rgb,components/wpa_supplicant/*,components/esp_wifi/*,*.pem,components/newlib/COPYING.*
2+
skip = build,*.yuv,components/fatfs/src/*,alice.txt,*.rgb,components/wpa_supplicant/*,components/esp_wifi/*,*.pem,components/newlib/COPYING.*,docs/sphinx-known-warnings.txt
33
ignore-words-list = ser,dout,rsource,fram,inout,shs,ans,aci,unstall,unstalling,hart,wheight,wel,ot,fane,assertIn,registr,oen,parms
44
write-changes = true

.gitlab/ci/common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ variables:
5555
CHECKOUT_REF_SCRIPT: "$CI_PROJECT_DIR/tools/ci/checkout_project_ref.py"
5656

5757
# Docker images
58-
ESP_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/esp-env-v5.5:3"
59-
ESP_IDF_DOC_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/esp-idf-doc-env-v5.5:2-1"
60-
TARGET_TEST_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/target-test-env-v5.5:2"
58+
ESP_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/esp-env-v6.0:1"
59+
ESP_IDF_DOC_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/esp-idf-doc-env-v6.0:1-1"
60+
TARGET_TEST_ENV_IMAGE: "${CI_DOCKER_REGISTRY}/target-test-env-v6.0:1"
6161
SONARQUBE_SCANNER_IMAGE: "${CI_DOCKER_REGISTRY}/sonarqube-scanner:5"
6262
PRE_COMMIT_IMAGE: "${CI_DOCKER_REGISTRY}/esp-idf-pre-commit:1"
6363

@@ -70,7 +70,7 @@ variables:
7070
CI_PYTHON_CONSTRAINT_BRANCH: ""
7171

7272
# Update the filename for a specific ESP-IDF release. It is used only with CI_PYTHON_CONSTRAINT_BRANCH.
73-
CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v5.5.txt"
73+
CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v6.0.txt"
7474

7575
# Set this variable to repository name of a Python tool you wish to install and test in the context of ESP-IDF CI.
7676
# Keep the variable empty when not used.

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ repos:
5151
.*.pb-c.c|
5252
.*.yuv|
5353
.*.rgb|
54-
.*COPYING.*
54+
.*COPYING.*|
55+
docs/sphinx-known-warnings\.txt
5556
)$
5657
- id: end-of-file-fixer
5758
exclude: *whitespace_excludes

components/esp_common/include/esp_idf_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ extern "C" {
1111
#endif
1212

1313
/** Major version number (X.x.x) */
14-
#define ESP_IDF_VERSION_MAJOR 5
14+
#define ESP_IDF_VERSION_MAJOR 6
1515
/** Minor version number (x.X.x) */
16-
#define ESP_IDF_VERSION_MINOR 5
16+
#define ESP_IDF_VERSION_MINOR 0
1717
/** Patch version number (x.x.X) */
1818
#define ESP_IDF_VERSION_PATCH 0
1919

components/esp_wifi/include/esp_now.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ typedef void (*esp_now_recv_cb_t)(const esp_now_recv_info_t * esp_now_info, cons
113113

114114
/**
115115
* @brief Callback function of sending ESPNOW data
116-
* @param esp_now_send_info_t Sending information for ESPNOW data
116+
* @param tx_info Sending information for ESPNOW data
117117
* @param status status of sending ESPNOW data (succeed or fail). This is will be removed later, since the tx_info->tx_status also works.
118118
*/
119119
typedef void (*esp_now_send_cb_t)(const esp_now_send_info_t *tx_info, esp_now_send_status_t status);

docs/sphinx-known-warnings.txt

Lines changed: 283 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,293 @@
66
#
77
# Warnings in this file must be in the same overall order as the log file.
88
#
9-
idf-component-manager.rst: WARNING: Badly formated string substitution: {IDF_TARGET}
9+
esp_ble_mesh_defs.inc:line: WARNING: Invalid C++ declaration: Expected identifier in nested name. [error at 0]
10+
11+
^
12+
esp_ble_mesh_defs.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
13+
If pointer to member declarator:
14+
Invalid C++ declaration: Expected identifier in nested name. [error at 78]
15+
union esp_ble_mesh_prov_cb_param_t::ble_mesh_provisioner_prov_output_evt_param
16+
------------------------------------------------------------------------------^
17+
If declarator-id:
18+
Invalid C++ declaration: Expected identifier in nested name. [error at 78]
19+
union esp_ble_mesh_prov_cb_param_t::ble_mesh_provisioner_prov_output_evt_param
20+
------------------------------------------------------------------------------^
21+
1022
esp_ble_mesh_defs.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
1123
Declaration is '.. cpp:member:: uint16_t model_id'.
24+
esp_ble_mesh_defs.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
25+
If pointer to member declarator:
26+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
27+
union esp_ble_mesh_model
28+
------------------------^
29+
If declarator-id:
30+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
31+
union esp_ble_mesh_model
32+
------------------------^
33+
34+
esp_ble_mesh_defs.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
35+
If pointer to member declarator:
36+
Invalid C++ declaration: Expected identifier in nested name. [error at 34]
37+
union esp_ble_mesh_device_delete_t
38+
----------------------------------^
39+
If declarator-id:
40+
Invalid C++ declaration: Expected identifier in nested name. [error at 34]
41+
union esp_ble_mesh_device_delete_t
42+
----------------------------------^
43+
44+
esp_ble_mesh_defs.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
45+
If pointer to member declarator:
46+
Invalid C++ declaration: Expected identifier in nested name. [error at 35]
47+
union esp_ble_mesh_prov_data_info_t
48+
-----------------------------------^
49+
If declarator-id:
50+
Invalid C++ declaration: Expected identifier in nested name. [error at 35]
51+
union esp_ble_mesh_prov_data_info_t
52+
-----------------------------------^
53+
54+
esp_ble_mesh_df_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
55+
If pointer to member declarator:
56+
Invalid C++ declaration: Expected identifier in nested name. [error at 41]
57+
union esp_ble_mesh_forwarding_table_add_t
58+
-----------------------------------------^
59+
If declarator-id:
60+
Invalid C++ declaration: Expected identifier in nested name. [error at 41]
61+
union esp_ble_mesh_forwarding_table_add_t
62+
-----------------------------------------^
63+
64+
esp_ble_mesh_df_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
65+
If pointer to member declarator:
66+
Invalid C++ declaration: Expected identifier in nested name. [error at 39]
67+
union esp_ble_mesh_df_client_cb_param_t
68+
---------------------------------------^
69+
If declarator-id:
70+
Invalid C++ declaration: Expected identifier in nested name. [error at 39]
71+
union esp_ble_mesh_df_client_cb_param_t
72+
---------------------------------------^
73+
74+
esp_ble_mesh_brc_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
75+
If pointer to member declarator:
76+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
77+
union esp_ble_mesh_brc_client_cb_param_t
78+
----------------------------------------^
79+
If declarator-id:
80+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
81+
union esp_ble_mesh_brc_client_cb_param_t
82+
----------------------------------------^
83+
84+
esp_ble_mesh_prb_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
85+
If pointer to member declarator:
86+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
87+
union esp_ble_mesh_prb_client_cb_param_t
88+
----------------------------------------^
89+
If declarator-id:
90+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
91+
union esp_ble_mesh_prb_client_cb_param_t
92+
----------------------------------------^
93+
94+
esp_ble_mesh_odp_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
95+
If pointer to member declarator:
96+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
97+
union esp_ble_mesh_odp_client_cb_param_t
98+
----------------------------------------^
99+
If declarator-id:
100+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
101+
union esp_ble_mesh_odp_client_cb_param_t
102+
----------------------------------------^
103+
104+
esp_ble_mesh_sar_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
105+
If pointer to member declarator:
106+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
107+
union esp_ble_mesh_sar_client_cb_param_t
108+
----------------------------------------^
109+
If declarator-id:
110+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
111+
union esp_ble_mesh_sar_client_cb_param_t
112+
----------------------------------------^
113+
114+
esp_ble_mesh_srpl_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
115+
If pointer to member declarator:
116+
Invalid C++ declaration: Expected identifier in nested name. [error at 41]
117+
union esp_ble_mesh_srpl_client_cb_param_t
118+
-----------------------------------------^
119+
If declarator-id:
120+
Invalid C++ declaration: Expected identifier in nested name. [error at 41]
121+
union esp_ble_mesh_srpl_client_cb_param_t
122+
-----------------------------------------^
123+
124+
esp_ble_mesh_agg_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
125+
If pointer to member declarator:
126+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
127+
union esp_ble_mesh_agg_client_cb_param_t
128+
----------------------------------------^
129+
If declarator-id:
130+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
131+
union esp_ble_mesh_agg_client_cb_param_t
132+
----------------------------------------^
133+
134+
esp_ble_mesh_agg_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
135+
If pointer to member declarator:
136+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
137+
union esp_ble_mesh_agg_server_cb_param_t
138+
----------------------------------------^
139+
If declarator-id:
140+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
141+
union esp_ble_mesh_agg_server_cb_param_t
142+
----------------------------------------^
143+
144+
esp_ble_mesh_lcd_model_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
145+
If pointer to member declarator:
146+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
147+
union esp_ble_mesh_lcd_client_cb_param_t
148+
----------------------------------------^
149+
If declarator-id:
150+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
151+
union esp_ble_mesh_lcd_client_cb_param_t
152+
----------------------------------------^
153+
12154
esp_ble_mesh_cm_data_api.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
13155
Declaration is '.. cpp:member:: int8_t element_offset'.
14-
esp_ble_mesh_cm_data_api.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
15-
Declaration is '.. cpp:member:: int8_t model_item_idx'.
156+
esp_ble_mesh_cm_data_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
157+
If pointer to member declarator:
158+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
159+
union esp_ble_mesh_extended_model_item_t
160+
----------------------------------------^
161+
If declarator-id:
162+
Invalid C++ declaration: Expected identifier in nested name. [error at 40]
163+
union esp_ble_mesh_extended_model_item_t
164+
----------------------------------------^
165+
166+
esp_ble_mesh_cm_data_api.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
167+
If pointer to member declarator:
168+
Invalid C++ declaration: Expected identifier in nested name. [error at 34]
169+
union esp_ble_mesh_metadata_item_t
170+
----------------------------------^
171+
If declarator-id:
172+
Invalid C++ declaration: Expected identifier in nested name. [error at 34]
173+
union esp_ble_mesh_metadata_item_t
174+
----------------------------------^
175+
176+
ecdsa_alt.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
177+
If pointer to member declarator:
178+
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
179+
union esp_ecdsa_pk_conf_t
180+
-------------------------^
181+
If declarator-id:
182+
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
183+
union esp_ecdsa_pk_conf_t
184+
-------------------------^
185+
186+
esp_cam_ctlr_csi.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
187+
If pointer to member declarator:
188+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
189+
struct esp_cam_ctlr_csi_config_t
190+
--------------------------------^
191+
If declarator-id:
192+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
193+
struct esp_cam_ctlr_csi_config_t
194+
--------------------------------^
195+
196+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
197+
If pointer to member declarator:
198+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
199+
struct isp_demosaic_grad_ratio_t
200+
--------------------------------^
201+
If declarator-id:
202+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
203+
struct isp_demosaic_grad_ratio_t
204+
--------------------------------^
205+
206+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
207+
If pointer to member declarator:
208+
Invalid C++ declaration: Expected identifier in nested name. [error at 33]
209+
struct isp_sharpen_h_freq_coeff_t
210+
---------------------------------^
211+
If declarator-id:
212+
Invalid C++ declaration: Expected identifier in nested name. [error at 33]
213+
struct isp_sharpen_h_freq_coeff_t
214+
---------------------------------^
215+
216+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
217+
If pointer to member declarator:
218+
Invalid C++ declaration: Expected identifier in nested name. [error at 31]
219+
struct isp_sharpen_m_freq_coeff
220+
-------------------------------^
221+
If declarator-id:
222+
Invalid C++ declaration: Expected identifier in nested name. [error at 31]
223+
struct isp_sharpen_m_freq_coeff
224+
-------------------------------^
225+
226+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
227+
If pointer to member declarator:
228+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
229+
struct isp_hist_weight_t
230+
------------------------^
231+
If declarator-id:
232+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
233+
struct isp_hist_weight_t
234+
------------------------^
235+
236+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
237+
If pointer to member declarator:
238+
Invalid C++ declaration: Expected identifier in nested name. [error at 23]
239+
struct isp_hist_coeff_t
240+
-----------------------^
241+
If declarator-id:
242+
Invalid C++ declaration: Expected identifier in nested name. [error at 23]
243+
struct isp_hist_coeff_t
244+
-----------------------^
245+
246+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
247+
If pointer to member declarator:
248+
Invalid C++ declaration: Expected identifier in nested name. [error at 27]
249+
struct isp_color_contrast_t
250+
---------------------------^
251+
If declarator-id:
252+
Invalid C++ declaration: Expected identifier in nested name. [error at 27]
253+
struct isp_color_contrast_t
254+
---------------------------^
255+
256+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
257+
If pointer to member declarator:
258+
Invalid C++ declaration: Expected identifier in nested name. [error at 29]
259+
struct isp_color_saturation_t
260+
-----------------------------^
261+
If declarator-id:
262+
Invalid C++ declaration: Expected identifier in nested name. [error at 29]
263+
struct isp_color_saturation_t
264+
-----------------------------^
265+
266+
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
267+
If pointer to member declarator:
268+
Invalid C++ declaration: Expected identifier in nested name. [error at 21]
269+
struct isp_lsc_gain_t
270+
---------------------^
271+
If declarator-id:
272+
Invalid C++ declaration: Expected identifier in nested name. [error at 21]
273+
struct isp_lsc_gain_t
274+
---------------------^
275+
276+
jpeg_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
277+
If pointer to member declarator:
278+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
279+
struct jpeg_huffman_table_info_t
280+
--------------------------------^
281+
If declarator-id:
282+
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
283+
struct jpeg_huffman_table_info_t
284+
--------------------------------^
285+
286+
rmt_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
287+
If pointer to member declarator:
288+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
289+
struct rmt_symbol_word_t
290+
------------------------^
291+
If declarator-id:
292+
Invalid C++ declaration: Expected identifier in nested name. [error at 24]
293+
struct rmt_symbol_word_t
294+
------------------------^
295+
16296
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
17297
Declaration is '.. cpp:type:: struct esp_mqtt_event_t esp_mqtt_event_t'.
18298
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
@@ -27,27 +307,5 @@ mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-re
27307
Declaration is '.. cpp:enum:: esp_mqtt_transport_t'.
28308
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
29309
Declaration is '.. cpp:enum:: esp_mqtt_protocol_ver_t'.
30-
esp_heap_trace.inc:line: WARNING: Error when parsing function declaration.
31-
If the function has no return type:
32-
Invalid C++ declaration: Expected end of definition or ;. [error at 34]
33-
TAILQ_ENTRY (heap_trace_record_t) tailq
34-
----------------------------------^
35-
If the function has a return type:
36-
Error in declarator
37-
If declarator-id with parameters-and-qualifiers:
38-
Invalid C++ declaration: Expected identifier in nested name. [error at 12]
39-
TAILQ_ENTRY (heap_trace_record_t) tailq
40-
------------^
41-
If parenthesis in noptr-declarator:
42-
Error in declarator or parameters-and-qualifiers
43-
If pointer to member declarator:
44-
Invalid C++ declaration: Expected '::' in pointer to member (function). [error at 32]
45-
TAILQ_ENTRY (heap_trace_record_t) tailq
46-
--------------------------------^
47-
If declarator-id:
48-
Invalid C++ declaration: Expecting "(" in parameters-and-qualifiers. [error at 32]
49-
TAILQ_ENTRY (heap_trace_record_t) tailq
50-
--------------------------------^
51-
52310
esp_heap_trace.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/system/heap_debug:line.
53311
Declaration is '.. cpp:type:: struct heap_trace_record_t heap_trace_record_t'.

examples/network/sta2eth/main/idf_component.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ dependencies:
99
path: ${IDF_PATH}/examples/protocols/http_server/captive_portal/components/dns_server
1010
ethernet_init:
1111
path: ${IDF_PATH}/examples/ethernet/basic/components/ethernet_init
12-
13-
idf: "^5.0"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## IDF Component Manager Manifest File
22
dependencies:
3-
idf: "^5.0"
43
espressif/esp_codec_dev: ^1.3.4
54
i2s_examples_common:
65
path: ${IDF_PATH}/examples/peripherals/i2s/i2s_examples_common

0 commit comments

Comments
 (0)