7 files changed
+120
-25
lines changed- components/bt/common/osi/alarm.c-11
- components/bt/common/osi/include/osi/alarm.h-4
- components/bt/controller/esp32/bt.c+1-1
- components/bt/controller/esp32c3/Kconfig.in+1-2
- components/bt/controller/esp32c3/bt.c+13-11
- components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_provisioning_api.h-18
- components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h+2-12
- components/bt/esp_ble_mesh/mesh_core/provisioner_prov.c+12-23
- components/bt/host/bluedroid/api/esp_a2dp_api.c-48
- components/bt/host/bluedroid/bta/dm/bta_dm_act.c+1-4
- components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c+1-1
- components/bt/host/bluedroid/bta/include/bta/bta_sys.h-1
- components/bt/host/bluedroid/bta/sys/bta_sys_main.c-21
- components/bt/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c+1-1
- components/bt/host/bluedroid/btc/profile/std/a2dp/btc_av.c+2-42
- components/bt/host/bluedroid/btc/profile/std/include/btc_av.h-5
- components/bt/host/bluedroid/btc/profile/std/spp/btc_spp.c-5
- components/bt/host/bluedroid/stack/btm/btm_ble_5_gap.c+2-2
- components/bt/host/bluedroid/stack/include/stack/hcidefs.h+1-1
- components/bt/include/esp32/include/esp_bt.h+6
- components/bt/include/esp32c3/include/esp_bt.h+6
- components/bt/include/esp32s3/include/esp_bt.h+6
- components/driver/include/driver/spi_common.h+1-1
- components/driver/test/test_spi_master.c+1-1
- components/esp_common/include/esp_idf_version.h+1-1
- components/esp_hw_support/port/esp32c3/rtc_init.c+1-1
- components/esp_system/port/cpu_start.c-6
- components/esp_wifi/lib+1-1
- components/espcoredump/corefile/xtensa.py+26-23
- components/json/cJSON+1-1
- components/libsodium/component.mk+1-5
- components/wifi_provisioning/src/manager.c-6
- docs/_static/esp32-s2-devkitc-1-v1-annotated-photo.png
- docs/_static/esp32-s2-devkitc-1-v1-block-diags.png
- docs/_static/esp32-s2-devkitc-1-v1-isometric.png
- docs/_static/esp32-s2-devkitc-1-v1-pinout.png
- docs/en/get-started/index.rst-1
- docs/en/hw-reference/esp32s2/user-guide-s2-devkitc-1.rst-234
- docs/en/security/secure-boot-v2.rst+5-7
- docs/zh_CN/get-started/index.rst-1
- docs/zh_CN/hw-reference/esp32s2/user-guide-s2-devkitc-1.rst-234
- examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/README.md+1-5
- examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md-10
- examples/bluetooth/hci/controller_hci_uart/CMakeLists.txt
- examples/bluetooth/hci/controller_hci_uart/Makefile
- examples/bluetooth/hci/controller_hci_uart/README.md
- examples/bluetooth/hci/controller_hci_uart/main/CMakeLists.txt
- examples/bluetooth/hci/controller_hci_uart/main/component.mk
- examples/bluetooth/hci/controller_hci_uart/main/controller_hci_uart_demo.c+5-5
- examples/bluetooth/hci/controller_hci_uart/sdkconfig.defaults+3-4
- examples/storage/sd_card/main/sd_card_example_main.c+5-7
- examples/storage/sd_card/sd_card_example_test.py-3
- make/version.mk+1-1
- tools/ci/config/build.yml-1
- tools/cmake/version.cmake+1-1
- tools/test_idf_monitor/tests/core1_out.txt+3-1
- tools/unit-test-app/components/test_utils/component.mk+1-16
Lines changed: 68 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 |
| |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
75 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
76 | 98 |
| |
77 | 99 |
| |
78 | 100 |
| |
79 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
80 | 114 |
| |
81 | 115 |
| |
82 | 116 |
| |
| |||
85 | 119 |
| |
86 | 120 |
| |
87 | 121 |
| |
88 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
89 | 126 |
| |
90 | 127 |
| |
91 | 128 |
| |
92 | 129 |
| |
93 | 130 |
| |
94 |
| - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
95 | 153 |
| |
96 | 154 |
| |
97 | 155 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
103 | 162 |
| |
104 | 163 |
| |
105 | 164 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
273 |
| - | |
| 272 | + | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
|
Lines changed: 40 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| |||
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
84 | 94 |
| |
85 | 95 |
| |
86 | 96 |
| |
| |||
100 | 110 |
| |
101 | 111 |
| |
102 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
103 | 122 |
| |
| 123 | + | |
104 | 124 |
| |
105 |
| - | |
| 125 | + | |
106 | 126 |
| |
107 | 127 |
| |
108 | 128 |
| |
| |||
113 | 133 |
| |
114 | 134 |
| |
115 | 135 |
| |
116 |
| - | |
| 136 | + | |
117 | 137 |
| |
118 | 138 |
| |
119 | 139 |
| |
120 | 140 |
| |
121 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
122 | 147 |
| |
123 | 148 |
| |
124 | 149 |
| |
| |||
151 | 176 |
| |
152 | 177 |
| |
153 | 178 |
| |
154 |
| - | |
| 179 | + | |
155 | 180 |
| |
156 | 181 |
| |
157 |
| - | |
| 182 | + | |
158 | 183 |
| |
159 | 184 |
| |
160 | 185 |
| |
| |||
167 | 192 |
| |
168 | 193 |
| |
169 | 194 |
| |
| 195 | + | |
| 196 | + | |
170 | 197 |
| |
171 | 198 |
| |
172 | 199 |
| |
| |||
182 | 209 |
| |
183 | 210 |
| |
184 | 211 |
| |
| 212 | + | |
185 | 213 |
| |
186 | 214 |
| |
187 | 215 |
| |
| |||
272 | 300 |
| |
273 | 301 |
| |
274 | 302 |
| |
275 |
| - | |
276 |
| - | |
| 303 | + | |
| 304 | + | |
277 | 305 |
| |
278 | 306 |
| |
279 | 307 |
| |
280 | 308 |
| |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
|
0 commit comments