David Čermák
7e2464720e
Merge branch 'feat/lwip_extern_decl_sockutls' into 'master'
...
feat(lwip): Declare additional POSIX API if available
Closes IDFGH-14028 and IDFGH-12794
See merge request espressif/esp-idf!35683
2024-12-19 18:14:17 +08:00
Erhan Kurubas
648a3001ae
Merge branch 'fix/esp32p4_unexpected_reset' into 'master'
...
fix(system): avoid unexcpected hp_sys_wdt reset
See merge request espressif/esp-idf!35584
2024-12-19 16:53:00 +08:00
Mahavir Jain
cf7e720443
Merge branch 'bugfix/remove_dst_root_ca' into 'master'
...
fix(esp_crt_bundle): remove expired DST Root CA X3 from bundle
See merge request espressif/esp-idf!35750
2024-12-19 15:51:49 +08:00
Island
b48aa9823b
Merge branch 'fix/blufi_example_mem_access' into 'master'
...
fix(ble/blufi): Fixed blufi example security issue
Closes BLERP-1399
See merge request espressif/esp-idf!35736
2024-12-19 15:06:52 +08:00
Island
cdda76d5fa
Merge branch 'bugfix/fix_ble_feature_config' into 'master'
...
fix(ble/bluedroid): Fixed BLE feature selection configuration
Closes BLERP-1404
See merge request espressif/esp-idf!35760
2024-12-19 15:06:30 +08:00
Armando (Dou Yiwen)
f93e720c36
Merge branch 'fix/flash_noos_issues' into 'master'
...
flash: fixed some no_os API issues
Closes IDF-11851 and IDF-11852
See merge request espressif/esp-idf!35572
2024-12-19 14:59:23 +08:00
zhanghaipeng
c9cdf51b05
docs(ble/bluedroid): Added BLE log when bond info was deleted
2024-12-19 11:27:49 +08:00
Wan Lei
3bdab3a191
Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'
...
feat(twai): c5 twaifd basic low level support
See merge request espressif/esp-idf!34081
2024-12-19 11:27:29 +08:00
Mahavir Jain
849ce255aa
fix(esp_crt_bundle): remove expired DST Root CA X3 from bundle
2024-12-19 08:40:16 +05:30
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
wanckl
fe48cbc3c0
feat(twai): c5 twaifd low level support and deprecate old types header
2024-12-18 19:23:25 +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
zhanghaipeng
117aa74705
fix(ble/bluedroid): Fixed BLE feature selection configuration
2024-12-18 17:07:22 +08:00
Armando
63ea6113ba
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-18 16:41:35 +08:00
Armando
a3f70ef45b
fix(spi_flash): fixed no_os flash API not consider branch predictor on c5/c61
2024-12-18 16:41:35 +08:00
Armando
d04af97ae3
fix(spi_flash): fixed no_os flash API not consider cache states issue on h2/p4/c6/c5/c61
2024-12-18 16:41:35 +08:00
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
zhanghaipeng
d84ccadf90
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2024-12-18 11:42:17 +08:00
zhanghaipeng
3cb2d9c3c6
fix(ble/blufi): Fixed blufi example security issue
2024-12-18 11:33:43 +08:00
Armando
f1b0c5dcb4
feat(cache): added cache invalidate all ll apis
2024-12-18 11:33:28 +08:00
Erhan Kurubas
88b137c121
fix(system): avoid unexcpected hp_sys_wdt reset
2024-12-17 18:29:45 +03: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
David Cermak
4772f51437
feat(lwip): Declare additional POSIX API if available
...
Add support for socketpair() directly from lwip sockets (if sock-utils included)
Add support for gai_strerror() directly from lwip netdb.h (if sock-utils included)
Closes https://github.com/espressif/esp-idf/issues/13772
Closes https://github.com/espressif/esp-idf/issues/14849
fix(lwip): prevent socket.h to spellcheck
2024-12-17 11:18:42 +01: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