Wang Meng Yang
e178a09d19
Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected' into 'master'
...
Fixed missing ADV reports after bonding and connection on ESP32-C3 and ESP32-S3
Closes BLERP-1874 and IDFGH-15110
See merge request espressif/esp-idf!38609
2025-05-19 11:55:28 +08:00
armando
3cbe162bf0
refactor(mspi): change mspi timing tuning dirrectory structure
2025-05-19 11:50:43 +08:00
Wang Meng Yang
b452748eb5
Merge branch 'change/ble_update_lib_20250516' into 'master'
...
change(ble): [AUTO_MR] 20250516 - Update ESP BLE Controller Lib
Closes BLERP-1833, BLERP-1838, BLERP-1753, BLERP-1708, BLERP-1849, BLERP-1821, BLERP-1840, BLERP-1778, BLERP-1865, BLERP-1879, BLERP-1880, BLERP-1881, BLERP-1866, BLERP-1882, BLERP-1883, BLERP-1887, BLERP-1889, BLERP-1890, and BLERP-1892
See merge request espressif/esp-idf!39200
2025-05-19 11:50:40 +08:00
armando
ad98c1d9a1
fix(sd): fixed menuconfig multi pin definitions issue
2025-05-19 11:16:18 +08:00
Xiao Xufeng
de2962dd77
https_server: use larger partition table in the example
2025-05-19 11:00:56 +08:00
WanqQixiang
f64b4d00b6
docs(sntp_example): Add Thread network setup instruction for sntp example
...
Closes https://github.com/espressif/esp-idf/issues/15605
2025-05-19 10:52:28 +08:00
Tomas Sebestik
892ba4cbf7
ci(pre-commit-hooks): update conventional precommit linter to v1.10.0
...
Closes https://github.com/espressif/esp-idf/issues/15969
Closes https://github.com/espressif/conventional-precommit-linter/issues/31
2025-05-17 17:15:45 +02:00
Maciej Ślusarz
2cc28d90fb
feat(docs): Add note about including esp_check.h for error-handling.rst docs page
2025-05-16 17:03:24 +03:00
Richard Allen
a0f085d012
docs(esp_http_client): update return codes for open & perform
...
Extend the return code section to include async return values.
2025-05-16 08:55:08 -05:00
Richard Allen
7f982fa09d
fix(tcp_transport): Silence recoverable read failures
...
In some applications, ESP_TLS_ERR_SSL_WANT_READ and
ESP_TLS_ERR_SSL_TIMEOUT are common results which
need handled at the next layer. Downgrade these
to debug.
2025-05-16 08:37:19 -05:00
C.S.M
1637e27ae3
Merge branch 'docs/uhci_programming_guide' into 'master'
...
docs(uhci): Added implementation for uart-dma (uhci) programming guide
See merge request espressif/esp-idf!38663
2025-05-16 17:26:26 +08:00
C.S.M
093db55bf4
docs(uhci): implementation for uart-dma (uhci) docs
2025-05-16 15:14:51 +08:00
Zhou Xiao
d12e072b35
fix(ble): added missed printf for ll log interface
2025-05-16 15:10:44 +08:00
zwl
9d687daf36
feat(ble): support creating connections during scanning process on ESP32-C5
2025-05-16 15:09:16 +08:00
Konstantin Kondrashov
eb81a853fb
Merge branch 'fix/bin_log_config' into 'master'
...
fix(log): Fix bin log config available only for log version 2
See merge request espressif/esp-idf!39186
2025-05-16 15:03:06 +08:00
zwl
207d85a5f7
feat(ble): support creating connections during scanning process on ESP32-H2
2025-05-16 14:31:44 +08:00
zwl
cd6038b6cf
fix(ble): fixed occasional assert issue in scan and connection scenarios on ESP32-C6
2025-05-16 14:22:25 +08:00
zwl
3cfd4d0166
change(ble): [AUTO_MR] Update lib_esp32c2 to 664e4255
2025-05-16 13:56:14 +08:00
zwl
69158d5064
change(ble): [AUTO_MR] Update lib_esp32c6 to 1304a9d0
2025-05-16 13:56:14 +08:00
zwl
27220c1b4c
change(ble): [AUTO_MR] Update lib_esp32c5 to 1304a9d0
2025-05-16 13:56:14 +08:00
zwl
29f89efea6
change(ble): [AUTO_MR] Update lib_esp32h2 to 1304a9d0
2025-05-16 13:56:13 +08:00
zhanghaipeng
244d4f8fa7
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713205)
...
- Fix: Missing ADV reports after bonding and connection
2025-05-16 11:55:52 +08:00
armando
616dd97398
fix(sd): fixed slot0 requires all pins to be set when using 1bit iomux mode on p4
2025-05-16 11:10:58 +08:00
morris
9c8ead5e03
Merge branch 'bugfix/periphint_typo' into 'master'
...
Fix typo in periph_inttrput_t type name
Closes IDF-12096
See merge request espressif/esp-idf!39179
2025-05-16 10:38:23 +08:00
Armando (Dou Yiwen)
b1999b5cb2
Merge branch 'feat/sd_host_ng' into 'master'
...
sd: driver NG for host layer, supported SDR104 (200 MHz) speed mode
Closes IDF-10545 and IDF-10547
See merge request espressif/esp-idf!37378
2025-05-16 10:05:27 +08:00
Erhan Kurubas
89adafa6af
Merge branch 'feat/apptrace-crc16' into 'master'
...
Store CRC16 checksum value in the PERFMON1 reg
See merge request espressif/esp-idf!39020
2025-05-16 02:40:09 +08:00
Konstantin Kondrashov
184b993d41
Merge branch 'contrib/github_pr_15942' into 'master'
...
fix(esp_hw_support): Fix compile error on esp_cpu_int_has_handler on ESP32-P4 (GitHub PR)
Closes IDFGH-15283
See merge request espressif/esp-idf!39116
2025-05-15 22:54:19 +08:00
Konstantin Kondrashov
e9aa543a43
Merge branch 'contrib/github_pr_15917' into 'master'
...
feat(docs): Small additions to ulp-risc-v regarding the ULP I2C hardware limitation (GitHub PR)
Closes IDFGH-15254
See merge request espressif/esp-idf!39004
2025-05-15 22:30:17 +08:00
Song Ruo Jing
81cca78ca1
Merge branch 'feature/add_uart_io_deinit_process' into 'master'
...
fix(uart): eliminate garbled data on TX/RX line in sleep
Closes IDF-4897, IDF-13030, and IDF-13037
See merge request espressif/esp-idf!38673
2025-05-15 21:53:04 +08:00
morris
5945ad1a63
Merge branch 'refactor/add_dfs_init_auto_test' into 'master'
...
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
See merge request espressif/esp-idf!38934
2025-05-15 21:51:59 +08:00
Konstantin Kondrashov
ec096b3823
fix(log): Fix bin log config available only for log version 2
2025-05-15 16:46:45 +03:00
Rahul Tank
9f69fe5033
fix(nimble): Add chip dependancy flag for Flow control feature
2025-05-15 16:30:22 +05:30
Guilherme Ferreira
a5313b998c
Merge branch 'feat/add-ws-redir' into 'master'
...
feat(tcp_transport): Add websocket HTTP redirect
Closes IDF-9073
See merge request espressif/esp-idf!37175
2025-05-15 18:56:56 +08:00
Yuan Yu
9a109ca17c
fix(peripherals): Correct typo in periph_inttrput_t
...
Corrected the typo in the type name from 'periph_inttrput_t' to 'periph_interrupt_t'.
2025-05-15 18:40:57 +08:00
radek.tandler
c3239ce836
fix(vfs): Fixed include for target linux failing on MacOs
2025-05-15 12:28:11 +02:00
Konstantin Kondrashov
9f6136d650
Merge branch 'feature/parttable_tool_use_only_ascii_for_names' into 'master'
...
fix(partition_table): Ignore UTF-8 BOM bytes in csv file
See merge request espressif/esp-idf!38954
2025-05-15 18:19:05 +08:00
Erhan Kurubas
cead328c1c
feat(apptrace): Store CRC16 checksum value of exposed block in the perfmon reg
2025-05-15 12:17:58 +02:00
Sumeet Singh
3dc92d64b9
fix(nimble): Fix proc rx entry comparison
2025-05-15 15:37:55 +05:30
Nachiket Kukade
c707faa41d
Merge branch 'bugfix/incorrect_sae_pk_flag' into 'master'
...
Disable SAE-PK indication in Assoc Request when not configured
Closes WIFIBUG-1044
See merge request espressif/esp-idf!38320
2025-05-15 17:55:45 +08:00
Jiang Jiang Jian
4983ba1a59
Merge branch 'bugfix/wpa_eap_v1_connect_issue' into 'master'
...
fix(softAP): Adjusted authentication mode for wpa-eap version 1
Closes WIFIBUG-954
See merge request espressif/esp-idf!35321
2025-05-15 17:51:49 +08:00
Tomas Rezucha
94d71a8cd0
Merge branch 'feature/usb_dual_host_2' into 'master'
...
feat(usb/host): Add option to choose peripherals for USB host library
Closes IDF-11705, IDF-9052, and DOC-10991
See merge request espressif/esp-idf!35401
2025-05-15 16:18:05 +08:00
Omar Chebib
6918a45ee6
fix(esp_system): fix RTC reserved area alignment in the linker script
...
Make sure the size of the RTC reserved area complies with the alignment requirement.
Closes https://github.com/espressif/esp-idf/issues/13082
2025-05-15 16:11:19 +08:00
Wu Zheng Hui
d5441e65e5
Merge branch 'fix/fix_usb_hs_phy_leakage_on_deepsleep' into 'master'
...
fix(esp_hw_support): Fix deepsleep leakage after USB HS phy is initialized
Closes PM-417
See merge request espressif/esp-idf!39144
2025-05-15 16:02:17 +08:00
cjin
4a18a67898
fix(phy): update phy lib to fix phy errors on ESP32-C5
2025-05-15 15:55:46 +08:00
akshat
1b9fe2142d
bugfix(wifi): Fix incorrect SAE-PK advertisement in assoc request
2025-05-15 12:47:11 +05:30
armando
8f6a2370d2
refactor(sd): updated sd host api to make 0 value as no change to configurations
...
use value 0 for `sd_host_slot_cfg_t` members, means no change to previous configurations,
instead of using `override/valid` flag
2025-05-15 15:16:38 +08:00
luoxu
6297edade5
fix(ble_mesh): fixed the issue of incorrect proxy adv flag setting
2025-05-15 15:04:57 +08:00
Samuel Obuch
31a089c751
Merge branch 'ci/enable_gcov_test' into 'master'
...
ci: enable gcov example for all chips
See merge request espressif/esp-idf!39114
2025-05-15 15:00:48 +08:00
renpeiying
8e4da0b71c
Add CN
2025-05-15 14:57:40 +08:00
tarun.kumar
c776b440ec
fix(softAP): Adjusted authentication mode for wpa-eap version 1
2025-05-15 13:51:31 +08:00