laokaiyao
ce5d2daaa5
change: remove the updated doc's list for c5
2025-09-11 15:24:53 +08:00
laokaiyao
2123ee4c1a
docs(sleep_mode): updated ext1 wakeup status
2025-09-11 15:17:49 +08:00
Jiang Jiang Jian
696cf590eb
Merge branch 'docs/migration_guides_bt_classic_v5.4' into 'release/v5.4'
...
docs: Add SoC conditional flag for Bluetooth Classic in migration guides (v5.4)
See merge request espressif/esp-idf!41523
2025-09-02 14:06:47 +08:00
Mahavir Jain
a301c06b4c
Merge branch 'feat/support_authentication_feature_for_ws_v5.4' into 'release/v5.4'
...
Added pre handshake callback for websocket (v5.4)
See merge request espressif/esp-idf!41038
2025-09-02 09:18:37 +05:30
luweike
490d96ecfc
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
2025-08-27 12:02:13 +08:00
Zhang Hai Peng
96c2152f7f
docs(ble): add advisory for CVE-2025-55297 found in Blufi example
...
(cherry picked from commit 1952f0333c )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-08-25 17:53:34 +08:00
Ivan Grokhotkov
c172f56013
docs(cplusplus): remove the limitation on IRAM_ATTR for templates
...
The issue has been fixed since GCC 14.
Related to https://github.com/espressif/esp-idf/issues/4542
2025-08-22 17:30:34 +02:00
Erhan Kurubas
99b9886725
fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation
2025-08-15 03:55:36 +08:00
hrushikesh.bhosale
3a7380f5bc
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-06 11:43:22 +05:30
Zhang Shuxian
ce4a3fb86c
docs: Remove incorrect description for ESP32-P4 SDMMC
2025-07-18 09:31:57 +08:00
Jiang Jiang Jian
e839ed589c
Merge branch 'feature/enable_support_for_deterministic_mode_and_ecdsa_192_v5.4' into 'release/v5.4'
...
enable support for deterministic mode and ecdsa 192 in ESP32H2 (v5.4)
See merge request espressif/esp-idf!39541
2025-07-11 13:47:39 +08:00
Jiang Jiang Jian
583fd13cd5
Merge branch 'feat/update_mbedtls_3.6.4_v5.4' into 'release/v5.4'
...
feat(mbedtls): update to version 3.6.4 (v5.4)
See merge request espressif/esp-idf!40376
2025-07-11 13:43:42 +08:00
Jiang Jiang Jian
309c95216a
Merge branch 'bugfix/add_the_cve_2025_52471_to_list_v5.4' into 'release/v5.4'
...
fix(wifi): Added CVE-2025-52471 to vulnerabilities list (v5.4)
See merge request espressif/esp-idf!40206
2025-07-11 13:41:10 +08:00
Erhan Kurubas
a0c490bfb1
feat(sysview): update to version 3.56
2025-07-09 07:38:21 +02:00
Erhan Kurubas
cc1ac5316d
change(docs): replace deprecated openocd cfg files
2025-07-09 07:38:21 +02:00
Zhang Shuxian
80528d184d
docs: Update CN translation for ecdsa.rst
2025-07-09 13:05:56 +08:00
nilesh.kale
497fc7ed18
feat: enabled ECDSA-P192 support for ESP32H2
2025-07-09 13:05:56 +08:00
gaoxu
c3518d33a2
feat(cam): add camera buffer alloc function
2025-07-07 15:33:43 +08:00
Ashish Sharma
98fa9a3829
feat(mbedtls): update to version 3.6.4
2025-07-04 17:36:08 +08:00
renpeiying
6160c164e8
docs: Update CN translation for esp_http_ota.rst
2025-07-04 17:31:37 +08:00
Ashish Sharma
974b70a8cf
docs(system/esp_https_ota): adds ECIES-256 to pre-enc ota design doc
2025-07-04 17:31:15 +08:00
morris
58ddea7946
Merge branch 'doc/update_32b_addr_limit_in_flash_doc_v5.4' into 'release/v5.4'
...
flash: updated 32bit addr support related doc (v5.4)
See merge request espressif/esp-idf!40332
2025-07-04 10:14:18 +08:00
morris
963fc9228e
Merge branch 'fix/pcnt_miss_accum_value_when_overflow_v5.4' into 'release/v5.4'
...
fix(pcnt): fix the accum_value missing when overflow (v5.4)
See merge request espressif/esp-idf!40314
2025-07-04 10:12:30 +08:00
armando
42123b3115
doc(flash): updated 32bit addr support doc
2025-07-03 14:13:18 +08:00
Chen Jichang
2dcfc31c05
fix(pcnt): fix the accum_value missing when overflow
2025-07-02 20:02:23 +08:00
gaoxu
9e47bd79e4
docs(camera): add lcd_cam dvp driver docs for camera
2025-07-02 17:46:03 +08:00
Zhang Shuxian
e48a920176
docs: Update CN for usb_host.rst
2025-07-01 10:12:01 +02:00
Tomas Rezucha
8fb0366f70
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-07-01 10:11:55 +02:00
zhangyanjiao
cf21272c94
fix(wifi): Added CVE-2025-52471 to vulnerabilities list
2025-06-30 11:49:10 +08:00
zhangyanjiao
f373165b24
fix(wifi): Added CVE-2024-53845 to vulnerabilities list
2025-06-30 11:48:29 +08:00
morris
75ad884299
Merge branch 'docs/add_doc_link_for_esp32p4_v5.4' into 'release/v5.4'
...
docs: Update hw-reference/index.rst for esp32p4 (v5.4)
See merge request espressif/esp-idf!39730
2025-06-30 10:08:59 +08:00
Jan Beran
391e90ba73
docs: Fix spelling of the word "Kconfig"
2025-06-20 09:17:48 +02:00
Zhang Shuxian
59b727663f
docs: Update hw-reference/index.rst for esp32p4
2025-06-09 10:27:35 +08:00
Jiang Jiang Jian
9d6a4e6962
Merge branch 'docs/fix_p4_usb_jtag_pins_v5.4' into 'release/v5.4'
...
docs(jtag): fix esp32p4 usb jtag pins (v5.4)
See merge request espressif/esp-idf!39157
2025-05-27 11:02:02 +08:00
Jiang Jiang Jian
82eba308c8
Merge branch 'docs/autocolor_multiline_v5.4' into 'release/v5.4'
...
docs(tools/idf-monitor): Add note about autocoloring limitation on multiline logs (v5.4)
See merge request espressif/esp-idf!39147
2025-05-27 11:01:24 +08:00
Anton Maklakov
7ec02857f4
docs(jtag): fix esp32p4 usb jtag pins
2025-05-15 12:13:31 +07:00
renpeiying
f114a94369
docs: Update CN for idf-monitor.rst
2025-05-14 13:55:08 +02:00
Peter Dragun
bb3655d6e7
docs(tools/idf-monitor): Add note about autocoloring limitation on multiline logs
...
Closes https://github.com/espressif/esp-idf/issues/15793
2025-05-14 13:54:55 +02:00
Peter Macko
417fe048a1
change(ci): Update esp-idf-docs-env-v5.4 image
...
- Add Sphinx warnings caused by [#11323 ](https://github.com/doxygen/doxygen/issues/11323 )
- Update esp-idf-doc-env-v5.4 to use the updated parent image (Ubuntu 24.04 and Node.js 22)
- Exclude sphinx-known-warnings.txt from pre-commit checks.
2025-05-13 11:21:58 +02:00
Jiang Jiang Jian
a3b5428364
Merge branch 'docs/fix-kconfserver-link_v5.4' into 'release/v5.4'
...
docs: Fix link to the kconfserver documentation (v5.4)
See merge request espressif/esp-idf!38905
2025-05-09 17:58:50 +08:00
Wei Yu Han
4c62b9b8e9
Updated BLE feature status
...
(cherry picked from commit b6fc400d1d818094de959930c20e1583c2e22c1a)
Co-authored-by: weiyuhan <weiyuhan@espressif.com >
2025-05-09 11:36:42 +08:00
Roman Leonov
08fd2d8d4e
feat(ext_hub): Added device error handling
2025-05-06 14:58:26 +02:00
Jan Beran
d0dd9c0511
docs: Fix link to the kconfserver documentation
2025-05-06 09:15:04 +02:00
Jiang Jiang Jian
89a76e918e
Merge branch 'docs/update_ble_feature_support_status_v5.4' into 'release/v5.4'
...
Docs: update ble feature support status (v5.4)
See merge request espressif/esp-idf!37091
2025-05-06 14:02:31 +08:00
harshal.patil
9276f7b294
fix(docs): Fix unterminated quotes in secure-boot-v2.rst
2025-05-02 15:16:39 +05:30
zhangyanjiao
c5a61099c1
fix(docs): update max data length in espnow doc
2025-04-22 11:06:58 +08:00
liuning
5bf37234b8
feat(docs): update connectionless module window syncronization documentation
2025-04-22 11:06:58 +08:00
zhangyanjiao
e9d8241b53
fix(wifi): Update the doc for espnow add peer
2025-04-22 11:06:58 +08:00
morris
0be344409b
Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.4' into 'release/v5.4'
...
mmu: fix mmu map concurrent issue (v5.4)
See merge request espressif/esp-idf!38411
2025-04-17 15:59:06 +08:00
Ashish Sharma
7578913742
feat(mbedtls): update to version 3.6.3
2025-04-16 09:50:24 +08:00