Commit Graph

8017 Commits

Author SHA1 Message Date
morris
a02fd7e33b Merge branch 'feat/analog_cmpr_esp32h21' into 'master'
support analog comparator on esp32h21

Closes IDF-13671 and IDF-11615

See merge request espressif/esp-idf!46819
2026-03-23 15:55:52 +08:00
Chen Ji Chang
50285436bb Merge branch 'fix/fix_parlio_tx_sample_edge' into 'master'
change(parlio_tx): use shift edge instead sample edge

See merge request espressif/esp-idf!46628
2026-03-23 14:52:05 +08:00
morris
9cad94e697 feat(ana_cmpr): support analog comparator on esp32h21 2026-03-23 10:28:29 +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
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
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
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
Ondrej Kosta
ed85f7335f Merge branch 'fix/emac_pll' into 'master'
docs(esp_eth): added test to verify A/MPLL configuration

Closes IDF-11629

See merge request espressif/esp-idf!45978
2026-03-18 14:20:52 +08:00
wuzhenghui
ce6f23e11e feat(doc): add docs for sleep console UART handling strategies 2026-03-18 11:29:55 +08:00
Meet Patel
3cef5673ff Merge branch 'refactor/enable_fsm_and_riscv_ulp_simultaneously' into 'master'
refactor(ulp): Allow both ULP-FSM and ULP-RISCV to enable at build time

Closes IDFGH-11916

See merge request espressif/esp-idf!45751
2026-03-17 19:29:43 +05:30
Chen Jichang
6b1490cf55 change(parlio_tx): use shift edge instead sample edge
Made-with: Cursor
2026-03-17 20:21:11 +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
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
renpeiying
f25237145a docs: Add Chinese translation 2026-03-16 22:09:47 +05:30
Meet Patel
5df38b48f4 docs(ulp): Updated the docs for ULP fsm and ULP riscv support
Updated the documentation of ULP, as we have updated kconfig options
and build files to allow selecting both ULP FSM and ULP RISCV
simultaneously at compile time.
2026-03-16 22:09:06 +05:30
Samuel Obuch
da64e9216e docs(jtag-debugging): update program_esp parameters for new OpenOCD version 2026-03-16 21:14:45 +08:00
Adam Múdry
653cea9c94 fix(sdmmc): Multi-block read/writes support refactor + tests and documentation added 2026-03-16 13:33:03 +01:00
Ondrej Kosta
505a96964a docs(esp_eth): added test to verify A/MPLL configuration)
Updated docs to state there could be conflict between PSRAM MPLL configuration and EMAC
2026-03-16 17:05:50 +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
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
armando
7bb22fd0b9 change(isp): improve sampling point 2026-03-16 15:51:49 +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
Marek Fiala
d1bbfabb22 docs(tools): Adjusted mcp server documentation 2026-03-16 13:27:54 +08:00
mofeifei
8d365ed697 docs: update echoear to esp-vocat 2026-03-16 10:03:09 +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
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
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
yangfeng
7a0771d2c8 feat(bt): Add APIs to control transmit power level
- API to read ACL real RSSI
- APIs to read/write tx power of inq/iscan/page/pscan/ACL
2026-03-13 10:12:40 +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
Shen Mengjing
25c523e06c docs: Update CN translation for storage.rst 2026-03-12 19:03:35 +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
Tomas Rezucha
b875bccd7a docs: Redirect all esp-usb links to English version 2026-03-11 19:22:51 +01:00
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
C.S.M
71da0fdf4a Merge branch 'doc/cordic_programming_guide' into 'master'
doc(cordic): Add programming guide for cordic driver.

See merge request espressif/esp-idf!45512
2026-03-11 16:34:53 +08:00
Marius Vikhammer
60320ff0e9 docs: update picolibc as default C library, remove experimental references
Made-with: Cursor
2026-03-11 11:24:53 +08:00
armando
c96f69faef change(mem): deprecated tcm and added scp memory utils 2026-03-11 11:18:15 +08:00
wanckl
0a752844eb fix(driver_spi): fixed master dma unaligned trans error 2026-03-11 10:50:56 +08:00
Konstantin Kondrashov
658fbfcb0e Merge branch 'doc/mac_doc_update_esp32p4' into 'master'
fix(doc): Update MAC-address related documentation for ESP32-P4

Closes IDFGH-17141

See merge request espressif/esp-idf!45933
2026-03-11 03:31:14 +02:00
Shen Meng Jing
d45bdee9e2 Merge branch 'docs/update_unit_test' into 'master'
docs: Add related documentation for unit test

Closes DOC-13841

See merge request espressif/esp-idf!46394
2026-03-10 17:23:28 +08:00
Shen Mengjing
9e1705a8b4 docs: Add related documentation for unit test 2026-03-10 11:58:29 +08:00