Song Ruo Jing
c10ddb0f52
fix(ci): improve rtc_clk test stability on esp32 32k xtal
2025-11-21 20:41:19 +08:00
Song Ruo Jing
5ca9827894
fix(uart): fix parenthesis typo on UART_INTR_CONFIG_FLAG macro
...
No real impact on the logic, just typo fix
Closes https://github.com/espressif/esp-idf/issues/17885
2025-11-21 20:41:19 +08:00
Song Ruo Jing
9f750b58be
fix(ci): re-enable p4 eco5 ledc, dma2d, rtc_clk test cases
2025-11-21 20:41:19 +08:00
Zhang Shuxian
feff20614e
docs: Update CN translation and improve formatting
2025-11-21 20:38:20 +08:00
Omar Chebib
0853adcac7
Merge branch 'ci/reenable_cxx_tests' into 'master'
...
ci: re-enable cxx tests_apps and examples for the ESP32-P4
Closes IDF-14402
See merge request espressif/esp-idf!43581
2025-11-21 20:37:56 +08:00
yinqingzhao
5e27f6623a
fix(wifi): fix get incorrect current band after set bandmode
2025-11-21 19:25:26 +08:00
Michael (XIAO Xufeng)
92f4ade659
Merge branch 'feat/add_c5_v102_config' into 'master'
...
hw_support: add new config for c5 v1.2 and c61 v1.1
See merge request espressif/esp-idf!43532
2025-11-21 19:20:59 +08:00
Mahavir Jain
66995965e7
fix(esp_http_client): prevent out-of-bounds read in Digest auth
...
Fixed vulnerability where malicious HTTP servers could trigger OOB reads
by sending empty or very short algorithm fields in WWW-Authenticate headers.
Changes:
- Replace unsafe memcmp() with strcasecmp() for algorithm comparison
- Add algorithm NULL validation at function entry point
- Fix duplicate md5-sess check, add missing SHA-256 check
2025-11-21 16:36:02 +05:30
Wang Meng Yang
289e04dcbe
Merge branch 'bugfix/bt_idf_ci' into 'master'
...
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT
Closes IDFCI-6518
See merge request espressif/esp-idf!43428
2025-11-21 18:55:05 +08:00
C.S.M
16be3c2bfe
Merge branch 'feat/update_esp32s31_efuse_rom' into 'master'
...
feat(esp32s31): Add efuse and esp_rom support
See merge request espressif/esp-idf!43533
2025-11-21 18:29:49 +08:00
zhanghaipeng
60a028fb17
feat(ble/blufi): Support setting BLE encryption for blufi
2025-11-21 16:41:33 +08:00
Chen Jichang
0ce7125942
fix(esp_rom): update H4 MP ld files
2025-11-21 16:18:23 +08:00
morris
b1fdb0db2b
refactor(hal_usb): move USB Serial JTAG HAL from hal component
2025-11-21 16:10:17 +08:00
morris
bc064a353a
refactor(hal_dma): move bitscrambler from hal component
...
because bitscrambler can't live without DMA, it's highly binded with the
GDMA peripheral.
2025-11-21 16:10:16 +08:00
Omar Chebib
473dd5c134
ci: re-enable cxx tests_apps and examples for the ESP32-P4
2025-11-21 15:54:41 +08:00
Wang Meng Yang
e48d37f307
Merge branch 'feat/add_param_indicate_create_spp_records' into 'master'
...
feat(bt): Add an SPP API parameter to indicate whether to create the SPP record
See merge request espressif/esp-idf!43485
2025-11-21 15:47:10 +08:00
Marius Vikhammer
aefab81f37
fix(libc): fixed P4 ECO5 always using sub opt. version of memcpy and similar
2025-11-21 15:45:18 +08:00
Omar Chebib
58e2fc7926
ci: re-enable eh_frame for the ESP32-P4
2025-11-21 15:40:40 +08:00
Konstantin Kondrashov
2b0edd6714
Merge branch 'fix/p4_v3_ipc_isr_example_test' into 'master'
...
fix(examples): Fix IPC ISR RISC-V test for ESP32-P4 rev3
Closes IDF-14423
See merge request espressif/esp-idf!43555
2025-11-21 15:37:59 +08:00
Armando (Dou Yiwen)
852d56a8f0
Merge branch 'feat/esp_hal_cam' into 'master'
...
cam:graudate the camera hal driver into a new component
Closes IDF-14277
See merge request espressif/esp-idf!43169
2025-11-21 07:25:03 +00:00
Island
b978710fd1
Merge branch 'feat/support_bhost2025_52' into 'master'
...
feat(ble/nimble): support runtime allocation for mempool
Closes BLERP-2341
See merge request espressif/esp-idf!42963
2025-11-21 15:24:01 +08:00
Marius Vikhammer
673c27dcf8
Merge branch 'bugfix/stall_wfi' into 'master'
...
fix(system): fixed p4 eco5 getting stuck when stalling other CPU
See merge request espressif/esp-idf!43577
2025-11-21 15:16:20 +08:00
Zhang Wen Xu
8df5b40dcc
Merge branch 'fix/remove_the_duplicate_macro_definition' into 'master'
...
fix(openthread): remove the duplicate macro definition
See merge request espressif/esp-idf!43540
2025-11-21 07:04:02 +00:00
Fu Hanxi
6c585a0e18
Merge branch 'ci/simplify-ci' into 'master'
...
Ci/simplify ci
Closes IDFCI-6717
See merge request espressif/esp-idf!43157
2025-11-21 07:34:24 +01:00
C.S.M
fc697158a5
feat(esp32s31): Add efuse and esp_rom support
2025-11-21 11:43:27 +08:00
igor.udot
083200737c
ci: pytest-ignore skip using dut id
2025-11-21 11:43:15 +08:00
Island
80454bbc59
Merge branch 'bugfix/bug_ble_max_device_record' into 'master'
...
fix(ble/bluedroid): Fixed BLE incorrect device record count issue
Closes BLERP-2405
See merge request espressif/esp-idf!43450
2025-11-21 11:37:47 +08:00
Chen Yudong
50c6c12471
ci: generate child pipeline job earlier
2025-11-21 11:37:10 +08:00
Marius Vikhammer
47d9739bb5
Merge branch 'ci/enable_esp_timer_eco5' into 'master'
...
ci(esp_timer): re-enable ci tests for esp-timer on p4 eco5
See merge request espressif/esp-idf!43575
2025-11-21 11:34:09 +08:00
Island
e7e5a82a02
Merge branch 'bugfix/fix_ble_no_conn_and_disconn_evt' into 'master'
...
fix(ble/bluedroid): Fixed missing BLE connect and disconnect events
Closes BLERP-2340
See merge request espressif/esp-idf!42962
2025-11-21 11:25:03 +08:00
Mahavir Jain
70be8e404d
Merge branch 'bugfix/protocomm_sec1_validation' into 'master'
...
fix(protocomm): add validation for Security1 client verifier data
See merge request espressif/esp-idf!43545
2025-11-21 08:49:29 +05:30
Mahavir Jain
130fdc7ce7
Merge branch 'fix/fix_bootloader_skip_validate_in_deep_sleep' into 'master'
...
fix(bootloader): fix signature verification skip in deep sleep scenarios
Closes IDFGH-14871
See merge request espressif/esp-idf!43067
2025-11-21 08:49:12 +05:30
armando
66da426c83
feat(hal):graudate the camera hal driver into a new component
2025-11-21 10:51:28 +08:00
Marius Vikhammer
461c0d8f65
Merge branch 'bugfix/p4_zcmp_fix' into 'master'
...
fix(interrupts): fixed interrupted related issues due to ZCMP on P4 ECO5
See merge request espressif/esp-idf!43523
2025-11-21 10:46:35 +08:00
Marius Vikhammer
32ebe139c4
fix(system): fixed p4 eco5 getting stuck when stalling other CPU
2025-11-21 10:12:40 +08:00
Marius Vikhammer
9a32500f74
ci(esp_timer): re-enable ci tests for esp-timer on p4 eco5
2025-11-21 09:47:40 +08:00
Marius Vikhammer
257ee931cd
Merge branch 'bugfix/p4_eco5_init_arrays' into 'master'
...
fix(system): fixed constructors not working properly on P4 ECO5
Closes IDF-14425
See merge request espressif/esp-idf!43547
2025-11-21 09:42:26 +08:00
Marius Vikhammer
9632e67efd
Merge branch 'bugfix/ulp_p4_eco5_fixes' into 'master'
...
fix(lp-core): fixed rtc mem conflict on p4 eco5 between app and ULP
Closes IDF-14422
See merge request espressif/esp-idf!43544
2025-11-21 09:40:45 +08:00
Marius Vikhammer
963bc0fa5e
Merge branch 'bugfix/p4_eco_5_rom_tests' into 'master'
...
fix(rom): fixed systimer hal implementation from ROM always being used on P4
Closes IDF-14417 and IDF-14420
See merge request espressif/esp-idf!43538
2025-11-21 09:21:53 +08:00
Roland Dobai
69a5c7384f
Merge branch 'change/add-support-for-kconfig-report' into 'master'
...
Change/add support for kconfig report
Closes IDF-11816
See merge request espressif/esp-idf!37165
2025-11-20 23:30:54 +01:00
Mahavir Jain
0da64692c4
Merge branch 'update/update_certs_bundle' into 'master'
...
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!43500
2025-11-20 21:54:26 +05:30
Lu Wei Ke
7c4e2d0aa2
Merge branch 'docs/update_bt_common_homepage' into 'master'
...
docs: Add intro and brief descriptions to Bluetooth Common API home page
Closes DOC-11910
See merge request espressif/esp-idf!42582
2025-11-21 00:20:14 +08:00
Lu Wei Ke
c69210ef09
Merge branch 'docs/update_bt_classic_homepage' into 'master'
...
docs: Add intro and profile summaries to Bluetooth Classic API home page
Closes DOC-11911
See merge request espressif/esp-idf!42612
2025-11-21 00:13:19 +08:00
Roland Dobai
cbfda195a8
Merge branch 'feat/update_ccache_to_4.12.1' into 'master'
...
feat(tools): Updated ccache 4.11.2 -> 4.12.1
Closes IDFGH-16658
See merge request espressif/esp-idf!43521
2025-11-20 13:41:44 +01:00
Tomas Rezucha
da7d0e6979
fix(usb): Fix USB PHY mocking on linux target
2025-11-20 12:44:11 +01:00
luweike
ac4cd16cdf
docs: Add intro and brief descriptions to Bluetooth Common API home page
2025-11-20 18:56:15 +08:00
luweike
83a26231a6
docs: Add intro and profile summaries to Bluetooth Classic API home page
2025-11-20 18:53:46 +08:00
Konstantin Kondrashov
da720ce74c
fix(examples): Fix IPC ISR RISC-V test for ESP32-P4 rev3
...
Remove checks for MSTATUS and MCAUSE values that
may vary in different chip revisions.
2025-11-20 12:38:30 +02:00
Erhan Kurubas
083999290e
fix(espcoredump): prevent double exception during int_wdt panic with custom stack
2025-11-20 11:14:42 +01:00
Marius Vikhammer
641420c5e0
fix(system): fixed constructors not working properly on P4 ECO5
2025-11-20 17:37:48 +08:00