Wei Yuhan
bf173da75a
docs(ble): Fixed the common operation path for all chips
2025-10-30 16:00:06 +08:00
Wei Yuhan
d0705a6d94
docs(ble): Replaced BLE with Bluetooth LE
2025-10-30 15:59:39 +08:00
Wei Yu Han
339982cd24
docs(ble): Replaced the current table with the link to the Power Save README
...
(cherry picked from commit 13b04ab89e )
Co-authored-by: Wei Yuhan <weiyuhan@espressif.com >
2025-10-30 15:53:57 +08:00
Wei Yu Han
633a8aba85
docs(ble): Revisied BLE Low Power Giude
...
(cherry picked from commit 19fc7319c6 )
Co-authored-by: Wei Yuhan <weiyuhan@espressif.com >
2025-10-30 15:53:33 +08:00
weiyuhan
d0540c07c4
docs(ble): Added BLE Low Power Mode Introduction
2025-10-30 15:43:26 +08:00
Marius Vikhammer
551dd120d9
Merge branch 'docs/freertos_watermark_bytes_v5.4' into 'release/v5.4'
...
docs(freertos): fixed stack watermark documentation bytes vs words issue (v5.4)
See merge request espressif/esp-idf!42695
2025-10-27 14:49:10 +08:00
morris
08b0df07a3
Merge branch 'doc/tsens_uhci_v5.4' into 'release/v5.4'
...
doc: Update temperature snesor docs, remove inaccurate part, Fix uhci compiling on non-supported target (backport v5.4)
See merge request espressif/esp-idf!42465
2025-10-27 14:05:57 +08:00
morris
48334a2ce4
Merge branch 'feat/dsi_bridge_new_feat_v5.4' into 'release/v5.4'
...
Support MIPI DSI driver on ESP32-P4 ECO5 (v5.4)
See merge request espressif/esp-idf!42845
2025-10-27 10:27:36 +08:00
morris
bd8669b3cd
Merge branch 'fix/rmt_tx_loop_mode_v5.4' into 'release/v5.4'
...
fix(rmt): correct the condition for warnings in loop mode (v5.4)
See merge request espressif/esp-idf!41791
2025-10-26 22:54:20 +08:00
morris
e3b655f02f
feat(dsi): split the dphy config clock and pll reference clock
...
this is a breaking change in the esp32p4 ver3.0 silicon.
2025-10-26 22:50:22 +08:00
Marius Vikhammer
30b10c6d87
docs(freertos): fixed stack watermark documentation bytes vs words issue
...
Upstream freertos reports stack sizes in words, while IDF-kernel uses bytes.
2025-10-23 09:37:18 +08:00
C.S.M
b74dea1d21
docs(uhci): implementation for uart-dma (uhci) docs
2025-10-10 16:35:45 +08:00
C.S.M
ebef3c9ca4
docs(uhci): Fix uhci compiling on non-supported target
2025-10-10 14:19:47 +08:00
C.S.M
8fbf53d2c4
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part
2025-10-10 14:15:10 +08:00
Wei Yu Han
548c0ff4ad
docs(ble): Updated NimBLE certification info
...
(cherry picked from commit 661ca1abf2 )
Co-authored-by: Wei Yuhan <weiyuhan@espressif.com >
2025-10-10 12:24:57 +08:00
Chen Jichang
bca0e0893e
fix(rmt): correct the condition for warnings in loop mode
2025-10-09 15:04:19 +08:00
Shen Mengjing
8d9f3669c7
docs: Add the updated CN translation
2025-09-30 15:38:38 +05:30
harshal.patil
dd3d58a315
fix(bootloader_support): Reorder write disabling ECDSA_CURVE_MODE
2025-09-30 15:38:27 +05:30
Wei Yu Han
42d3fb5694
docs(ble): Added BLE 6.0 features support status
...
(cherry picked from commit 5e4c16410b )
Co-authored-by: Wei Yuhan <weiyuhan@espressif.com >
2025-09-26 09:21:34 +08:00
Jiang Jiang Jian
b3f053863d
Merge branch 'bugfix/esp_flash_escape_checking_v5.4' into 'release/v5.4'
...
fix(esp_flash): fixed issue of escaping boundary check (v5.4)
See merge request espressif/esp-idf!40118
2025-09-19 03:19:26 +08:00
Jiang Jiang Jian
8856476b6d
Merge branch 'fix/correct_adc_periph_num_on_c2_v5.4' into 'release/v5.4'
...
fix(adc): fix ESP32-C2/P4 wrong adc periph num (v5.4)
See merge request espressif/esp-idf!41537
2025-09-19 02:57:37 +08:00
Jiang Jiang Jian
2d65061cce
Merge branch 'bugfix/ble_enhanced_security_v5.4' into 'release/v5.4'
...
Update BluFi document (v5.4)
See merge request espressif/esp-idf!41763
2025-09-18 23:22:02 +08:00
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
Xiao Xufeng
9cfc314c5b
fix(esp_flash): fixed issue of escaping boundary check
...
Also patched corresponding ROM functions
2025-09-10 16:36:57 +08:00
Zhang Hai Peng
db1bff6ffa
feat(blufi): Update BluFi document
...
(cherry picked from commit 3f4bedd3a5 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-09-09 11:52:26 +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
gaoxu
123b041f4e
fix(adc): fix wrong adc periph num on C2/P4
2025-08-26 18:54:48 +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