morris
1481ecbb8d
Merge branch 'feat/rmt_encoder_func_attr' into 'master'
...
feat(rmt): introduce RMT_ENCODER_FUNC_ATTR for encoder functions
Closes IDFGH-15156
See merge request espressif/esp-idf!38653
2025-04-26 21:46:37 +08:00
Sudeep Mohanty
692512c0b3
Merge branch 'contrib/github_pr_15717' into 'master'
...
feat(ulp): LP Timer interrupt support (GitHub PR)
Closes IDFGH-15026
See merge request espressif/esp-idf!38613
2025-04-25 16:07:31 +08:00
laokaiyao
9736852152
fix(parlio_rx): remove invalid link in example readme
2025-04-25 15:03:31 +08:00
Mahavir Jain
fbc38a95ec
Merge branch 'fix/async_handler_example_stack_overflow_issue' into 'master'
...
fix(esp_http_server): Async handler example stack overflow fix
See merge request espressif/esp-idf!38586
Related: https://github.com/espressif/esp-idf/issues/15587
2025-04-25 14:52:01 +08:00
hrushikesh.bhosale
160336fe90
fix(esp_http_server): Async handler example stack overflow fix
...
1. In async handler example, on hitting /long URI and closing the
connection forcefully from client (example ctrl + c) cause more stack
size (almost 200 bytes) than successfull request.
2. The connection should be closed from the server as soon as the client
closes the connect (i.e. handler should return ESP_FAIL to close the
connection)
2025-04-25 11:00:10 +05:30
morris
ae5f8e550c
feat(rmt): introduce RMT_ENCODER_FUNC_ATTR for encoder functions
...
Closes https://github.com/espressif/esp-idf/issues/15832
2025-04-25 11:25:56 +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
jath03
954d12955d
feat(ulp): LP Timer interrupt example
...
This commit adds an example to demonstrate the use of the LP Timer
interrupt on the LP Core.
2025-04-23 09:52:45 +02: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