laokaiyao
84ae3f8aec
change: remove the updated doc's list for c5
2025-09-11 15:17:12 +08:00
laokaiyao
4a53e1f581
docs(sleep_mode): updated ext1 wakeup status
2025-09-11 15:16:02 +08:00
Konstantin Kondrashov
c092365299
feat(docs): Update ESP32-C61 efuse documentation
2025-09-03 14:21:56 +03:00
Yuan Yu
6961221d28
docs(twai): Update twai_node_transmit function's note
2025-09-03 13:44:02 +08:00
Jiang Jiang Jian
ef35d002b1
Merge branch 'feat/esp_idf_c5_doc_v5.5' into 'release/v5.5'
...
docs(pm): update power management related docs for esp32c5 in v5.5
See merge request espressif/esp-idf!41393
2025-09-02 14:16:01 +08:00
Mahavir Jain
b966e396d3
Merge branch 'feat/support_authentication_feature_for_ws_v5.5' into 'release/v5.5'
...
Added pre handshake callback for websocket (v5.5)
See merge request espressif/esp-idf!41037
2025-09-02 09:18:29 +05:30
hebinglin
af2d980f57
docs(pm): update power management related docs for esp32c5 in v5.5
2025-09-02 10:55:10 +08:00
yinqingzhao
1a2a5f4d5b
feat(docs): support esp32c5 wifi programming guide docs
2025-08-28 16:13:00 +08:00
harshal.patil
4213e41bbd
fix(soc): Disable XTS-AES-256 using efuse key for ESP32-C5
2025-08-19 21:59:34 +05:30
armando
9fa874b1ce
doc: update docs
2025-08-14 15:17:56 +08:00
hrushikesh.bhosale
415a05a6a5
feat(esp_http_server): Added pre handshake callback for websocket
...
1. If the user wants authenticate the request, then user needs to do
this before upgrading the protocol to websocket.
2. To achieve this, added pre_handshake_callack, which will execute
before handshake, i.e. before switching protocol.
2025-08-04 20:58:54 +05:30
gaoxu
e6e0f672ec
feat(cam): add camera buffer alloc function
2025-07-26 21:15:05 +08:00
wanckl
a8d4196a3b
fix(driver_twai): add rx buffer check and c5 errata doc
2025-07-24 00:36:26 +08:00
Jiang Jiang Jian
f1c646a3c5
Merge branch 'docs/remove_incorrect_info_for_esp32p4_sdmmc_v5.5' into 'release/v5.5'
...
docs: Remove incorrect description for ESP32-P4 SDMMC (v5.5)
See merge request espressif/esp-idf!40673
2025-07-22 17:24:26 +08:00
Mahavir Jain
0b0e7b23ff
Merge branch 'doc/update_esp_https_ota_pre_encrypted_doc_v5.5' into 'release/v5.5'
...
docs(system/esp_https_ota): adds ECIES-256 to pre-enc ota design doc (v5.5)
See merge request espressif/esp-idf!40372
2025-07-22 14:49:56 +05:30
Jiang Jiang Jian
536a807665
Merge branch 'bugfix/esp_flash_escape_checking_v5.5' into 'release/v5.5'
...
fix(esp_flash): fixed issue of escaping boundary check (v5.5)
See merge request espressif/esp-idf!40117
2025-07-22 17:16:49 +08:00
morris
31fd483c25
Merge branch 'feature/usb_dual_host_2_backport_v5.5' into 'release/v5.5'
...
feat(usb/host): Add option to choose peripheral for USB host library (backport v5.5)
See merge request espressif/esp-idf!39721
2025-07-22 14:43:02 +08:00
morris
cbf01d9e29
Merge branch 'doc/update_32b_addr_limit_in_flash_doc_v5.5' into 'release/v5.5'
...
flash: updated 32bit addr support related doc (v5.5)
See merge request espressif/esp-idf!40334
2025-07-22 14:34:59 +08:00
morris
ebc3390df3
Merge branch 'camera/add_dvp_example_v5.5' into 'release/v5.5'
...
P4 DVP example and bugfix (v5.5)
See merge request espressif/esp-idf!39908
2025-07-22 14:29:17 +08:00
morris
782ffe1a7a
Merge branch 'fix/pcnt_miss_accum_value_when_overflow_v5.5' into 'release/v5.5'
...
fix(pcnt): fix the accum_value missing when overflow (v5.5)
See merge request espressif/esp-idf!40313
2025-07-22 14:26:13 +08:00
Mahavir Jain
5c02c6fc1e
Merge branch 'feat/update_mbedtls_3.6.4_v5.5' into 'release/v5.5'
...
feat(mbedtls): update to version 3.6.4 (v5.5)
See merge request espressif/esp-idf!40375
2025-07-22 11:52:29 +05:30
Jiang Jiang Jian
3c39b32195
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
Zhang Shuxian
bf0c01434c
docs: Remove incorrect description for ESP32-P4 SDMMC
2025-07-18 09:31:47 +08:00
Ashish Sharma
a3af8972ae
feat(mbedtls): update to version 3.6.4
2025-07-04 17:34:00 +08:00
Ashish Sharma
3a9cce2a92
docs(system/esp_https_ota): adds ECIES-256 to pre-enc ota design doc
2025-07-04 17:29:24 +08:00
armando
7cef1a5720
doc(flash): updated 32bit addr support doc
2025-07-03 11:46:17 +08:00
Chen Jichang
fc7f5bed4c
fix(pcnt): fix the accum_value missing when overflow
2025-07-02 19:08:17 +08:00
Zhang Shuxian
7bb638c946
docs: Update CN for usb_host.rst
2025-06-30 08:47:45 +02:00
Tomas Rezucha
ab5e48b026
feat(usb/host): Add option to choose peripheral for USB host library
...
Starting with ESP32-P4 we can have targets that have more than 1 USB-OTG peripheral.
This commit adds an option to choose which peripherals will be used by USB Host lib.
Internally, we will still have only 1 Root HUB but with multiple Root ports.
2025-06-30 08:47:45 +02:00
Xiao Xufeng
da939fa729
fix(esp_flash): fixed issue of escaping boundary check
...
Also patched corresponding ROM functions
2025-06-25 01:35:21 +08:00
morris
80abd1c7e4
Merge branch 'refactor/p4_touch_channel_increase_1_v5.5' into 'release/v5.5'
...
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14 (v5.5)
See merge request espressif/esp-idf!39791
2025-06-17 10:20:45 +08:00
gaoxu
210f3a4e38
docs(camera): add lcd_cam dvp driver docs for camera
2025-06-17 09:30:58 +08:00
Zhang Shuxian
4b93bde59b
docs: Update CN translation for ecdsa.rst
2025-06-16 13:13:03 +08:00
nilesh.kale
2d5d7b819f
feat: enabled ECDSA-P192 support for ESP32H2
2025-06-16 13:13:03 +08:00
laokaiyao
79da851a4c
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14
2025-06-13 19:49:16 +08:00
wanckl
7914e75525
feat(driver_twai): new driver add programming guide
2025-06-11 17:05:37 +08:00
C.S.M
f6cb4422db
docs(uhci): implementation for uart-dma (uhci) docs
2025-05-19 17:49:39 +08:00
morris
b095331a51
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
2025-05-16 10:31:27 +08:00
morris
27e1a30acc
docs(bitscrambler): update documentation with integration details
2025-05-13 13:38:40 +08:00
Shen Meng Jing
c304ce8946
Merge branch 'docs/sync_cn_and_en_docs' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-10736
See merge request espressif/esp-idf!38734
2025-05-12 15:49:02 +08:00
shenmengjing
72d858a9d9
docs: Sync CN and EN docs
2025-05-12 11:24:03 +08:00
Chen Jichang
d3dba7597d
feat(parlio_tx): support to mount bitscrambler
2025-05-12 10:27:14 +08:00
Chen Jichang
39f6aeb536
feat(bitscrambler): add enable and disable function
2025-05-12 10:27:14 +08:00
luweike
fe873acdab
docs: Improve Bluetooth API homepage
2025-05-09 14:17:13 +08:00
Laukik Hase
c16fc04c2d
docs(esp_tee): Revise TEE secure storage and related documentation
2025-05-04 18:22:22 +05:30
Zhang Xiao Yan
97f904b6fb
Merge branch 'docs/fix_some_typos' into 'master'
...
docs: Fix some typos
Closes DOC-10600, DOC-10605, DOC-10606, DOC-10607, DOC-10608, and DOC-10671
See merge request espressif/esp-idf!37977
2025-04-30 18:35:40 +08:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
Guillaume Souchere
83f28973be
Merge branch 'docs/document-task-tracking' into 'master'
...
docs(heap): Document heap task tracking
Closes IDF-12684
See merge request espressif/esp-idf!38247
2025-04-30 16:27:36 +08:00
morris
4312734f27
Merge branch 'feat/re_support_pcnt_on_c5' into 'master'
...
feat(pcnt): re-support pcnt on ESP32-C5 V1.0
Closes IDF-8683, IDF-12831, and IDF-12634
See merge request espressif/esp-idf!38547
2025-04-30 15:24:44 +08:00
Guillaume Souchere
0627576982
docs(heap): Document heap task tracking
...
Populate the heap_debug.rst section on heap task tracking with the
description of the reworked task tracking.
2025-04-29 10:11:58 +02:00