C.S.M
dfe350e858
refactor(hci): Apply new ll function name to bt hci
2025-04-27 17:41:11 +08:00
C.S.M
ef965b2fc1
feat(uhci): Add uart dma ota example for uhci
2025-04-27 17:41:11 +08:00
Aditya Patwardhan
cb9ffd9cf6
fix(http_server): Fixed CI build test rules for the example
2025-04-24 15:57:12 +05:30
Rahul Tank
61d1a1ff7f
Merge branch 'fix/pawr_docs' into 'master'
...
feat(nimble):Added tutorials for PAwR examples
See merge request espressif/esp-idf!38248
2025-04-23 19:44:30 +08:00
Song Ruo Jing
35708ec137
Merge branch 'feature/add_sc030iot_dvp_cam_support' into 'master'
...
feat(isp_dvp): add SC030IOT camera support to dvp_isp_dsi example
See merge request espressif/esp-idf!38521
2025-04-23 18:36:35 +08:00
Island
3b16d5cf03
Merge branch 'feat/optimize_cble50y24_109' into 'master'
...
feat(bt/bluedroid): Added throughput mode for BLE SPP example
Closes BLERP-1148 and BLERP-1435
See merge request espressif/esp-idf!34315
2025-04-23 18:14:05 +08:00
Tomas Rezucha
206fe63029
Merge branch 'feat/new_usb_uvc_example' into 'master'
...
refactor(usb/host): Update UVC example for new UVC driver v2.0
Closes IDF-10240
See merge request espressif/esp-idf!38359
2025-04-22 18:26:43 +08:00
Abhinav Kudnar
3fef851c9b
feat(nimble):Added tutorials for PAwR examples
2025-04-22 18:11:02 +08:00
Li Shuai
8e25a37f67
Merge branch 'feat/support_hp_uarts_wakeup_modes_during_light_sleep' into 'master'
...
support hp uarts wakeup modes during light sleep
See merge request espressif/esp-idf!37730
2025-04-22 17:49:02 +08:00
Song Ruo Jing
8b4d46aa46
feat(isp_dvp): add SC030IOT camera support to dvp_isp_dsi example
2025-04-22 15:21:18 +08:00
Tomas Rezucha
1816b95261
refactor(usb/host): Update UVC example for new UVC driver v2.0
2025-04-22 08:48:18 +02:00
Li Shuai
8f89a22117
change(example): add support for hp uart wakeup mode 1 2 3
2025-04-21 20:47:32 +08:00
zwl
9bc1712095
feat(ble): add configuration command during RF testing
2025-04-21 20:12:52 +08:00
zhangbowen
a2d3ddacf9
feat(bt/bluedroid): Added throughput mode for BLE SPP example
2025-04-21 20:12:52 +08:00
Song Ruo Jing
ec5176e95a
fix(gpio): IO7 is not a LP IO anymore on C5 ECO2 chip
2025-04-18 19:03:08 +08:00
akshat
30c91a4898
bugfix(wpa_supplicant): Fix build errors when Supplicant logs are enabled
2025-04-17 16:49:35 +05:30
Adam Múdry
93ff1aec46
Merge branch 'feat/remove_const_from_voltopart' into 'master'
...
feat(fatfs/diskio): Remove const from PARTITION VolToPart
Closes IDFGH-13211
See merge request espressif/esp-idf!38150
2025-04-16 23:46:19 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
Jiang Jiang Jian
323119a0b6
Merge branch 'feature/improve_ps_compatibility_master_2025' into 'master'
...
feat(wifi): improve ps compatibility
Closes WIFI-6757, WIFI-6304, and AUD-4813
See merge request espressif/esp-idf!35960
2025-04-16 02:58:40 +08:00
Mahavir Jain
78ef080251
Merge branch 'fix/ota_pytest_idf_path_fix' into 'master'
...
fix(ota): Fix the pytest's idf_path
See merge request espressif/esp-idf!38321
2025-04-15 17:04:39 +08:00
hrushikesh.bhosale
3e1317fd13
fix(ota): Fix the OTA pytest idf_path
...
Due to ci/pytest-mark-formatter(branch) fix, while executing the main
function from the pytest, it gives error for the incorrect idf_path.
This commit ensure that, idf_path is fixed correctly.
2025-04-15 11:06:51 +05:30
Peter Marcisovsky
e9bdd39599
Merge branch 'fix/usb_device_fix_ncm_pytest' into 'master'
...
fix(usb_device): Fix failing NCM device test by increasing dealy for the network ifc
See merge request espressif/esp-idf!38384
2025-04-14 22:40:23 +08:00
Shu Chen
d965cf357c
Merge branch 'feature/add_ot_cli_ci_case' into 'master'
...
feat(openthread): add openthread ci ssed case
Closes TZ-1646, TZ-1649, and IDFCI-2648
See merge request espressif/esp-idf!38000
2025-04-14 18:40:28 +08:00
Tan Yan Quan
1d10e11943
feat(openthread): add esp_system dependency for SSED CI
2025-04-14 16:15:19 +08:00
Tan Yan Quan
8a6fd92c12
feat(openthread): relax conditions for trel case approval
2025-04-14 16:15:19 +08:00
Tan Yan Quan
cdfdb1afb3
feat(openthread): add openthread ci ssed case
2025-04-14 16:15:11 +08:00
Tan Yan Quan
a876e63f90
feat(openthread): use freertos timer for debug logs
2025-04-14 15:02:14 +08:00
Peter Marcisovsky
64e23f3e9a
Merge branch 'fix/usb_host_msc_example_pytest_hub' into 'master'
...
fix(usb_host): Fix msc example pytest to support external hub
Closes IDFCI-2441
See merge request espressif/esp-idf!38385
2025-04-14 14:06:03 +08:00
morris
f2cf0f0e92
Merge branch 'refactor/ana_cmpr_driver' into 'master'
...
refactor(ana_cmpr): enhanced the driver implementation
See merge request espressif/esp-idf!38353
2025-04-14 12:03:25 +08:00
liuning
b5f992a9c9
example: add example for beacon sample feature
2025-04-14 11:51:06 +08:00
Wang Meng Yang
03c229e949
Merge branch 'feat/add_l2cap_register_event' into 'master'
...
feat(bt): Added events for l2cap register and unregister vfs
Closes BTQABR2023-465
See merge request espressif/esp-idf!38138
2025-04-14 11:28:20 +08:00
peter.marcisovsky
07765cde50
fix(usb_host): Fix msc example pytest to support external hub
2025-04-11 17:25:30 +02:00
peter.marcisovsky
dbc111ebff
fix(usb_device): Fix failing NCM device test by increasing dealy for the network ifc
2025-04-11 16:49:04 +02:00
Kevin (Lao Kaiyao)
762cf0539f
Merge branch 'bugfix/fix_touch_tie_option' into 'master'
...
fix(touch): fixed tie option take no effect
See merge request espressif/esp-idf!37907
2025-04-11 20:20:14 +08:00
morris
2b5d91ad1c
refactor(ana_cmpr): enhanced the driver implementation
2025-04-11 17:45:32 +08:00
xiongweichao
007a2a30f5
fix(bt): Fixed write_read task stack overflow in l2cap example
2025-04-11 16:45:53 +08:00
xiongweichao
1f7658ed42
feat(bt): Added events for l2cap register and unregister vfs
2025-04-11 16:45:53 +08:00
zhangyanjiao
a8bd4f0929
fix(wifi): Return more information in the espnow send callback
2025-04-10 14:05:12 +08:00
Rahul Tank
00854b29cc
Merge branch 'bugfix/fix_sscanf_usage' into 'master'
...
fix(nimble): Updated sscanf usage in examples to work for all versions
Closes BLERP-1693
See merge request espressif/esp-idf!38020
2025-04-10 09:15:51 +08:00
Wu Zheng Hui
a1be173193
Merge branch 'fix/fix_uart_console_broken_after_sleep' into 'master'
...
fix(esp_hw_support): fixed gpio sleep switching filling junk data to the console UART FIFO
See merge request espressif/esp-idf!38112
2025-04-09 22:06:22 +08:00
Rahul Tank
963a50cc9f
fix(nimble): Updated sscanf usage in examples to work for all versions
2025-04-09 17:50:26 +05:30
wuzhenghui
054e492b04
fix(esp_hw_support): fixed gpio sleep switching filling junk data to the console UART FIFO
2025-04-09 17:55:24 +08:00
laokaiyao
37cbd1e555
fix(touch): fixed tie option take no effect
2025-04-09 17:13:01 +08:00
Song Ruo Jing
d11ccf81b2
Merge branch 'bugfix/uart_nmea0183_example_wrong_unit_conversion' into 'master'
...
fix(uart): fix nmea0183 example wrong knots to m/s unit conversion
Closes IDFGH-14998 and IDFGH-12374
See merge request espressif/esp-idf!38286
2025-04-09 11:04:51 +08:00
Jiang Jiang Jian
683fd03a43
Merge branch 'feature/bss_max_idle' into 'master'
...
feat(wifi): Improve and enable bss max idle support on all chips
See merge request espressif/esp-idf!34656
2025-04-08 22:44:33 +08:00
Kapil Gupta
6b5ac56b9d
Merge branch 'feat/eap_domain_check' into 'master'
...
esp_wifi: Add EAP domain validation support
Closes IDFGH-14822
See merge request espressif/esp-idf!37668
2025-04-08 20:23:06 +08:00
Sajia
c4f592679b
feat(wifi): Enable bss max idle support on all chips
...
- Fix issues in Max Idle period negotiation and protected keep alive
- Add BSS Max Idle config in SoftAP config and create a feature flag
- Add a unit test case to test both STA and SoftAP implementation
2025-04-08 12:40:15 +05:30
Chen Ji Chang
f407fab479
Merge branch 'feat/support_gptimer_on_h4' into 'master'
...
feat(gptimer): support gptimer on esp32h4
Closes IDF-12373 and IDF-12374
See merge request espressif/esp-idf!38168
2025-04-08 13:46:49 +08:00
Chen Jichang
faacaaaf8f
feat(gptimer): support gptimer on esp32h4
2025-04-08 09:55:42 +08:00
Kapil Gupta
bbf7f9b2a7
fix(esp_wifi): Code cleanup for PR#15550 PR#15551
...
Closes https://github.com/espressif/esp-idf/pull/15550
Closes https://github.com/espressif/esp-idf/pull/15551
2025-04-07 19:38:11 +05:30