Armando (Dou Yiwen)
45513f302b
Merge branch 'feat/cache_ll_invalidate_all' into 'master'
...
cache: cache ll to invalidate all
Closes IDF-11897
See merge request espressif/esp-idf!35743
2024-12-19 09:57:12 +08:00
Mahavir Jain
57269c3af6
Merge branch 'bugfix/update_api_to_get_url_correctly' into 'master'
...
fix(esp_http_client): updated API esp_http_client_get_url() to get URL in correct format
See merge request espressif/esp-idf!35732
2024-12-18 21:14:55 +08:00
Mahavir Jain
40d450dd58
Merge branch 'update/update_cmn_crt_authorities_csv' into 'master'
...
Update common cert authorities csv
See merge request espressif/esp-idf!35141
2024-12-18 20:15:26 +08:00
Gao Xu
0d8a644739
Merge branch 'feat/h21_introduce_step3_1' into 'master'
...
feat(esp32h21): add efuse and rom support (stage 3/8)
See merge request espressif/esp-idf!35493
2024-12-18 19:22:39 +08:00
Kevin (Lao Kaiyao)
25de0937bb
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc' into 'master'
...
fix(i2s): fixed some issues in I2S driver
Closes IDF-11890
See merge request espressif/esp-idf!35626
2024-12-18 18:30:35 +08:00
Espressif BOT
24be50e71d
change(mbedtls/crt_bundle): Update esp_cmn_crt_bundle certificates
2024-12-18 14:52:09 +05:30
Erhan Kurubas
1b71db8da3
Merge branch 'fix/coredump_checksum_error' into 'master'
...
Fix/coredump checksum error
Closes IDFGH-12659
See merge request espressif/esp-idf!35726
2024-12-18 16:38:18 +08:00
laokaiyao
74427172e1
fix(i2s): fixed i2s coverity issue
2024-12-18 16:23:29 +08:00
laokaiyao
6cc2c717a9
fix(i2s): return error when mclk_div is smaller than 2
2024-12-18 16:23:29 +08:00
laokaiyao
b02eb01619
fix(i2s): fixed incorrect buf size calculation
2024-12-18 16:23:29 +08:00
C.S.M
9bdbd45ee6
Merge branch 'fix/i2c_10address_esp32' into 'master'
...
fix(i2c_slave): Support 10-bit address on esp32
Closes IDF-11892
See merge request espressif/esp-idf!35695
2024-12-18 15:29:05 +08:00
Erhan Kurubas
1456fec98c
change(coredump): include coredump own stack into coredump file
2024-12-18 10:19:39 +03:00
Erhan Kurubas
7da66fb098
change(coredump): make sure consistency with written data and calculated checksum
2024-12-18 10:19:39 +03:00
Mahavir Jain
426ed4d95c
Merge branch 'update/update_certs_bundle' into 'master'
...
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!35222
2024-12-18 15:01:36 +08:00
nilesh.kale
92027a9039
fix(esp_http_client): updated API esp_http_client_get_url to get URL in correct format
...
This commit updates the API to include the port number in the URL,
which was previously missing.
2024-12-18 12:00:55 +05:30
gaoxu
1176038776
feat(esp32h21): add H21 esp_rom files (stage3)
2024-12-18 11:58:34 +08:00
gaoxu
7dabe54814
feat(esp32h21): add H21 efuse files (stage3)
2024-12-18 11:46:21 +08:00
Armando
f1b0c5dcb4
feat(cache): added cache invalidate all ll apis
2024-12-18 11:33:28 +08:00
Peter Marcisovsky
13e8541007
Merge branch 'feat/usb_host_cmock_add_device' into 'master'
...
feature(usb_host): cmock add device
See merge request espressif/esp-idf!34932
2024-12-17 22:01:22 +08:00
C.S.M
3140ce06e8
fix(i2c_slave): Support 10-bit address on esp32
2024-12-17 19:14:32 +08:00
Wang Meng Yang
04429da460
Merge branch 'bugfix/sniff_req_unhandle' into 'master'
...
fix(bt): fix epr not being initiated after authentication is completed
Closes COEXQABR24-41
See merge request espressif/esp-idf!35448
2024-12-17 16:04:25 +08:00
Armando
611e3fcb79
fix(adc): fixed adc_cali_check_scheme wrong return on c2/h2/c6
2024-12-17 11:35:42 +08:00
peter.marcisovsky
3cef3baeba
feat(usb_host): Mock USB device open/close
...
- CMock callbacks for USB device opening and closing
2024-12-16 16:55:37 +01:00
Wu Zheng Hui
cd225d0788
Merge branch 'fix/fix_flash_clock_changed_after_sleep' into 'master'
...
fix(esp_hw_support): fix mspi clock freq changed after lightsleep
Closes PM-231 and PM-299
See merge request espressif/esp-idf!34982
2024-12-16 21:34:38 +08:00
xiongweichao
8e8e577d2c
fix(bt): Fixed some controller bugs
...
- Fix epr not being initiated after authentication is completed
- Fixed the issue HCI_READ_CLOCK returned parameter in slot
- Fixed the missmatching of CLKN and FCNT after clock update
2024-12-16 19:15:18 +08:00
Rahul Tank
2c31596a3b
Merge branch 'fix/update_csfc_max_size' into 'master'
...
fix(nimble): Update CSFC max size to fix invalid NVS overflow event
Closes BLERP-1382
See merge request espressif/esp-idf!35514
2024-12-16 19:03:39 +08:00
Wang Meng Yang
ad42627d1a
Merge branch 'bugfix/btqabr2023-413' into 'master'
...
fix(ble): Fixed that the resolvable private address does not change when light sleep is enabled
Closes BTQABR2023-413
See merge request espressif/esp-idf!35611
2024-12-16 17:23:26 +08:00
Mahavir Jain
a5fbd96f2d
Merge branch 'feature/add_support_for_http_1.0_requests' into 'master'
...
feat(esp_http_server): add support to handle HTTP 1.0 requests
Closes IDF-11832
See merge request espressif/esp-idf!35579
2024-12-16 15:39:02 +08:00
Wan Lei
3b4f2a9a86
Merge branch 'fix/p4_spi_slave_example_not_work' into 'master'
...
fix(driver_spi): fixed slave (and slave_hd) driver and example error with alignment check
See merge request espressif/esp-idf!35248
2024-12-16 14:29:02 +08:00
xiongweichao
a1c89bb7df
fix(ble): fixed that the resolvable private address does not change when light sleep is enabled
2024-12-16 11:11:55 +08:00
Island
8458cfffba
Merge branch 'feat/support_some_vendor_hci_for_qa' into 'master'
...
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
Closes BLERP-1299, BLERP-1298, BLERP-1287, BLERP-1281, BLERP-1328, BLERP-1340, BLERP-1341, BLERP-1343, BLERP-1344, BLERP-1361, and BLERP-1308
See merge request espressif/esp-idf!35447
2024-12-16 10:55:44 +08:00
Island
a03527e99b
Merge branch 'fix/ble_mesh_enable_high_duty_itvl_on_nimble' into 'master'
...
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL when using random adv itvl
Closes BLERP-1360
See merge request espressif/esp-idf!35591
2024-12-16 10:35:45 +08:00
Gao Xu
7ff0a07d3d
Merge branch 'feat/h21_introduce_step2_3' into 'master'
...
feat(esp32h21): add soc register header files (stage 2/8, part 3/3)
See merge request espressif/esp-idf!35492
2024-12-14 18:58:14 +08:00
gaoxu
d798f6f1a7
feat(esp32h21): update pmu reg and struct files (stage 2-3)
2024-12-14 17:08:51 +08:00
gaoxu
07862cf93e
feat(esp32h21): fix soc file and add soc files from verification branch (stage 2-3)
2024-12-14 17:08:19 +08:00
Ivan Grokhotkov
e06c234625
Merge branch 'bugfix/opencores_emac_macaddr' into 'master'
...
fixes for MAC address setting in openeth driver
See merge request espressif/esp-idf!35512
2024-12-13 20:17:56 +08:00
Zhang Hai Peng
397fb43d2d
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3' into 'master'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2)
Closes BLERP-1284 and IDFCI-2490
See merge request espressif/esp-idf!35220
2024-12-13 19:22:38 +08:00
Martin Vychodil
f8701f1c92
Merge branch 'feat/vfs_ops_make_all_op_pointers_const' into 'master'
...
feat(storage/vfs): make all member pointer of vfs_ops struct const
See merge request espressif/esp-idf!35287
2024-12-13 18:01:53 +08:00
wanckl
fcdc5d02d4
fix(driver_spi): fixed slave_hd driver transaction alignment check
2024-12-13 16:15:43 +08:00
wuzhenghui
7d0d95b7d8
fix(esp_hw_support): fix mspi clock freq changed after lightsleep
2024-12-13 15:47:49 +08:00
Jiang Jiang Jian
0b32899559
Merge branch 'fix/fix_esp32c2_ld_issue' into 'master'
...
fix(wifi): fix esp32c2 ld issue
See merge request espressif/esp-idf!35608
2024-12-13 15:43:34 +08:00
zwl
6b01a56e09
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
2024-12-13 15:34:21 +08:00
zwl
15203f9f35
feat(ble): support some vendor hci commands on ESP32-H2
2024-12-13 15:28:57 +08:00
zwl
5bd66eaa57
feat(ble): support some vendor hci commands on ESP32-C6
2024-12-13 15:28:57 +08:00
Espressif BOT
001247a29a
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
2024-12-13 14:29:37 +08:00
Jiang Jiang Jian
9940dbdaf4
Merge branch 'bugfix/periph_clk_init_p4_addon' into 'master'
...
fix(esp_system): still gate hp periph clk on core/system reset for power saving
See merge request espressif/esp-idf!35625
2024-12-13 13:48:17 +08:00
zhanghaipeng
0a8f808cd2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(555b0a2)
...
- Check Access Address when receive connection request PDU
- Fix issue with BLE5.0 duplicate scan for chained packets
2024-12-13 13:40:26 +08:00
Kevin (Lao Kaiyao)
b2dce4a170
Merge branch 'feature/support_ana_cmpr_on_c5' into 'master'
...
feat(ana_cmpr): support ana cmpr on c5
Closes IDF-11081
See merge request espressif/esp-idf!35530
2024-12-13 11:03:17 +08:00
Song Ruo Jing
c5ab71e3db
fix(esp_system): still gate hp periph clk on core/system reset for power saving
...
Leaving only hp periph clk source should not be gated on core/system reset
2024-12-12 20:45:06 +08:00
Chen Jian Xing
7443dded8a
Merge branch 'bugfix/fix_calibration_warning_info_inaccurate_issue' into 'master'
...
fix(phy): fixed calibration warning infomation inaccurate issue
Closes IDFGH-14161
See merge request espressif/esp-idf!35536
2024-12-12 20:22:43 +08:00