radek.tandler
96f4f78054
ci(nvs_flash): Enabled nvs_host_test in ci
2025-09-16 20:45:25 +02:00
radek.tandler
ccb455fc63
fix(nvs_flash): Fixed host test case when legacy compatibility mode is enabled
2025-09-16 20:45:25 +02:00
radek.tandler
0f5c963a03
fix(nvs_flash): Host test adopted to the new clang initializer rules
2025-09-16 20:45:08 +02: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
sonika.rathi
2fa2010aa4
feat(esp_partition): add support for partition tables larger than 4MB with linux target
2025-09-16 22:23:06 +08:00
Fu Hanxi
863d682614
Merge branch 'ci/use-new-bucket' into 'master'
...
ci: use new minio server
See merge request espressif/esp-idf!41894
2025-09-16 15:59:35 +02: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
Roland Dobai
4e4378a765
Merge branch 'contrib/github_pr_17586' into 'master'
...
Fix warning message in install.sh. (GitHub PR)
Closes IDFGH-16454
See merge request espressif/esp-idf!41890
2025-09-16 12:57:01 +02: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
dee9d760cd
feat(esp_http_server/async_handler): Add CI test for request on same socket
...
Added a CI test to request on same socket one after the another
2025-09-16 15:02:28 +05:30
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
Fu Hanxi
02531c5dce
Merge branch 'ci/generate-build-child-pipeline' into 'master'
...
fix: union the build test set
See merge request espressif/esp-idf!41914
2025-09-16 11:20:39 +02:00
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
morris
1af474b1ae
Merge branch 'bugfix/some_lcd_improvement' into 'master'
...
fix(lcd): allow i80 lcd to skip the setting of clk_src as default choice
See merge request espressif/esp-idf!41928
2025-09-16 16:54:10 +08:00
Roland Dobai
9e5304a77f
change(tools): Fix ruff linting issues in idf_tools.py
2025-09-16 10:44:55 +02:00
Roland Dobai
791a70e6f3
fix(tools): Fix warning message from idf_tools.py
2025-09-16 16:35:03 +08:00
Artyom Lebedev
b13dcadfa2
fix(tools): Fix warning message from idf_tools.py
...
Closes https://github.com/espressif/esp-idf/pull/17586
2025-09-16 16:35:03 +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
morris
8e33c73451
fix(lcd): allow i80 lcd to skip the setting of clk_src as default choice
2025-09-16 14:22:26 +08:00
C.S.M
1b0b5ece97
fix(flash): Modify the log safety in timing tuning
2025-09-16 14:08:39 +08:00
morris
48ad332fd2
Merge branch 'docs/update_32khz_oscillator_amplitude_instructions' into 'master'
...
docs: Update the amplitude constraints for external 32 kHz oscillator
Closes DOC-12245
See merge request espressif/esp-idf!41693
2025-09-16 14:08:24 +08:00
Meet Patel
b59b3665c5
Merge branch 'refactor/lp_core_i2c_esp32c5_support' into 'master'
...
refactor(lp_core_i2c): Modify lp_core_i2c header to support ESP32C5
Closes IDF-14065
See merge request espressif/esp-idf!41885
2025-09-16 10:55:43 +05:30
Shen Mengjing
7943b1ff58
docs: Update the amplitude constraints for external 32 kHz oscillator
2025-09-16 12:12:06 +08:00
armando
28786d0732
feat(sdmmc): supported UHS-I SDR104 (200 MHz) on ESP32-P4 rev3
2025-09-16 12:03:03 +08:00
Song Ruo Jing
da785a8f71
fix(gpio): add USB PHY1 (USB OTG) pin support for ESP32H4
2025-09-16 11:59:04 +08:00
Song Ruo Jing
1cb1acd02e
fix(ledc): update LEDC test file to cpp style
2025-09-16 11:18:10 +08:00
Song Ruo Jing
24a9cb7dde
refactor(dedic_gpio): clean up dedic gpio soc caps
2025-09-16 11:18:10 +08:00
Song Ruo Jing
3e464a508e
feat(ledc): Add channel deconfiguration option to release the occupied IOs
...
Closes https://github.com/espressif/esp-idf/issues/15666
2025-09-16 11:17:59 +08:00
morris
f4c40f7e69
Merge branch 'feat/dsi_bridge_new_feat' into 'master'
...
feat(dsi): More DPHY Clock sources supported on ESP32-P4 ECO5
Closes IDF-13537 and IDF-13538
See merge request espressif/esp-idf!41766
2025-09-16 10:24:36 +08:00
Kevin (Lao Kaiyao)
ac24f96a87
Merge branch 'feature/support_touch_on_p4_eco5' into 'master'
...
feat(touch): support touch sensor on p4 eco5
Closes IDF-13423 and IDF-13424
See merge request espressif/esp-idf!41802
2025-09-16 10:06:44 +08:00
Kevin (Lao Kaiyao)
e8ea973d50
Merge branch 'feature/support_i2s_on_p4_eco5' into 'master'
...
change(i2s): update i2s soc and hal for p4 hw_ver3
Closes IDF-13732
See merge request espressif/esp-idf!41688
2025-09-16 09:55:28 +08:00