Commit Graph

50735 Commits

Author SHA1 Message Date
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
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
Tomas Rohlinek
3c499632c7 Merge branch 'feat/unify_vfs_api' into 'master'
feat(storage/vfs): Unify VFS API by removing context-less APIs

Closes IDF-15107

See merge request espressif/esp-idf!44161
2026-03-13 15:05:04 +01:00
Guillaume Souchere
ca8eb6b6f2 Merge branch 'fix/esp-attr-section-impl' into 'master'
fix(esp_common): remove alignment value for section definition

See merge request espressif/esp-idf!46582
2026-03-13 12:24:19 +01:00
Omar Chebib
76d053141e Merge branch 'bugfix/eeprom_write_page' into 'master'
fix(examples): fix EEPROM API to allow variable page sizes

See merge request espressif/esp-idf!46526
2026-03-13 19:05:22 +08:00
morris
ce86ba4cad Merge branch 'fix/sdm_psram_esp32p4' into 'master'
test(sdm): add iram safe test case

Closes IDF-13039

See merge request espressif/esp-idf!46395
2026-03-13 18:52:16 +08:00
Frantisek Hrbata
e494fb6284 Merge branch 'fix/cmakev2_ulp_fixes' into 'master'
fix(cmakev2): allow building ULP apps with cmakev2

Closes IDF-15435

See merge request espressif/esp-idf!46470
2026-03-13 11:39:57 +01:00
Alexey Lapshin
338cc50125 fix(build): fix passing CMAKE_<LANG>_FLAGS from ExternalProject_Add 2026-03-13 17:23:11 +08:00
Tan Yan Quan
4bb6ab870c Merge branch 'fix/tsens_phy_iram' into 'master'
fix(phy): remove tsens set_range from linker.lf when ESP_PHY_INIT_IRAM

See merge request espressif/esp-idf!46592
2026-03-13 17:21:27 +08:00
cjin
2e23886193 fix(pm): expand the number of skip light sleep number 2026-03-13 17:18:38 +08:00
igor.udot
f6e7ab370a ci: manual job to block pipeline start 2026-03-13 16:58:00 +08:00
Jiang Jiang Jian
1903522990 Merge branch 'fix/fix_ext_coex_154_stage_switch' into 'master'
fix(coex): fix ieee802.15.4 external coex tx/rx stage handling

Closes TZ-2393

See merge request espressif/esp-idf!46024
2026-03-13 16:00:29 +08:00
Fu Hanxi
7d8b6549d0 Merge branch 'ci/missing_config_pre_commit_hook' into 'master'
ci: add pre-commit hook to detect missing configs

Closes IDFCI-2653

See merge request espressif/esp-idf!45826
2026-03-13 08:48:25 +01:00
Omar Chebib
1c0416afcf fix(examples): fix EEPROM API to allow variable page sizes 2026-03-13 15:45:58 +08:00
Wang Meng Yang
13d8a6e405 Merge branch 'bugfix/report_hid_close_evt' into 'master'
fix(hid): Fixed HID repeatedly reporting the close event

Closes BT-4238

See merge request espressif/esp-idf!45593
2026-03-13 15:37:18 +08:00
Jiang Jiang Jian
287e416247 Merge branch 'bugfix/bt-4272' into 'master'
fix invalid phy link pointer during sleep modem state deinit

Closes BT-4272

See merge request espressif/esp-idf!46569
2026-03-13 15:07:06 +08:00
Hu Rui
727cc3c0d3 test(sdm): add iram safe test case
and with malloc comes from PSRAM by default (esp32p4)
2026-03-13 14:59:54 +08:00
Tomas Rezucha
72a0c99064 Merge branch 'docs/fix_esp-usb_redirects' into 'master'
docs: Redirect all esp-usb links to English version

See merge request espressif/esp-idf!46514
2026-03-13 07:10:03 +01:00
Rahul Tank
d158eb534b Merge branch 'bugfix/fix_compilation_issue_example' into 'master'
feat(nimble): Added changes in examples to have code under flags

See merge request espressif/esp-idf!46507
2026-03-13 08:31:25 +05:30
Wan Lei
962584c994 Merge branch 'fix/fixed_spi_master_dma_unaligned_trans_fail' into 'master'
fix(driver_spi): fixed master dma unaligned trans error

Closes IDFGH-17260

See merge request espressif/esp-idf!46145
2026-03-13 10:52:59 +08:00
Tan Yan Quan
14f2f47055 fix(phy): remove tsens set_range from linker.lf when ESP_PHY_INIT_IRAM 2026-03-13 10:36:04 +08:00
yangfeng
cf554d6d61 fix(hid): Fixed HID repeatedly reporting the close event 2026-03-13 09:45:14 +08:00
Armando (Dou Yiwen)
9af32395e2 Merge branch 'change/deprecate_tcm_and_use_scp' into 'master'
tcm: deprecated tcm and added scp memory utils

See merge request espressif/esp-idf!46472
2026-03-13 01:40:37 +00:00
Guillaume Souchere
51d2cc2245 fix(esp_common): Remove alignement in ojects placced in specific sections
Let the compiler use variabel natural alignment
2026-03-12 13:53:43 +01:00
Li Shuai
2e39d80b2c fix(esp_hw_support): fix invalid phy link pointer during sleep modem state deinit 2026-03-12 20:16:11 +08:00
Rahul Tank
9c39a58acc Merge branch 'bugfix/mbuf_log_crash' into 'master'
fix(nimble): modify logic to print mbuf in ble_hs_log_mbuf

Closes BT-4267

See merge request espressif/esp-idf!46490
2026-03-12 17:35:08 +05:30
Shen Mengjing
25c523e06c docs: Update CN translation for storage.rst 2026-03-12 19:03:35 +08:00
Evgeny Torbin
7ace6b91c9 ci: fix pre-commit hook errors 2026-03-12 12:02:11 +01:00
Evgeny Torbin
d0f062c018 ci: remove unused test cases 2026-03-12 12:02:10 +01:00
Xu Si Yu
dde91039fc Merge branch 'feat/add_deadlock_debug_feature' into 'master'
feat(openthread): add task block monitor to detect OpenThread mainloop

See merge request espressif/esp-idf!44526
2026-03-12 16:54:27 +08:00
Marius Vikhammer
cc9f82e383 Merge branch 'docs/picolibc-is-default' into 'master'
docs: update picolibc as default C library, remove experimental references

See merge request espressif/esp-idf!46450
2026-03-12 16:37:21 +08:00
Evgeny Torbin
d937aaa331 ci: add check-tests-missing-config pre-commit hook 2026-03-12 08:41:26 +01:00
Jiang Jiang Jian
f33eadd96f Merge branch 'bugfix/sae_pwe_method_log' into 'master'
fix(esp_wifi): Add a log to print sae_pwe method used by station for wpa3 connection

Closes WIFIBUG-1564

See merge request espressif/esp-idf!46076
2026-03-12 14:10:30 +08:00
Rahul Tank
200ecc17a5 Merge branch 'bugfix/ble_ancs_ext_adv_scan_rsp_fix' into 'master'
fix(nimble): Remove scan response and use ble_gap_ext_adv_set_data in ble_ancs demo

See merge request espressif/esp-idf!46458
2026-03-12 10:35:37 +05:30
Xu Si Yu
d074c72538 feat(openthread): add a task block monitor 2026-03-12 12:14:18 +08:00
Fu Hanxi
692df52f1e Merge branch 'ci/build-docs' into 'master'
ci: use build-docs template

See merge request espressif/esp-idf!46480
2026-03-12 04:16:02 +01:00
Sudeep Mohanty
d51d96ed98 Merge branch 'test/buildv2_pytest_infra' into 'master'
test(cmakev2): Add placeholder hooks to buildv2_test_app

Closes IDF-13056

See merge request espressif/esp-idf!46284
2026-03-12 02:36:17 +01:00
Ma Jing Jing
b07e00ece9 Merge branch 'feature/support_h4_asrc' into 'master'
Support asrc module on esp32h4

Closes IDF-12276

See merge request espressif/esp-idf!45625
2026-03-12 01:04:53 +00:00
Marek Fiala
45c2190fa7 Merge branch 'feat/add_ar_binaries' into 'master'
feat(tools): Added cmake and ninja arm binaries

Closes IDFGH-17282

See merge request espressif/esp-idf!46119
2026-03-12 03:57:46 +08:00
Shreyas Sheth
e0343a1aa3 fix(esp_wifi): Add a log to print sae_pwe method used by station for wpa3 connection
- Fix crash due to debug log for rssi while scanning
2026-03-12 00:26:58 +05:30
Tomas Rezucha
b875bccd7a docs: Redirect all esp-usb links to English version 2026-03-11 19:22:51 +01:00
Rahul Tank
9036880677 feat(nimble): Added changes in examples to have code under flags 2026-03-11 19:12:26 +05:30
Sudeep Mohanty
e7848fc243 test(cmakev2): Add placeholder hooks to buildv2_test_app
Made-with: Cursor
2026-03-11 13:52:16 +01:00
Sumeet Singh
54e4531d40 fix(nimble): modify logic to print mbuf in ble_hs_log_mbuf 2026-03-11 17:08:31 +05:30
Tomas Rezucha
506dbc2985 Merge branch 'docs/usb-docs-link-esp-usb' into 'master'
docs(usb): Move USB docs to esp-usb and add redirects

Closes IDF-13559

See merge request espressif/esp-idf!45997
2026-03-11 11:41:52 +01:00
Shen Mengjing
6cf4269993 docs: Update CN translation for vfs.rst 2026-03-11 11:04:36 +01:00
Tomáš Rohlínek
405b82921d feat(storage/vfs): Document context-less API deprecation 2026-03-11 11:04:34 +01:00
Tomáš Rohlínek
a46fec8d96 feat(storage/vfs): Remove usage of context less VFS APIs 2026-03-11 11:03:43 +01:00
Tomáš Rohlínek
859ca9e5e2 feat(storage/vfs): Deprecate context-less function pointers 2026-03-11 11:03:37 +01:00