Song Ruo Jing
8f0e59fadf
Merge branch 'feature/esp32s31_clock_support' into 'master'
...
feat(clk): support for esp32s31 clock tree
Closes IDF-14696 and IDF-14871
See merge request espressif/esp-idf!47048
2026-04-03 11:04:42 +08:00
Armando (Dou Yiwen)
b533c6750e
Merge branch 'feat/mmu_s31' into 'master'
...
mmu: s31 support for external mmu
Closes IDF-14669
See merge request espressif/esp-idf!47133
2026-04-03 02:42:20 +00:00
Island
a6acf48f33
Merge branch 'ble_dev/esp32h4eco1_chip_20260326' into 'master'
...
feat(ble): added ble support for esp32h4 eco1
See merge request espressif/esp-idf!47100
2026-04-03 10:31:23 +08:00
Lv Xin Yue
c32c7152ef
Merge branch 'docs/activate_kapa_widget_mcp_menu' into 'master'
...
Add mcp menu to chatbot widget
See merge request espressif/esp-idf!46734
2026-04-03 09:42:34 +08:00
Igor Udot
4589be0b2f
Merge branch 'ci/pipeline-var' into 'master'
...
Incorrect Changed Files List in Merge Requests
See merge request espressif/esp-idf!47225
2026-04-03 08:56:29 +08:00
Roland Dobai
6c6b1b8ae3
Merge branch 'feat/adopt_fast_reflashing' into 'master'
...
feat(idf_py): idf.py flash will reflash only changed data sectors by default
Closes IDF-11871
See merge request espressif/esp-idf!45542
2026-04-02 19:37:27 +02:00
Song Ruo Jing
50051b74a5
feat(clk): support for esp32s31 clock tree
2026-04-02 20:39:59 +08:00
Xu Si Yu
310e3caf31
Merge branch 'fix/fix_ot_cli_loop' into 'master'
...
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read
See merge request espressif/esp-idf!47091
2026-04-02 19:55:39 +08:00
Guillaume Souchere
25cb4d0196
Merge branch 'feat/esp-system-linux-support-update' into 'master'
...
feat(esp_system): Add linux support for freertos hooks and system init function
See merge request espressif/esp-idf!46570
2026-04-02 11:31:42 +02:00
Radim Karniš
38d37e5e9f
feat(idf_py): idf.py flash will reflash only changed data sectors by default
...
idf.py flash -a is introduced to trigger a flash of all data (not just changed sectors).
2026-04-02 10:59:30 +02:00
Jiang Jiang Jian
03f7eba27a
Merge branch 'bugfix/scan_issue_wpa3_enterprise' into 'master'
...
fix(wifi): forbid TKIP cipher suites for WPA3-Enterprise scan results
Closes WIFIBUG-949 and WIFIBUG-1813
See merge request espressif/esp-idf!45336
2026-04-02 16:58:49 +08:00
Radim Karniš
c62515671d
change(build): Rename Fast reflashing configuration to Minimize binary changes, make non-experimental
2026-04-02 10:53:32 +02:00
igor.udot
e05ac88eff
ci: fix changed fies
2026-04-02 16:44:24 +08:00
Island
5ad07fe0f3
Merge branch 'bugfix/fix_ble_pair_fail' into 'master'
...
fix(bt/bluedroid): fix BLE SMP pairing failure on BLE-only devices when using defalut param
Closes BLERP-2672
See merge request espressif/esp-idf!47167
2026-04-02 15:49:37 +08:00
Song Ruo Jing
7606db9e62
Merge branch 'refactor/ledc_ll_ng' into 'master'
...
refactor(ledc): refactored some LEDC LL functions
See merge request espressif/esp-idf!47191
2026-04-02 15:18:41 +08:00
Lv Xin Yue
af2e17b371
removed customized dropdown description
2026-04-02 15:15:58 +08:00
Wu Zheng Hui
a2c01a31b7
Merge branch 'feat/support_esp32s31_modem_clock' into 'master'
...
feat(esp_hw_support): support esp32s31 modem clock
See merge request espressif/esp-idf!47049
2026-04-02 14:59:52 +08:00
ShenWeilong
271ff9605a
fix(bt): fixed some h4 issues reported by ci pipeline
2026-04-02 14:59:41 +08:00
Wei Yuhan
157fd120c5
fix(docs): Added the ble max_connections definations for esp32h4 and esp32s31
2026-04-02 14:59:41 +08:00
ShenWeilong
6e359ad99e
feat(ble): added ble support for esp32h4 eco1
2026-04-02 14:59:40 +08:00
Euripedes Rocha
099d7ee8ce
Merge branch 'trim-common-components-networking-manifests' into 'master'
...
fix: Component depends rules for networking and protocols
See merge request espressif/esp-idf!46961
2026-04-02 08:54:05 +02:00
Lv Xin Yue
943fc9fb26
updated the dropdown description
2026-04-02 14:53:09 +08:00
Wang Meng Yang
8c9b3339b9
Merge branch 'bugfix/sbc_improvement' into 'master'
...
fix(bt/bluedroid): fixed multiple high-severity issues from AI code review in SBC
See merge request espressif/esp-idf!46944
2026-04-02 14:26:21 +08:00
Xu Si Yu
bfabb605cc
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read
2026-04-02 14:19:34 +08:00
Rahul Tank
1bd4980ff4
Merge branch 'feat/add_eatt_documentation' into 'master'
...
feat(nimble): Add EATT documentation
See merge request espressif/esp-idf!46676
2026-04-02 11:44:09 +05:30
Ondrej Kosta
bac6f95833
Merge branch 'fix/ci_eth_to_ip101' into 'master'
...
ci(esp_eth): changed runner to balance load in CI
See merge request espressif/esp-idf!47198
2026-04-02 13:40:45 +08:00
morris
530b14b95b
Merge branch 'feat/uhci_esp32h4' into 'master'
...
feat(uhci): Add support for uhci on esp32h4
Closes IDF-12399
See merge request espressif/esp-idf!47157
2026-04-02 11:45:57 +08:00
C.S.M
e0c1958661
Merge branch 'feat/ldo_esp32s31' into 'master'
...
feat(LDO): Support LDO for psram on esp32s31
See merge request espressif/esp-idf!47174
2026-04-02 10:43:57 +08:00
armando
ea124ede83
ci(s31): add s31 to no runner tag
2026-04-02 09:51:56 +08:00
Sumeet Singh
d0326e3889
feat(nimble): Update blecent example README.md with EATT documentation
2026-04-02 06:52:22 +05:30
Konstantin Kondrashov
545f9522a9
Merge branch 'feature/update_efuse_table_esp32h4' into 'master'
...
feat(efuse): Update efuse table for ESP32-H4
Closes IDF-12322
See merge request espressif/esp-idf!47181
2026-04-01 21:20:08 +03:00
Mahavir Jain
1a4ad657be
Merge branch 'docs/update_doc_for_fe_dev_mode_to_release_mode_transition' into 'master'
...
docs: added guide to transit from dev mode to release mode of FE
Closes IDF-15376
See merge request espressif/esp-idf!45919
2026-04-01 19:08:00 +05:30
Song Ruo Jing
88b62b19fd
refactor(ledc): refactored some LEDC LL functions
2026-04-01 21:34:52 +08:00
Konstantin Kondrashov
8701705ec3
feat(efuse): Update efuse table for ESP32-H4
2026-04-01 16:15:45 +03:00
Mahavir Jain
89a425b055
Merge branch 'feat/support_http_server_interface_bind' into 'master'
...
feat(esp_http_server): Adds support to bind an interface to server
Closes IDFGH-16777
See merge request espressif/esp-idf!46700
2026-04-01 18:14:23 +05:30
Mahavir Jain
a123e386e0
Merge branch 'fix/fix_protocomm_sec2_input_validations' into 'master'
...
fix(protocomm): fixes potential issues that can lead to crash during device provisioning
See merge request espressif/esp-idf!46964
2026-04-01 18:11:04 +05:30
Euripedes Rocha Filho
985af4a130
fix: Component depends rules for networking and protocols
...
Reduces the scope of testing to the direct dependencies.
2026-04-01 12:43:03 +02:00
Rahul Tank
49c770cf85
Merge branch 'bugfix/nimble_example_fixes' into 'master'
...
fix(nimble): Address nimble example issues
Closes BLERP-2628, BLERP-2631, BLERP-2635, and BLERP-2657
See merge request espressif/esp-idf!46697
2026-04-01 15:31:34 +05:30
Guillaume Souchere
8706cd6135
feat(esp_system): add linux test for system init function regisration
2026-04-01 11:46:06 +02:00
Guillaume Souchere
1c2f7b435a
feat(esp_system): Add linux support for freertos hooks and system init function
2026-04-01 11:46:06 +02:00
Hu Rui
7c56253e33
feat(uhci): Add support for uhci on esp32h4
2026-04-01 17:15:32 +08:00
Ondrej Kosta
b8c28abd0e
ci(esp_eth): changed runner to balance load in CI
2026-04-01 10:36:37 +02:00
C.S.M
62d5f34b53
feat(ldo): Add ldo support for psram on esp32s31
2026-04-01 16:31:35 +08:00
Frantisek Hrbata
32d31d72a3
Merge branch 'feat/cmakev2_bootloader' into 'master'
...
feat(cmakev2): build bootloader using the cmakev2 build system
Closes IDF-15433
See merge request espressif/esp-idf!46465
2026-04-01 10:29:05 +02:00
nilesh.kale
f43d0dbadc
docs: added guide to transit from dev mode to release mode of FE
2026-04-01 13:55:12 +05:30
nilesh.kale
85b5e6a231
fix: added reference to example security/security_features_app in docs
2026-04-01 13:54:34 +05:30
Omar Chebib
08f33cf590
Merge branch 'feature/esp32s31_pie_coproc_old_commit' into 'master'
...
feat: add support for PIE coprocessor on the ESP32-S31
Closes IDF-14867 and IDF-14661
See merge request espressif/esp-idf!45851
2026-04-01 15:46:01 +08:00
Chen Chen
cbc0b98082
Merge branch 'feat/rtcio_support_s31' into 'master'
...
feat(rtcio): support rtcio on esp32s31
See merge request espressif/esp-idf!46940
2026-04-01 15:26:35 +08:00
Zhang Shu Xian
0db9156612
Merge branch 'docs/fix_broken_links' into 'master'
...
docs: Fix broken links
Closes DOC-13942
See merge request espressif/esp-idf!46357
2026-04-01 14:57:46 +08:00
Sarvesh Bodakhe
436ceb381b
fix(wifi): improve WPA3-Enterprise and SAE authmode validation in scan
...
- Enforce TKIP cipher prohibition for WPA3-Enterprise per WFA spec
- Validate PMF and TKIP cipher combinations (TKIP incompatible with MFPR)
- Fix WPA+RSN IE handling for SAE authmode detection
- Add FT-SAE to AKM selection in WPA2/WPA3 mixed mode (MFPC)
- Improve enterprise authmode fallback validation with TKIP/MFPR checks
- Classify TKIP-only RSN IE APs as WPA per WPA2 Test Plan v1.19 §3.2.8.1
Addresses WPA3-Enterprise certification compliance and improves scan
result accuracy for enterprise and WPA3 networks.
2026-04-01 12:25:10 +05:30