Commit Graph

51005 Commits

Author SHA1 Message Date
harshal.patil
48e7d44ce1 fix(esp-tls): Remove the legacy use_km_key option 2026-03-20 11:15:23 +05:30
harshal.patil
398d9ea9cd fix(esp_security): Add more validation checks 2026-03-20 11:15:23 +05:30
harshal.patil
0db717b9ec feat(esp_ds): Support using the AES key used by DS peripheral for encrypting params 2026-03-20 11:15:23 +05:30
Jiang Jiang Jian
4495f9028c Merge branch 'bugfix/fix_coex_sync_filter_and_delay_issue' into 'master'
fix(coex): fix coex sync filter and delay issue

Closes WIFIBUG-1787

See merge request espressif/esp-idf!46674
2026-03-20 11:52:01 +08:00
Song Ruo Jing
885e32d4f0 refactor(ledc): add compatibility for group and speed_mode 2026-03-20 11:28:55 +08:00
morris
503a5cfdf6 Merge branch 'fix/twai_test_and_readme' into 'master'
fix(driver_twai): readme doc and pytest script correct

Closes IDFGH-17354 and IDFCI-3117

See merge request espressif/esp-idf!46728
2026-03-20 09:35:57 +08:00
Fu Hanxi
1bfce4117d Merge branch 'ci/enable-docs' into 'master'
ci: install.sh --enable-docs when job name contains docs

See merge request espressif/esp-idf!46712
2026-03-20 02:25:10 +01:00
Erhan Kurubas
8a536eeda0 fix(mspi): enable PSRAM core clock in module clock init
psram_ctrlr_ll_enable_module_clock() was missing
reg_psram_core_clk_en, causing SPIMEM2 access faults
after system reset.
2026-03-19 15:24:27 +01:00
luoxu
17868a5f5c fix(ble/bluedroid): Change BLE mesh adapter to use BTA APIs 2026-03-19 20:59:28 +08:00
zhiweijian
d07ce78dcf fix(ble/bluedroid): optimize bluedroid host and fix GAP, memory, status and BTM API issues
- return HCI_ERR_MEMORY_FULL on cmd buffer alloc failure
- remove legacy adv/scan semaphores and mutex
- Use the same legacy gap callback instead of each independent legacy gap event callback
2026-03-19 20:59:28 +08:00
zhiweijian
7bb1018948 fix(bluedroid): printf EXAMPLE_CI_ID, PIPELINE_ID and CHIP_ID 2026-03-19 19:54:39 +08:00
Guillaume Souchere
8232fe077a Merge branch 'feat/add-esp-cpu-linux-support' into 'master'
feat(esp_hw_support): Provide esp_cpu.h support for linux target

See merge request espressif/esp-idf!46647
2026-03-19 12:00:56 +01:00
Tomas Rohlinek
99c09321a6 Merge branch 'feat/bdl_generic_partition' into 'master'
feat(storage/blockdev): Add generic partition and memory mapping blockdev drivers

Closes IDF-12750

See merge request espressif/esp-idf!39989
2026-03-19 10:53:44 +01:00
cjin
84d75cf772 feat(ble): supported ble mempool run time allocation for esp ip chips 2026-03-19 16:46:02 +08:00
radek.tandler
30e598a5a1 docs(storage/nvs_flash): Improved NVS documentation
- Added documentation of BDL support in NVS
 - Documentation structure was adjusted and refined for better clarity
2026-03-19 09:31:52 +01:00
Zhang Wen Xu
8d2060f078 Merge branch 'feat/update_ot_jan2026' into 'master'
feat(openthread): update OT to 9b887f6bd

See merge request espressif/esp-idf!46098
2026-03-19 08:16:47 +00:00
zhiweijian
b218e02b49 fix(ble/bluedroid): Fixed Incorrect use of event parameters in gattc_gatts_coex 2026-03-19 16:15:29 +08:00
Tomáš Rohlínek
ec7acbbbfc feat(storage/blockdev): Update description for ioctl commands 2026-03-19 08:56:34 +01:00
Tomáš Rohlínek
54b04cd2ca feat(storage/blockdev_util): Add the component to CODEOWNERS 2026-03-19 08:56:34 +01:00
Tomáš Rohlínek
d2ff18b047 feat(storage/blockdev): Add generic partition blockdev driver 2026-03-19 08:56:21 +01:00
Tomáš Rohlínek
63a708fcaa feat(storage/blockdev): Add memory mapping device driver 2026-03-19 08:54:39 +01:00
muhaidong
23d8c66ec3 fix(wifi): fix check wifi remote api fail issue 2026-03-19 14:21:17 +08:00
muhaidong
faf8c4f1c3 feat(wifi): support auto mode connect passive channel hidden ap 2026-03-19 12:15:43 +08:00
Aditya Patwardhan
d70142ceae Merge branch 'docs/key_manager_docs' into 'master'
Add Key-Manager peripheral related documentation and example

Closes IDF-7903

See merge request espressif/esp-idf!45263
2026-03-19 09:01:17 +05:30
Tan Yan Quan
ef96edefd4 feat(openthread/openthread/lib): update thread-lib for upstream 9b887f6bd
* esp-openthread: thread_zigbee/esp-openthread@f7ea7ab12
* openthread: espressif/openthread@9b887f6bd
* esp-idf: espressif/esp-idf@b14c2f175
2026-03-19 02:53:23 +00:00
Marius Vikhammer
655d7a0c79 Merge branch 'bugfix/s31_system_chip_back' into 'master'
fix(esp32s31): fix super WDT reset and systimer hang during startup

See merge request espressif/esp-idf!46701
2026-03-19 10:37:55 +08:00
Tan Yan Quan
b14c2f1753 feat(openthread): update OT to 9b887f6bd 2026-03-19 10:35:13 +08:00
Island
2bcf1424e5 Merge branch 'fix/fix_ai_review_bug_for_bluedroid_host_260318' into 'master'
Fixed some BLE AI review bugs for bluedroid

Closes BLERP-2630

See merge request espressif/esp-idf!46730
2026-03-19 10:31:09 +08:00
Jiang Jiang Jian
4aa6a7eeb8 Merge branch 'bugfix/pspoll_idle_timer' into 'master'
fix(wifi): Add fixes for bss max idle

Closes WIFIBUG-1348, WIFIBUG-1354, WIFIBUG-1355, WIFIBUG-1356, and WIFIBUG-1357

See merge request espressif/esp-idf!40793
2026-03-19 10:27:07 +08:00
Martin Vychodil
510adaf71e Merge branch 'contrib/github_pr_17642' into 'master'
feat(sdmmc): support multi-block read/writes (GitHub PR)

Closes IDFGH-16505 and DOC-13947

See merge request espressif/esp-idf!45725
2026-03-18 22:03:02 +08:00
Adam Múdry
b644580c68 Merge branch 'fix/sdmmc_cmd_err_switch_case_handling' into 'master'
fix(sdmmc): sdmmc_cmd.c fixed error handling in certain if and switch statements

Closes IDF-15455

See merge request espressif/esp-idf!46677
2026-03-18 14:57:52 +01:00
Sajia
e5e65ce0ae fix(wifi): Add bss max idle timer and protected keep alive fixes 2026-03-18 17:53:12 +05:30
Hu Rui
d6ccb1ad96 Merge branch 'refactor_g_touch' into 'master'
refactor(touch): eliminate global variable `g_touch`

Closes IEC-499

See merge request espressif/esp-idf!46663
2026-03-18 20:04:27 +08:00
Tomas Rohlinek
38ee8df910 Merge branch 'chore/update_filesystem_considerations_codeowners' into 'master'
docs(storage): Move file system considerations doc guide ownership under storage

See merge request espressif/esp-idf!46732
2026-03-18 12:43:13 +01:00
Jiang Jiang Jian
b97387c348 Merge branch 'fix/sae_identifier_pmk_cache' into 'master'
Add conditions to check pmk flushing for similar ssid

Closes WIFIBUG-1453

See merge request espressif/esp-idf!43181
2026-03-18 19:36:55 +08:00
C.S.M
9db64a5461 Merge branch 'fix/tsens_float_isr' into 'master'
fix(temperature_sensor): Fix the float calculation in temperature sensor isr

See merge request espressif/esp-idf!46707
2026-03-18 19:34:05 +08:00
wanckl
d757aa02f4 fix(driver_twai): test script update 2026-03-18 19:10:26 +08:00
Sudeep Mohanty
4429ca7f4b Merge branch 'test/buildv2_pytest_build' into 'master'
test(cmakev2): Add pytest tests for build APIs

See merge request espressif/esp-idf!46287
2026-03-18 12:09:00 +01:00
Wu Zheng Hui
8220859330 Merge branch 'fix/fix_esp32_int_wdt_workaround_break_sleep_process' into 'master'
fix(esp_system): disable esp32 cache livelock int_wdt workaround in ipc_isr_stall

Closes IDFCI-7791

See merge request espressif/esp-idf!45645
2026-03-18 19:07:17 +08:00
Jiang Jiang Jian
7133708406 Merge branch 'bugfix/wps_deauth_during_scan' into 'master'
fix(wifi): ignore disconnect events outside WPS handshake phase in WPS

Closes WIFIBUG-1616

See merge request espressif/esp-idf!46370
2026-03-18 19:06:36 +08:00
Shen Mengjing
5c66b1f529 docs: Update CN translation for key manager related docs 2026-03-18 16:27:39 +05:30
harshal.patil
5f647c0ba3 docs(key-manager): Add Key-Manager peripheral related documentation 2026-03-18 16:27:39 +05:30
harshal.patil
a1b52eb8ba test(examples/security): Extend the flash enc example to flash enc enabled using KM targets 2026-03-18 16:27:39 +05:30
harshal.patil
a8ffefe096 test(examples/security): Add an example to demonstrate signing using Key Manager keys 2026-03-18 16:27:39 +05:30
morris
61b9df4490 Merge branch 'fix/coverity_mspi_overflowed_constant' into 'master'
Fix(mspi): overflowed constant issue reported by coverity

Closes IDF-13123 and IDF-13042

See merge request espressif/esp-idf!46680
2026-03-18 17:46:04 +08:00
zhaoweiliang
a8d705ff7a change(ble): [AUTO_MR] Update lib_esp32h2 to 913c704d 2026-03-18 17:21:42 +08:00
zhaoweiliang
a2ef5c0ff9 change(ble): [AUTO_MR] Update lib_esp32c2 to b8594335 2026-03-18 17:21:42 +08:00
zhaoweiliang
06010a8b79 change(ble): [AUTO_MR] Update lib_esp32c6 to 913c704d 2026-03-18 17:21:42 +08:00
zhaoweiliang
739cb8e00d change(ble): [AUTO_MR] Update lib_esp32c5 to 913c704d 2026-03-18 17:21:42 +08:00
cjin
5ec82368ba feat(ble): make env init function cuttable on ESP32-C2 2026-03-18 17:21:42 +08:00