Zhang Hai Peng
9a21040626
Merge branch 'bugfix/fix_ble_security_issue_2025_v2' into 'master'
...
fix(ble/bluedroid): Enhanced security in ble_ancs example
Closes BHOST2025-59
See merge request espressif/esp-idf!43800
2025-12-01 16:16:06 +08:00
morris
580d9bca57
Merge branch 'refactor/esp_hal_gpio' into 'master'
...
refactor(gpio): split GPIO HAL into separate component
Closes IDF-14089
See merge request espressif/esp-idf!43215
2025-12-01 10:40:07 +08:00
David Čermák
c701dfcbe3
Merge branch 'fix/docs_sta2eth' into 'master'
...
fix(examples): Fix unclear comments in sta-eth bridge example
Closes IDFGH-12443
See merge request espressif/esp-idf!43345
2025-11-28 20:08:04 +08:00
Wan Lei
a63fbe838a
Merge branch 'feature/spi_master_support_edma_on_s3' into 'master'
...
feat(spi_master): support using edma to transfer with psram directly
Closes IDF-7373 and IDF-10111
See merge request espressif/esp-idf!23785
2025-11-28 13:59:58 +08:00
C.S.M
551bcbe488
Merge branch 'feat/update_esp32s31_ci_pub_head_support' into 'master'
...
feat(esp32s31): Add esp_hw_support component and check public header ci support
See merge request espressif/esp-idf!43744
2025-11-28 11:25:28 +08:00
zhanghaipeng
e741f09e0f
fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
2025-11-27 20:00:55 +08:00
zhanghaipeng
8e0f74a2cc
fix(ble/bt): Add NULL check in esp_hid_device example
2025-11-27 18:05:33 +08:00
zhanghaipeng
8b5dd75368
fix(ble/bt): Add NULL check in esp_hid_host example
2025-11-27 18:05:20 +08:00
zhanghaipeng
773814c087
fix(ble/blufi): Add DH param length validation
2025-11-27 18:05:07 +08:00
zhanghaipeng
b6b3b81bf6
fix(ble/bluedroid): Fix memory leak in ble_spp_server example
2025-11-27 18:04:54 +08:00
zhanghaipeng
e26b60090d
fix(ble/bluedroid): Use calloc in gatt_server example
2025-11-27 18:04:43 +08:00
zhanghaipeng
24e023e307
fix(ble/bluedroid): Use snprintf in ble_eddystone example
2025-11-27 18:04:32 +08:00
zhanghaipeng
7e876249df
fix(ble/bluedroid): Add bounds check in ble_ancs example
2025-11-27 18:04:22 +08:00
David Čermák
cefe58de7d
Merge branch 'fix/remove_asio' into 'master'
...
fix(configs): Remove mentions of ASIO from configs files
See merge request espressif/esp-idf!42779
2025-11-27 13:50:57 +08:00
C.S.M
904c94ba3a
feat(esp32s31): Add esp_hw_support component and header ci support
2025-11-27 11:18:52 +08:00
Tomas Rezucha
24efd7f1e7
Merge branch 'ci/reenable_p4_usb_device_tests' into 'master'
...
ci(usb/device): re-enable usb_device tests for ESP32-P4
Closes IDF-14369 and IDF-14832
See merge request espressif/esp-idf!43734
2025-11-26 14:44:12 +01:00
wanckl
263de1bb75
fix(driver_spi): support un-aligned dma transaction and psram transaction
2025-11-26 19:20:50 +08:00
Ondrej Kosta
b111c84f9e
Merge branch 'feat/upt_tests_new_runners' into 'master'
...
feat(ci): updated Ethernet test to align with new runners
Closes IDF-14823
See merge request espressif/esp-idf!43573
2025-11-26 17:52:43 +08:00
Song Ruo Jing
1862fdec74
refactor(gpio): split GPIO HAL into separate component
...
cleaned up some includes in GPIO peripheral files
2025-11-26 15:35:07 +08:00
morris
c68237f5fa
Merge branch 'feat/esp32p4_eco5_adc_cali' into 'master'
...
feat(adc): support ADC calibration on ESP32P4 ECO5
Closes IDF-14357
See merge request espressif/esp-idf!43685
2025-11-26 12:22:20 +08:00
Shu Chen
5e33abd510
Merge branch 'feat/support_154_for_h4' into 'master'
...
feat(802.15.4): supported 802.15.4 for esp32h4
See merge request espressif/esp-idf!43148
2025-11-26 03:52:37 +00:00
Ondrej Kosta
4e6b35ca9e
feat(ci): updated Ethernet tests to align with new runners
2025-11-25 17:26:49 +01:00
Tomas Rezucha
98af307c66
ci(usb/device): re-enable usb_device tests for ESP32-P4
2025-11-25 16:06:57 +01:00
David Cermak
3064c31dd3
fix(configs): Remove mentions of ASIO from configs files
2025-11-25 13:02:31 +01:00
gaoxu
c5c586af3e
ci(adc): re-enable ADC test on ESP32P4
2025-11-25 17:27:20 +08:00
yiwenxiu
0898f62669
feat(openthread): optimize fail cases in CI test
2025-11-25 14:30:17 +08:00
Erhan Kurubas
f2c75dcf52
change(app_trace): implement uart without driver APIs
2025-11-24 12:17:30 +01:00
Martin Vychodil
80ed20959d
Merge branch 'feat/nvs_iteration_statistics_examples' into 'master'
...
feat(examples/storage): add nvs statistics and iteration examples
Closes DOC-12742
See merge request espressif/esp-idf!42327
2025-11-24 17:54:31 +08:00
zhuanghang
ceef28fe9e
feat(802.15.4): supported 802.15.4 for esp32h4
2025-11-24 10:39:01 +08:00
Island
470db615fb
Merge branch 'feat/show_how_to_use_smp_in_blufi_example' into 'master'
...
feat(ble/blufi): Support setting BLE encryption for blufi
Closes BLERP-2232 and DOC-13032
See merge request espressif/esp-idf!41779
2025-11-24 10:31:03 +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
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
zhanghaipeng
60a028fb17
feat(ble/blufi): Support setting BLE encryption for blufi
2025-11-21 16:41:33 +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
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
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
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
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
Ondrej Kosta
1e6f49d178
Merge branch 'chore/update-protocol-eth-connect' into 'master'
...
feat(protocol_examples_common): Use Ethernet Init component
Closes IDF-14227
See merge request espressif/esp-idf!42265
2025-11-20 17:28:17 +08:00
Marius Vikhammer
0961294484
fix(interrupts): fixed interrupted related issues due to ZCMP on P4 ECO5
2025-11-20 17:07:45 +08:00
Marius Vikhammer
cd0e6ec2ca
fix(lp-core): fixed rtc mem conflict on p4 eco5 between app and ULP
2025-11-20 17:03:23 +08:00
morris
c48a08803f
Merge branch 'feat/dedic_gpio_esp32h4' into 'master'
...
feat(gpio): support fast gpio driver on esp32h4
Closes IDF-12401 and IDF-12391
See merge request espressif/esp-idf!43472
2025-11-20 15:24:28 +08:00
Mahavir Jain
aef3656efc
Merge branch 'fix/https_server_cert_generation_command' into 'master'
...
fix(https_server): Fixed the server cert generation command
See merge request espressif/esp-idf!43432
2025-11-20 10:29:11 +05:30
glmfe
f398594982
feat(protocol_examples_common): Use Ethernet Init component
...
- Refactored protocol_examples_common to use ethernet_init component
2025-11-19 15:58:12 +01:00
Armando (Dou Yiwen)
47d6c9c227
Merge branch 'fix/fix_sdspi_ci_pytest' into 'master'
...
sdspi: fixed sdspi pytest check
Closes IDFCI-2620
See merge request espressif/esp-idf!43464
2025-11-19 08:33:41 +00:00
hrushikesh.bhosale
be9ec4c179
fix(https_server): Fixed the server cert generation command
...
- Added the SAN field in the openssl command, to make it
compatible with modern browsers
2025-11-19 13:33:11 +05:30
Wang Meng Yang
f5d1a87f1e
Merge branch 'bugfix/refactor_c3_hci_example' into 'master'
...
refactor(example/bt): Refactor controller_hci_uart example for ESP32-C3/S3 to use UHCI driver
Closes IDF-14345
See merge request espressif/esp-idf!43270
2025-11-19 10:20:16 +08:00
morris
892611191b
feat(gpio): support fast gpio driver on esp32h4
2025-11-18 16:59:27 +08:00
armando
359ada9413
fix(ci): fixed sdspi pytest check
2025-11-18 14:10:22 +08:00