Fu Hanxi
a3281516c4
test: stop patching env vars by tearDownClass
2026-03-17 21:02:49 +08:00
Jakub Kocka
6fc4116876
Merge branch 'ci/windows_profiling' into 'master'
...
Profiling for Windows runners and enhancing the tests in the scope of time complexity
Closes IDF-14137
See merge request espressif/esp-idf!44163
2026-03-17 19:45:56 +08:00
Samuel Obuch
cec3fd13f9
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20260304' into 'master'
...
feat(tools): update openocd version to v0.12.0-esp32-20260304
See merge request espressif/esp-idf!46350
2026-03-17 16:48:36 +08:00
Armando (Dou Yiwen)
660b4d36bf
Merge branch 'change/deprecate_tcm_and_use_scp' into 'master'
...
fix(spm): rename scp (scratchpad) to spm (scratchpad memory)
See merge request espressif/esp-idf!46659
2026-03-17 08:38:18 +00:00
Ashish Sharma
2a22a22fd4
Merge branch 'fix/migration_guide_secure_boot_192_curve_deprecation' into 'master'
...
fix(secure_boot): marks 192 bit support curve legacy
See merge request espressif/esp-idf!46255
2026-03-17 15:32:58 +08:00
Mahavir Jain
7a6cff801f
Merge branch 'bugfix/external_mem_enc_docs' into 'master'
...
docs: update PSRAM and flash encryption docs with per-page and separate key capabilities
Closes FCS-1859
See merge request espressif/esp-idf!46238
2026-03-17 11:15:40 +05:30
Armando (Dou Yiwen)
5650bd5447
Merge branch 'change/isp_sampling_point' into 'master'
...
isp: improve sampling point for AE and AWB
Closes IDF-15293
See merge request espressif/esp-idf!46649
2026-03-17 04:54:36 +00:00
Jiang Jiang Jian
9d4eb85854
Merge branch 'bugfix/roc_rx_policy' into 'master'
...
bugfix(usd): Resolve multicast RX issue in AX capable chips
Closes WIFIBUG-1659, WIFIBUG-1244, and WIFIBUG-1736
See merge request espressif/esp-idf!45979
2026-03-17 12:27:38 +08:00
Ashish Sharma
26d295ac94
Merge branch 'feat/delete_content_length_header_with_transfer_encoding' into 'master'
...
fix(esp_http_client): delete Content-Length header when using Transfer-Encoding
Closes IDFGH-17249
See merge request espressif/esp-idf!46658
2026-03-17 12:19:03 +08:00
morris
0e8006dfea
Merge branch 'fix/i2c_null_check' into 'master'
...
fix(i2c): add NULL check and correct log
See merge request espressif/esp-idf!46662
2026-03-17 11:15:03 +08:00
Ashish Sharma
22c384ca9f
Merge branch 'docs/add_psa_drivers_guide' into 'master'
...
doc: adds RSA DS docs for PSA Migration
Closes IDF-15242
See merge request espressif/esp-idf!45517
2026-03-17 10:27:02 +08:00
Ashish Sharma
d8b02883dc
fix(secure_boot): marks 192 bit support curve legacy
2026-03-17 10:25:44 +08:00
armando
c60ed4b338
fix(spm): rename scp (scratchpad) to spm (scratchpad memory)
2026-03-17 01:29:34 +00:00
Akshat Agrawal
66a25379c0
bugfix(usd): Resolve multicast RX issue in AX capable chips
...
- Limit the NAN_DE_MAX_SERVICE to avoid Starvation of the second service
2026-03-16 19:33:46 +05:30
Jiang Jiang Jian
2757e0b87e
Merge branch 'bugfix/wifibug-1649' into 'master'
...
fix(wifi): return specific error in API
Closes WIFIBUG-1649
See merge request espressif/esp-idf!44614
2026-03-16 21:24:28 +08:00
Samuel Obuch
b930bf18d0
ci(esp32p4,esp32h21): enable usb-serial-jtag tests
2026-03-16 21:14:45 +08:00
Samuel Obuch
da64e9216e
docs(jtag-debugging): update program_esp parameters for new OpenOCD version
2026-03-16 21:14:45 +08:00
Erhan Kurubas
33e90fb10a
feat(tools): update openocd version to v0.12.0-esp32-20260304
2026-03-16 21:14:45 +08:00
Jakub Kocka
31b36e4428
fix(ci): Fixed Tools related CI tests
2026-03-16 12:55:57 +01:00
Zhang Wen Xu
642a2d2f54
Merge branch 'feat/support_wifi_infinite_retry' into 'master'
...
feat(protocol_examples_common): support infinite retries for example_handler_on_wifi_disconnect
See merge request espressif/esp-idf!46609
2026-03-16 11:47:29 +00:00
Hu Rui
9f412d6026
fix(i2c): add NULL check and correct log
2026-03-16 19:13:28 +08:00
Wang Meng Yang
594679aa73
Merge branch 'bugfix/fix_call_spp_start_discovert_twice_crash' into 'master'
...
fix(bt): fix crash when calling esp_spp_start_discovery twice in succession
Closes IDFCI-6478 and IDFCI-8863
See merge request espressif/esp-idf!46343
2026-03-16 19:04:10 +08:00
Ashish Sharma
795f0466b6
fix(esp_http_client): delete Content-Length header when using Transfer-Encoding
...
Closes https://github.com/espressif/esp-idf/issues/18242
2026-03-16 17:31:07 +08:00
Ashish Sharma
727c638645
Merge branch 'contrib/github_pr_18310' into 'master'
...
fix(esp_http_server): Dispatch PONG frames to WebSocket handler (GitHub PR)
Closes IDFGH-17331
See merge request espressif/esp-idf!46375
2026-03-16 16:45:10 +08:00
harshal.patil
269b90323f
docs: Adds a migration guide entry for HMAC peripheral's PSA interface
...
Co-authored-by: Zhang Shu Xian <zhangshuxian@espressif.com >
2026-03-16 16:38:26 +08:00
Ashish Sharma
5edf434f2e
docs: adds RSA DS docs for PSA Migration
2026-03-16 16:38:26 +08:00
Jan Beran
a2277f14df
ci(tools): Move misspelled KConfig test to dedicated kconfig_test_app
...
Separate the misspelled KConfig.projbuild test case into its own test app
so it doesn't interfere with the general-purpose build_test_app. The test
now uses a pytest marker to select kconfig_test_app as the source.
2026-03-16 08:57:40 +01:00
Jakub Kocka
7551e82048
ci(tools): Changed the approach of some build tests to cmake reconfigure
...
Where actually building the app is not needed cmake reconfigure was introduced instead.
This should be performance upgrade especially for Windows runners, where build is quite slow
2026-03-16 08:57:40 +01:00
Roland Dobai
648818c9f3
Merge branch 'feat/mcp_server_with_eim' into 'master'
...
feat(tools): Fixed mcp-server functionality + EIM integration
Closes IDF-13051
See merge request espressif/esp-idf!45998
2026-03-16 08:57:17 +01:00
Jakub Kocka
82cc3b55b6
ci(tools): Updated approach of copying files to using git worktree
2026-03-16 08:53:47 +01:00
Jakub Kocka
d860da47c0
ci(tools): Avoiding full rebuilds where not needed to improve performance
2026-03-16 08:53:41 +01:00
armando
7bb22fd0b9
change(isp): improve sampling point
2026-03-16 15:51:49 +08:00
Marius Vikhammer
02c8a8b99d
Merge branch 'ci/fix_non_running_core_tests' into 'master'
...
ci: restore runnable pytest configs
See merge request espressif/esp-idf!46536
2026-03-16 15:32:32 +08:00
Mo Fei Fei
131fbdd864
Merge branch 'docs/update_echoear_to_esp_vocat' into 'master'
...
docs: update echoear to esp-vocat
Closes DOC-14014
See merge request espressif/esp-idf!46626
2026-03-16 15:11:30 +08:00
Wang Meng Yang
c941926ee7
Merge branch 'feat/bt_distance_test' into 'master'
...
feat(bt): Add APIs to read ACL real RSSI and read/write tx power of inq/iscan/page/pscan/ACL
Closes BT-4155
See merge request espressif/esp-idf!45601
2026-03-16 15:09:19 +08:00
Armando (Dou Yiwen)
ee665de678
Merge branch 'feat/isp_error_events' into 'master'
...
isp: added isp error interrupts
Closes IDF-15295
See merge request espressif/esp-idf!46627
2026-03-16 06:49:55 +00:00
Island
721f411dd5
Merge branch 'feat/support_more_ci_ble_examples_build' into 'master'
...
feat(ble/bluedroid): Added more ble CI configs for examples (SMP off, min_bin, log off)
See merge request espressif/esp-idf!46275
2026-03-16 14:38:13 +08:00
Island
bdf808b34f
Merge branch 'feat/add_bluedroid_cancel_open_api' into 'master'
...
feat(ble/bluedroid): Added cancel open function for bluedroid
See merge request espressif/esp-idf!46305
2026-03-16 14:36:19 +08:00
Chen Ji Chang
53aa236809
Merge branch 'feat/support_to_config_clock_lane_mode' into 'master'
...
feat(dsi): support to config clock lane mode
See merge request espressif/esp-idf!46189
2026-03-16 14:25:05 +08:00
Tan Yan Quan
2a2811d5e6
feat(protocol_examples_common): support infinite retries for example_handler_on_wifi_disconnect
2026-03-16 14:10:04 +08:00
Marius Vikhammer
25a2747dfd
ci: restore runnable pytest configs
...
Use real CI config names and minimal config aliases so these tests are
collected and built again instead of silently being skipped.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Made-with: Cursor
2026-03-16 13:45:26 +08:00
Marek Fiala
d1bbfabb22
docs(tools): Adjusted mcp server documentation
2026-03-16 13:27:54 +08:00
Marek Fiala
c07737ee17
feat(tools): mcp_ext.py commands adjustments
2026-03-16 13:27:54 +08:00
morris
35f6c201ad
Merge branch 'ci/ast_grep_rule_soc_reg_h' into 'master'
...
feat(ci): add rule to prevent inclusion of <stdint.h> in soc *reg.h headers
See merge request espressif/esp-idf!46624
2026-03-16 12:39:57 +08:00
Junchi Chen
3703e15a94
fix(wifi): return specific error in API
2026-03-16 12:06:04 +08:00
armando
f154ade586
feat(isp): added isp error interrupts
2026-03-16 11:33:56 +08:00
Jin Chen
e6588c64dd
Merge branch 'feat/expand_periph_skip_ls_no_to' into 'master'
...
fix(pm): expand the number of skip light sleep number
Closes BT-4283
See merge request espressif/esp-idf!46618
2026-03-16 10:19:56 +08:00
Alexey Lapshin
108dd9bdea
Merge branch 'fix/cmake_flags_passing_to_external_project' into 'master'
...
fix(build): fix passing CMAKE_<LANG>_FLAGS from ExternalProject_Add
See merge request espressif/esp-idf!46541
2026-03-16 06:14:44 +04:00
mofeifei
8d365ed697
docs: update echoear to esp-vocat
2026-03-16 10:03:09 +08:00
Igor Udot
aa91b5d902
Merge branch 'ci/manual-master-start' into 'master'
...
ci: manual job to block pipeline start
See merge request espressif/esp-idf!46518
2026-03-16 09:25:42 +08:00