Island
94de317b37
Merge branch 'fix/increase_ble_log_task_stack_size_for_xtensa_chips' into 'master'
...
fix(ble): increase default ble log stack size for xtensa chips
See merge request espressif/esp-idf!43250
2025-11-12 14:00:53 +08:00
Meet Patel
b11ce34971
Merge branch 'contrib/github_pr_17848' into 'master'
...
Bump up log_v2's max arg count (GitHub PR)
Closes IDFGH-16764
See merge request espressif/esp-idf!43256
2025-11-12 10:02:34 +05:30
Omar Chebib
8e12c7f3ab
Merge branch 'fix/task_tracing_crashing' into 'master'
...
fix(heap): fix a bug where the biggest heap would be NULL on boot
Closes IDFGH-16182 and IDFGH-16183
See merge request espressif/esp-idf!41024
2025-11-12 09:33:32 +08:00
Jiang Jiang Jian
78986757de
Merge branch 'bugfix/fix_send_wakenull_off_channel' into 'master'
...
fix(wifi): fix issue that disarm send wake null timer donot take effect and sta bolck scan timeout
Closes WIFI-7020, WIFIBUG-1523, and WIFIBUG-1379
See merge request espressif/esp-idf!43158
2025-11-12 09:30:22 +08:00
Mahavir Jain
da1ff709ce
Merge branch 'fix/axi_dma_ext_mem_alignment_c5' into 'master'
...
Align AES and SHA buffers to 16 when SPIRAM encryption is enabled
Closes DIG-754 and IDF-14344
See merge request espressif/esp-idf!43004
2025-11-11 17:14:47 +05:30
Mahavir Jain
619cbb85b3
Merge branch 'fix/disallow_enabling_sb_sha384_when_sb_sha256_is_enabled_p4' into 'master'
...
fix(efuse): Disallow enabling SB using SHA-384 when SB using SHA-256 is enabled (ESP32-P4 ECO5)
Closes IDF-14063
See merge request espressif/esp-idf!42884
2025-11-11 17:11:47 +05:30
Radek Tandler
1611f123a7
Merge branch 'storage/fix_spi_flash_verify_write' into 'master'
...
Fix spi flash verify write of blocks shorter than 4 bytes
Closes IDF-14288
See merge request espressif/esp-idf!42614
2025-11-11 12:27:43 +01:00
sibeibei
4e2f33d445
fix(wifi): fix issue that disarm send wake null timer donot take effect
2025-11-11 17:29:38 +08:00
Zhou Xiao
3e0d005987
fix(ble): increase default ble log stack size for xtensa chips
2025-11-11 17:07:42 +08:00
Tomas Rezucha
8948bf6ba7
Merge branch 'refactor/make_usb_hal_independent' into 'master'
...
refactor(usb): Make usb hal layer independent
Closes IDF-14092
See merge request espressif/esp-idf!43155
2025-11-11 09:53:45 +01:00
Mahavir Jain
437ddd1a45
Merge branch 'feat/update_mbedtls_3.6.5' into 'master'
...
feat(mbedtls): update to version 3.6.5
See merge request espressif/esp-idf!42623
2025-11-11 14:09:43 +05:30
Wang Meng Yang
b712ec5696
Merge branch 'bugfix/cod_chg_by_scan_ena' into 'master'
...
fix(bt/bluedroid): update the COD before enabling inquiry scan
Closes BTQABR2023-546
See merge request espressif/esp-idf!41481
2025-11-11 15:45:07 +08:00
Gao Xu
dca6abf984
Merge branch 'fix/adc_c6_get_high_result' into 'master'
...
fix(adc): fix ESP32C6 ADC get high result after enable
Closes ESPCS-1045
See merge request espressif/esp-idf!42964
2025-11-11 14:13:07 +08:00
Laukik Hase
d2f8a8f86a
Merge branch 'feat/esp_tee_c61' into 'master'
...
feat(esp_tee): Support for ESP32-C61
Closes IDF-14253
See merge request espressif/esp-idf!42054
2025-11-11 11:42:37 +05:30
C.S.M
b642a6229c
Merge branch 'fix/i2c_buffer_place' into 'master'
...
fix(i2c): Add check for buffer place when iram safe enabled
Closes IDFGH-11486
See merge request espressif/esp-idf!43178
2025-11-11 13:34:49 +08:00
Harshal Patil
ed57a94687
Merge branch 'feat/extend_pmp_protection_esp32p4_eco5' into 'master'
...
Extend PMP memprot for ESP32-P4 V3
Closes IDF-14075
See merge request espressif/esp-idf!42402
2025-11-11 10:07:21 +05:30
Kevin (Lao Kaiyao)
0f4fa41d93
Merge branch 'bugfix/fix_gpio_reservation_issue_in_touch_driver' into 'master'
...
fix(touch): make the gpio init symmetric
Closes IDFGH-16717
See merge request espressif/esp-idf!43166
2025-11-11 11:59:05 +08:00
Zhang Wen Xu
6bf93681b8
Merge branch 'fix/fix_save_line_in_debug_for_154' into 'master'
...
fix(802.15.4): fix line save in 154 debug
See merge request espressif/esp-idf!43200
2025-11-11 03:08:10 +00:00
Island
25ba007105
Merge branch 'feat/support_bhost2025_44' into 'master'
...
feat(ble/bluedroid): Add more debug log for bluedroid
Closes BLERP-2374
See merge request espressif/esp-idf!43093
2025-11-11 10:39:39 +08:00
laokaiyao
6c29488d9f
docs(pm): updated i2s pm lock type in DFS
...
Related https://github.com/espressif/esp-idf/issues/14707
2025-11-11 10:23:34 +08:00
laokaiyao
3492e8fb48
fix(touch): make the gpio init symmetric
...
Closes https://github.com/espressif/esp-idf/issues/17806
2025-11-11 10:23:34 +08:00
Ashish Sharma
9fe50060e6
feat(mbedtls): update to version 3.6.5
2025-11-11 10:07:05 +08:00
Guillaume Souchere
518dc8d45b
Merge branch 'feat/heap-support-esp32h21' into 'master'
...
feat(heap): Support heap for esp32h21
Closes IDF-13085
See merge request espressif/esp-idf!42961
2025-11-11 02:55:14 +01:00
Erhan Kurubas
08cf6c1a40
Merge branch 'move_sysview_to_component_registry' into 'master'
...
Move sysview to component registry
Closes IDF-13403 and DOC-12867
See merge request espressif/esp-idf!43011
2025-11-10 19:19:17 +01:00
Tomas Rezucha
b6db931b0d
refactor(usb): Make usb hal layer independent
2025-11-10 17:04:22 +01:00
Guillaume Souchere
7a58d6d8fb
fix(heap): Update RTC test to account for esp32h21 characteristics
...
"RTC memory should be lowest priority and its free size should be big enough"
was failing because the expected size of RTC heap left after init was bigger
than the total RTC size itself.
The test was updated to:
- check that the minimum free RTC heap size matches the current size
- the current RTC heap size is bigger than 80% of the total RTC memory region
2025-11-10 14:43:16 +01:00
luoxu
d0800c044d
fix(ble_mesh): resolve miscellaneous logging issues
2025-11-10 20:07:19 +08:00
Rainer
3a431963e6
fix(ble_mesh): fixed issues with incorrect logs format and position
2025-11-10 20:07:19 +08:00
luoxu
ad6aab1396
feat(ble_mesh): Miscellaneous log enhancement for Provisioning
2025-11-10 20:07:19 +08:00
Liu Linyan
1fbf94ae38
feat(ble_mesh): Miscellaneous log enhancement for BLE Mesh
2025-11-10 20:07:19 +08:00
Linyan Liu
6a733ce055
feat(ble_mesh): Miscellaneous update for BLE Mesh
2025-11-10 20:07:19 +08:00
chenjianhua
9df842f2c3
fix(bt/bluedroid): Fixed memory debug error
2025-11-10 16:59:16 +08:00
chenjianhua
1aeb965607
feat(ble/bluedroid): Add more debug log for bluedroid
2025-11-10 16:59:16 +08:00
Song Ruo Jing
5b97ebde7e
Merge branch 'refactor/gpio_rom_func_rename' into 'master'
...
refactor(rom/gpio): add 'rom_' prefix to GPIO ROM functions
Closes IDFGH-13174, IDF-9805, and IDF-14209
See merge request espressif/esp-idf!42213
2025-11-10 16:02:54 +08:00
Erhan Kurubas
79cda70029
change(app_trace): move sysview to component registry
2025-11-10 15:55:41 +08:00
zhuanghang
4b964d8405
fix(802.15.4): fix line save in 154 debug
2025-11-10 15:28:45 +08:00
Frantisek Hrbata
ee4cd8a4fe
Merge branch 'fix/cmake_esp_hal_jpeg' into 'master'
...
fix(esp_hal_jpeg): initialize the includes variable
See merge request espressif/esp-idf!43176
2025-11-10 08:18:47 +01:00
gaoxu
c2b54dcbe0
fix(adc): fix ESP32C6 ADC get high result after enable
2025-11-10 10:47:52 +08:00
Omar Chebib
3d5023b3a7
fix(heap): fix a bug where the biggest heap would be NULL on boot
...
Closes https://github.com/espressif/esp-idf/issues/17232
2025-11-10 10:27:48 +08:00
Wang Meng Yang
d02602de17
Merge branch 'bugfix/oob_in_bta_dm_sdp_result' into 'master'
...
fix(bt/blurdoird): fixed an OOB write in bta_dm_sdp_result
Closes BT-4137
See merge request espressif/esp-idf!42950
2025-11-10 10:01:41 +08:00
Igor Masar
8af4edb0e7
Merge branch 'docs/esp32h4-usb' into 'master'
...
docs(usb): add ESP32-H4 support notes and pin map
See merge request espressif/esp-idf!42723
2025-11-10 06:34:03 +08:00
nvmd
3a9c3524ae
change(esp_log): Bump up log_v2's max arg count
2025-11-09 17:41:54 -03:00
igor.masar
7492f9b9cd
docs(usb): add ESP32-H4 support notes and pin map
...
- usb_device: add esp32h4 DP/DM defaults (GPIO22/21) and "only:: esp32h4";
add H4 PHY considerations; add H4 MSC write-speed table; generalize MSC SD
note to {IDF_TARGET_NAME}; exclude tusb_ncm on H4
- usb_host: include esp32h4 in feature gates; add H4 PHY considerations
- usb_host_notes_dwc_otg: enable H4 by extending "only::" selector
- examples/usb: add ESP32-H4 row to DP/DM pin map
- docs_not_updated: drop H4 entries for usb_device, usb_host, and related
usb_host notes now covered
- soc(esp32h4): set internal PHY mapping to DP=22, DM=21
2025-11-07 12:19:26 +01:00
Laukik Hase
5b80a58953
ci(esp_tee): Enable the TEE test-apps for ESP32-C61
2025-11-07 14:54:16 +05:30
Laukik Hase
f533502324
feat(esp_tee): Add support for TEE secure storage encryption for ESP32-C61
2025-11-07 14:54:16 +05:30
Laukik Hase
b9a503e9ec
feat(esp_tee): Support for ESP32-C61 - the rest of the components
2025-11-07 14:54:16 +05:30
Laukik Hase
bbdd1499f1
feat(esp_tee): Support for ESP32-C61 - the esp_tee component
2025-11-07 14:54:11 +05:30
C.S.M
e898c7ef39
fix(i2c): Add check for buffer place when iram safe enabled,
...
Closes https://github.com/espressif/esp-idf/issues/12613
2025-11-07 16:45:38 +08:00
peter.marcisovsky
066318dea9
feat(usb_host): Add power and clock gating LL, HAL
...
- part of suspend/resume (remote wakeup) sequences
2025-11-07 16:26:02 +08:00
Frantisek Hrbata
3f7844905a
fix(esp_hal_jpeg): initialize the includes variable
...
The cmakev2 build system may evaluate components recursively and all
components has to make sure all their variables are properly
initialized.
Fixes: a7115b6b36 ("refactor(jpeg): Split hal layer for jpeg")
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-11-07 08:59:59 +01:00