Guillaume Souchere
903d613a4e
feat(esp_gdbstub): Update test to CMake and use Catch2 component
2025-09-18 10:07:08 +02:00
morris
4680b976f4
Merge branch 'feat/spi_p4_eco5_support' into 'master'
...
feat(driver_spi): update p4 eco5 spi and twai support
Closes IDF-13509, IDF-13434, and IDF-13726
See merge request espressif/esp-idf!41676
2025-09-18 15:18:46 +08:00
Kapil Gupta
b789198c9b
Merge branch 'bugfix/cleanup_ctr_drbg' into 'master'
...
wpa_supplicant: Replace use of mbedtls_ctr_drbg with esp_mbedtls_random()
Closes IDFGH-14978
See merge request espressif/esp-idf!39221
2025-09-18 11:30:10 +05:30
Hrushikesh Bhosale
fd5b86d005
Merge branch 'fix/http_server_async_requests_on_same_socket_blocks' into 'master'
...
Fix async requests on same socket blocking server
Closes IDFGH-16057 and IDF-13859
See merge request espressif/esp-idf!41724
2025-09-18 13:51:54 +08:00
Omar Chebib
63ad383c2a
Merge branch 'fix/eh_frame_parser_warnings' into 'master'
...
fix(esp_system): fix potential warnings related to array size in .eh_frame parser
See merge request espressif/esp-idf!41935
2025-09-18 10:09:18 +08:00
Guilherme Ferreira
54b5210584
Merge branch 'contrib/github_pr_16199' into 'master'
...
Fix/ws transport reject multisec (GitHub PR)
Closes IDFGH-15569
See merge request espressif/esp-idf!41873
2025-09-18 06:37:06 +08:00
Ondrej Kosta
5c5eb99eab
Merge branch 'fix/emac_test_tmo' into 'master'
...
fix(ci): increased timeout for ethernet_int_emac_test
Closes IDFCI-3118
See merge request espressif/esp-idf!41909
2025-09-17 20:20:32 +08:00
Kapil Gupta
2d1b94cdc7
Merge branch 'bugfix/add_dependency_suiteb_on_enterprise' into 'master'
...
fix(esp_wifi): Add depenedency of 192 bit config on wifi enterprise
Closes IDFGH-16434
See merge request espressif/esp-idf!41836
2025-09-17 16:40:52 +05:30
Nachiket Kukade
cd757f7bb4
Merge branch 'ci/fix_wifi_testcase' into 'master'
...
fix(unit_test): Fix esp_wifi and wpa_supplicant unit tests
Closes IDF-5046
See merge request espressif/esp-idf!38808
2025-09-17 17:35:04 +08:00
Armando (Dou Yiwen)
4a383012b3
Merge branch 'feature/p4_rev3_sdmmc' into 'master'
...
sdmmc: supported sdmmc on p4 ECO5 real chip, and UHS-I SDR104 (200MHz)
Closes IDF-12222, IDF-13731, and IDF-14050
See merge request espressif/esp-idf!41563
2025-09-17 09:09:24 +00:00
Sudeep Mohanty
df1e1c2b73
Merge branch 'task/make_task_snapshot_public' into 'master'
...
refactor(freertos): Make task snapshot debug API public
Closes IDF-10038 and IDF-8143
See merge request espressif/esp-idf!41871
2025-09-17 10:48:43 +02:00
Rahul Tank
d84d8ab1e1
Merge branch 'fix/connect_gap_event_status_handling' into 'master'
...
fix(nimble): Fixed incorrect HCI status in connect event
See merge request espressif/esp-idf!41847
2025-09-17 13:47:03 +05:30
Laukik Hase
537b36de7a
Merge branch 'fix/esp_tee_misc' into 'master'
...
feat(esp_tee): Miscellaneous fixes and updates
Closes IDF-13856, IDFCI-3085, IDFCI-3094, and IDFCI-3105
See merge request espressif/esp-idf!41433
2025-09-17 13:36:22 +05:30
Tomas Rezucha
961c10bffc
Merge branch 'fix/usj_disable_help' into 'master'
...
fix: Add clarifying note to USJ_ENABLE_USB_SERIAL_JTAG
Closes IDFGH-13778
See merge request espressif/esp-idf!41874
2025-09-17 09:23:29 +02:00
Sonika Rathi
e2954eb315
Merge branch 'fix/sdio_init_for_io_card_only' into 'master'
...
fix(sdmmc): Allow disabling SDIO specific steps in sdmmc card init
See merge request espressif/esp-idf!40735
2025-09-17 14:34:26 +08:00
C.S.M
92b90afa77
Merge branch 'fix/log_safe_in_timing_tuning' into 'master'
...
fix(flash): Modify the log safety in timing tuning
See merge request espressif/esp-idf!41922
2025-09-17 14:31:11 +08:00
Ondrej Kosta
7a35466da7
Merge branch 'feat/phy802_rst' into 'master'
...
feat(esp_eth): changed ETH PHY API of esp_eth_phy_802_3_reset_hw
Closes IDF-11362
See merge request espressif/esp-idf!41759
2025-09-17 14:20:27 +08:00
Chen Ji Chang
9dc9d7de9f
Merge branch 'refactor/remove_legacy_rmt_driver' into 'master'
...
remove(legacy_rmt)!: remove legacy rmt driver in IDF v6.0
Closes IDF-13175
See merge request espressif/esp-idf!40092
2025-09-17 14:07:31 +08:00
Kapil Gupta
65ab48229e
fix(esp_wifi): Add depenedency of 192 bit config on wifi enterprise
...
Closes https://github.com/espressif/esp-idf/issues/17567
2025-09-17 14:03:23 +08:00
Song Ruo Jing
e1aabf036a
Merge branch 'bugfix/add_usb_phy1_io_support_esp32h4' into 'master'
...
fix(gpio): add USB PHY1 (USB OTG) pin support for ESP32H4
See merge request espressif/esp-idf!41727
2025-09-17 12:24:13 +08:00
Wang Meng Yang
c0667e61fd
Merge branch 'bugfix/fix_bt_coverity' into 'master'
...
bugfix: Fix array compared against 0 in btc_manage.c and the issue of uninitialized pointer reading in coexist_printf
Closes IDF-13868
See merge request espressif/esp-idf!41455
2025-09-17 11:03:30 +08:00
Island
d883eaa2c1
Merge branch 'fix/fix_ble_log_config_for_esp32c3' into 'master'
...
fix(ble): fixed ble log config for ESP32-C3/ESP32-S3
See merge request espressif/esp-idf!41949
2025-09-17 10:58:23 +08:00
Song Ruo Jing
addfa2aa01
Merge branch 'feature/esp32h21_esp32h4_ledc_support' into 'master'
...
feat(ledc): Add LEDC support for ESP32H21 and ESP32H4
Closes IDF-12343, IDF-12344, IDF-12920, IDF-11568, IDF-11569, IDF-12115, and IDF-13672
See merge request espressif/esp-idf!41172
2025-09-17 10:55:00 +08:00
Island
a3b8073d96
Merge branch 'change/ble_update_lib_20250828' into 'master'
...
change(ble): [AUTO_MR] 20250828 - Update ESP BLE Controller Lib
Closes BLERP-2183, BLERP-2083, BLERP-2195, and BLERP-2196
See merge request espressif/esp-idf!41601
2025-09-17 10:33:14 +08:00
Armando (Dou Yiwen)
aec7c03724
Merge branch 'feat/p4_rev3_isp' into 'master'
...
isp: basic support on p4 eco5
Closes IDF-13439
See merge request espressif/esp-idf!41682
2025-09-17 01:45:10 +00:00
Kapil Gupta
88d71da23f
fix(mbedtls): Addressed comments on PR15679
2025-09-16 22:10:53 +05:30
sonika.rathi
4d91eac13f
fix(sdmmc): Allow disabling SDIO specific steps in sdmmc card init
2025-09-16 22:24:10 +08:00
Armando (Dou Yiwen)
a4c03ceb01
Merge branch 'change/remove_deprecated_items' into 'master'
...
change: remove deprecated items
See merge request espressif/esp-idf!41769
2025-09-16 13:43:28 +00:00
Sonika Rathi
bd3b9291e1
Merge branch 'fix/cid_481432_overflowed_constant' into 'master'
...
fix(fatfs): fix overflowed constant issue observed in mount_volume of ff.c
See merge request espressif/esp-idf!41542
2025-09-16 20:58:36 +08:00
Zhou Xiao
4247876b36
fix(ble): fixed ble log config for ESP32-C3/ESP32-S3
2025-09-16 20:18:22 +08:00
C.S.M
f00755319a
Merge branch 'refactor/make_i2c_hal_independent' into 'master'
...
refactor(i2c): Make i2c hal layer independent
See merge request espressif/esp-idf!41562
2025-09-16 18:51:57 +08:00
Ondrej Kosta
2ed090ba3d
feat(esp_eth): changed ETH PHY API of esp_eth_phy_802_3_reset_hw
2025-09-16 17:54:35 +08:00
Island
06f84d323d
Merge branch 'feat/ble_log_v2_esp_target_support' into 'master'
...
Feat/ble log v2 esp target support
Closes BLERP-2169
See merge request espressif/esp-idf!41891
2025-09-16 17:54:35 +08:00
hrushikesh.bhosale
cfc056018c
fix(esp_http_server): Fix async requests on same socket blocking issue
...
1. In async requests, if the two or more requests are made on same
socket then it used to block the second request.
2. The main thread is used to block on select call. And there done
no FD_SET for particular fd.
Closes https://github.com/espressif/esp-idf/issues/16998
2025-09-16 15:02:05 +05:30
Tomas Rezucha
aaa72fcc19
fix: Add clarifying note to USJ_ENABLE_USB_SERIAL_JTAG
...
Closes https://github.com/espressif/esp-idf/issues/14638
2025-09-16 17:31:39 +08:00
Laukik Hase
57432bb336
fix(esp_tee): Skip taking the service call mutex when in critical sections
...
- Fixes INT_WDT timeouts with mmap operations
- Add test-case for verifying parallel service calls
2025-09-16 14:57:27 +05:30
Laukik Hase
d8edbc8acf
feat(esp_tee): ASM routine fixes and improvements
...
- Fix incorrect setting in the edge interrupt acknowledgement API
- Avoid executing the service call dispatcher in the U-mode ecall,
rather execute `mret` to jump it
- Avoid `t1` register corruption when processing `ecall`
- Switch back to the bootloader stack from TEE stack after the
execution of the entire TEE initialization routine
2025-09-16 14:57:10 +05:30
Laukik Hase
8b812d4192
feat(esp_tee): Miscellaneous fixes and updates
...
- Rename `tee_test_fw` app configs for better CI tracking
- Decrease the lower bound of TEE I/DRAM config options
- Trim the TEE test-apps build
- Improve the TEE/REE OTA pytest script with additional checks
- Fix build issues when `tee_sec_storage`/`tee_ota_ops` are a
a part of the project build but ESP-TEE is disabled
2025-09-16 14:54:06 +05:30
yangfeng
4e39ac7d49
fix(bt/btc): Fix array compared against 0 in btc_manage.c
2025-09-16 17:10:36 +08:00
yangfeng
d5758cd823
fix(esp_coex): Fix the issue of uninitialized pointer reading in coexist_printf
2025-09-16 17:10:36 +08:00
Chen Jichang
092aa00be4
fix(rmt): fix the regression from gdma link refactor
2025-09-16 15:20:30 +08:00
Chen Jichang
883ead113d
remove(legacy_rmt): remove legacy rmt driver in IDF v6.0
2025-09-16 15:20:10 +08:00
Zhou Xiao
10649fddc5
feat(ble): supported ble log v2 for ESP32
2025-09-16 14:43:07 +08:00
Zhou Xiao
1edaf8ebc1
feat(ble): supported ble log v2 for ESP32-C3/ESP32-S3
2025-09-16 14:43:03 +08:00
Omar Chebib
f2d6cbd832
fix(esp_system): fix potential warnings related to array size in .eh_frame parser
2025-09-16 14:41:22 +08:00
Zhou Xiao
66504599ba
feat(ble): supported ble log v2 for ESP32-C5
2025-09-16 14:31:36 +08:00
Zhou Xiao
4a408af219
feat(ble): supported ble log v2 for ESP32-C2
2025-09-16 14:31:36 +08:00
Zhou Xiao
6758a47044
feat(ble): supported ble log v2 for ESP32-H2
2025-09-16 14:31:36 +08:00
Zhou Xiao
a9a7677ea8
feat(ble): supported ble log v2 for ESP32-C6
2025-09-16 14:31:36 +08:00
Zhou Xiao
d8a62a827d
fix(ble): fixed ble log v2 configuration issues
2025-09-16 14:31:32 +08:00