Omar Chebib
11f3c47b95
fix(esp_system): prevent .eh_frame-based unwinding from looping indefinitely
2025-08-27 16:01:06 +08:00
Kevin (Lao Kaiyao)
a5bd9d2d13
Merge branch 'feature/i2s_support_merge_simplex_to_duplex' into 'master'
...
feat(i2s): support to lazy constitute full-duplex mode
Closes IDF-11696
See merge request espressif/esp-idf!39428
2025-08-27 14:46:56 +08:00
Chen Ji Chang
2044fba6e7
Merge branch 'feat/h4_mp_update_rom_linker' into 'master'
...
feat(h4mp): update rom linker (part3)
Closes IDF-13770
See merge request espressif/esp-idf!41213
2025-08-27 11:43:40 +08:00
morris
5efe1dbe33
Merge branch 'contrib/github_pr_17422' into 'master'
...
fix: I2C driver should use I2C_CLK_SRC_REF_TICK e (GitHub PR)
Closes IDFGH-16266
See merge request espressif/esp-idf!41188
2025-08-27 11:04:46 +08:00
Fu Hanxi
b111672f42
Merge branch 'fix/kconfig-optional-dependency' into 'master'
...
fix(build): pass sdkconfig.json during injection to add kconfig optional dependencies correctly
See merge request espressif/esp-idf!41470
2025-08-26 16:38:52 +02:00
Fu Hanxi
de098b9a5f
Merge branch 'fix/menuconfig-reload-sdkconfig-json' into 'master'
...
fix: make sure sdkconfig.json is updated after running the menuconfig
See merge request espressif/esp-idf!41495
2025-08-26 16:36:54 +02:00
Jiang Jiang Jian
e6a11ba88e
Merge branch 'fix/wrong_auth_mode_in_sta_connected_evt' into 'master'
...
fix(wifi): send correct wifi_auth_mode_t in WIFI_EVENT_STA_CONNECTED and logs
See merge request espressif/esp-idf!40769
2025-08-26 21:43:19 +08:00
Wan Lei
fecbfdc84d
Merge branch 'fix/twai_legacy_zero_trans' into 'master'
...
fix(twai): twai legacy driver fixed zero dlc transmit
Closes IDFGH-16321
See merge request espressif/esp-idf!41425
2025-08-26 18:17:15 +08:00
laokaiyao
e3bf25de1c
feat(i2s): support to lazy constitute full-duplex mode
2025-08-26 15:49:29 +08:00
Chen Ji Chang
f160701c29
Merge branch 'fix/rmt_tx_loop_mode' into 'master'
...
fix(rmt): correct the condition for warnings in loop mode
See merge request espressif/esp-idf!41060
2025-08-26 14:49:32 +08:00
Lu Wei Ke
14f2d9e6cf
Merge branch 'docs/migration_guides_bt_classic' into 'master'
...
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
Closes DOC-11554
See merge request espressif/esp-idf!41440
2025-08-26 14:37:45 +08:00
Aditya Patwardhan
cc37708f98
Merge branch 'feature/remove_ds_and_rsa_support_for_esp32h4' into 'master'
...
feat: remove ds and mpi support for esp32h4
Closes IDF-12443, IDF-12444, and IDF-12970
See merge request espressif/esp-idf!41339
2025-08-26 11:49:15 +05:30
Chen Ji Chang
f54046ae3a
Merge branch 'fix/fix_twai_pre_commit' into 'master'
...
fix(twai): fix cybergear pre-commit check
See merge request espressif/esp-idf!41507
2025-08-26 13:38:05 +08:00
Chen Jichang
2496588185
fix(twai): fix cybergear pre-commit check
2025-08-26 13:25:26 +08:00
Dai Zi Yan
95cd03c724
Merge branch 'docs/clarify_c2_esp8684_relation' into 'master'
...
docs: add clarification about the relationship between ESP32-C2 and ESP8684
See merge request espressif/esp-idf!41454
2025-08-26 04:23:19 +00:00
morris
c6d7d5d412
Merge branch 'feat/twai_xiaomi_motor_example' into 'master'
...
feat(twai): add cybergear example
Closes IDF-10549
See merge request espressif/esp-idf!40193
2025-08-26 11:37:04 +08:00
Sarvesh Bodakhe
f5ff4530a2
fix(wifi): send correct wifi_auth_mode_t in event WIFI_EVENT_STA_CONNECTED and logs
...
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED for WPA3-Enterprise, which
was previously taken directly from the AKM field. This caused incorrect values in some cases.
- Updates the "security" log to show the correct wifi_auth_mode_t.
- Fixes wrong authmode strength used in the connection path.
2025-08-26 08:35:29 +05:30
Marius Vikhammer
1f0152dd3c
Merge branch 'feature/cdcacm_vfs_comp' into 'master'
...
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
Closes IDF-13797
See merge request espressif/esp-idf!41040
2025-08-26 10:40:08 +08:00
daiziyan
a536b2b9f3
docs: add clarification about the relationship between ESP32-C2 and ESP8684
2025-08-26 10:32:53 +08:00
Yin Qing Zhao
9b0733ba7d
Merge branch 'bugfix/fix_twt_beacon_timeout_and_bss_max_idle_not_enable' into 'master'
...
fix(wifi): fix twt beacon timeout and active scan on DFS channel
See merge request espressif/esp-idf!41341
2025-08-26 10:26:20 +08:00
morris
6fdaf37e16
Merge branch 'feat/twai_esp32h4' into 'master'
...
feat(twai): add driver support on esp32h4
Closes IDF-12352 and IDF-12354
See merge request espressif/esp-idf!41434
2025-08-25 23:30:11 +08:00
Alexey Lapshin
c433a76325
Merge branch 'feature/xtensa-size-optimize-mno-target-align' into 'master'
...
change(xtensa): Add -mno-target-align to size-optimized builds
Closes IDFGH-14980
See merge request espressif/esp-idf!39348
2025-08-25 18:50:01 +04:00
Fu Hanxi
d65e0e39c6
fix: make sure sdkconfig.json is updated after running the menuconfig
2025-08-25 14:48:58 +02:00
Fu Hanxi
60e9ec429d
fix: kconfig optional dependency in transitive dependency
2025-08-25 14:32:05 +02:00
Igor Masar
49ae853ddb
Merge branch 'docs/usb-external-phy' into 'master'
...
docs(usb): add section on external USB PHY configuration
Closes DOC-3308
See merge request espressif/esp-idf!40670
2025-08-25 19:37:09 +08:00
Aditya Patwardhan
646377c622
Merge branch 'fix/http_client_coverity_warnings' into 'master'
...
fix(esp_http_client): address coverity generated warnings
Closes IDF-13867, IDF-13881, and IDF-13886
See merge request espressif/esp-idf!41411
2025-08-25 17:02:07 +05:30
Rahul Tank
4dd2694760
Merge branch 'bugfix/post_conn_failure' into 'master'
...
fix(nimble): Add code to post connection failure
See merge request espressif/esp-idf!41062
2025-08-25 16:49:45 +05:30
Jiang Jiang Jian
a23fad19df
Merge branch 'bugfix/fix_esp32_bt_sw_intr' into 'master'
...
fix(bt): fixed sw_intr issue with BT register or trigger error core on ESP32
Closes BT-3917
See merge request espressif/esp-idf!40365
2025-08-25 19:03:19 +08:00
Ren Peiying
779698c755
Merge branch 'docs/improve_descr_on_language_standard' into 'master'
...
docs: Update description on C++ language standard
See merge request espressif/esp-idf!41426
2025-08-25 18:53:35 +08:00
wanckl
7e7f0c5e14
fix(twai): twai legacy driver fixed zero dlc transmit
...
Closes https://github.com/espressif/esp-idf/issues/17467
2025-08-25 18:52:38 +08:00
Chen Jichang
b39507bc30
feat(twai): add cybergear example
2025-08-25 18:30:33 +08:00
Chen Ji Chang
f522f9cf3d
Merge branch 'feat/h4_mp_breaking_reg_headers' into 'master'
...
feat(h4mp): update breaking soc headers(part2)
See merge request espressif/esp-idf!41212
2025-08-25 18:17:37 +08:00
Island
83fdd14e2f
Merge branch 'doc/update_blufi_doc' into 'master'
...
docs(ble): add advisory for CVE-2025-55297 found in Blufi example
Closes BLERP-2148
See merge request espressif/esp-idf!41468
2025-08-25 17:25:21 +08:00
Jiang Jiang Jian
610ca26be1
Merge branch 'bugfix/protect_sha_hal_api_call' into 'master'
...
fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported
Closes WIFI-6959
See merge request espressif/esp-idf!40609
2025-08-25 16:35:21 +08:00
Peter Dragun
7d19c310c1
Merge branch 'feat/esptool_v5_minimal' into 'master'
...
Feat: Add minimal esptool v5 support
See merge request espressif/esp-idf!41314
2025-08-25 16:28:51 +08:00
yinqingzhao
7a2d2a5b9c
fix(wifi): fix twt beacon timeout and active scan on DFS channel
2025-08-25 16:19:55 +08:00
Erhan Kurubas
38c906bc3d
Merge branch 'limit_gcov_build' into 'master'
...
change(examples): enable minimal build for gcov
Closes IDF-13857
See merge request espressif/esp-idf!41376
2025-08-25 10:01:18 +02:00
morris
5c97f96243
Merge branch 'features/twai_send_isr' into 'master'
...
features(twai): Added support for calling twai_node_transmit() from ISR contexts
See merge request espressif/esp-idf!41383
2025-08-25 15:19:18 +08:00
luweike
222560ade4
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
2025-08-25 14:20:54 +08:00
zhanghaipeng
1952f0333c
docs(ble): add advisory for CVE-2025-55297 found in Blufi example
2025-08-25 14:04:39 +08:00
Mahavir Jain
47a659cd3e
Merge branch 'contrib/github_pr_17429' into 'master'
...
docs(esp_http_client): document default timeout behaviour (GitHub PR)
See merge request espressif/esp-idf!41363
2025-08-25 10:21:53 +05:30
Aditya Patwardhan
4371348039
Merge branch 'contrib/github_pr_17464' into 'master'
...
Update the QEMU instructions for the security_features_app example (GitHub PR)
Closes IDFGH-16318 and IDFGH-16311
See merge request espressif/esp-idf!41438
2025-08-25 10:04:07 +05:30
Deomid rojer Ryabkov
e2e51c08f6
change(xtensa): Add -mno-target-align to size-optimized builds
...
Saves space, about 6K in our application
Merges https://github.com/espressif/esp-idf/pull/15677
2025-08-25 12:24:18 +08:00
Jiang Jiang Jian
6e0fd570b2
Merge branch 'feat/remove_wifi_related_docs_for_esp32h21' into 'master'
...
feat(docs): remove wifi related docs from docs_not_updated for esp32h21
Closes IDF-12107
See merge request espressif/esp-idf!37823
2025-08-25 11:13:28 +08:00
Yuan Yu
e263cd2cfe
docs(twai): Update twai_node_transmit function's note
2025-08-25 11:05:52 +08:00
Yuan Yu
37e23a113c
fix(twai): Enhance ISR handling for TX queue operations
2025-08-25 11:05:52 +08:00
Kapil Gupta
fe9dbc2b1d
fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported
2025-08-25 11:05:25 +08:00
morris
921e62b81f
fix(twai): busoff and clkout may not available in SOC
...
return ESP_ERR_NOT_SUPPORTED if these signals are required from user but
not available in SOC
2025-08-25 10:22:02 +08:00
morris
c54562ab72
feat(twai): add driver support on esp32h4
2025-08-25 10:22:02 +08:00
Soren Friis
391de423fd
docs(security_features_app): Update the QEMU instructions for the security_features_app example
...
Closes https://github.com/espressif/esp-idf/issues/17458
Closes https://github.com/espressif/esp-idf/pull/17464
2025-08-25 10:12:36 +08:00