nilesh.kale
caf828dfaf
fix(esp_http_client): Fix OTA failure with partial download enabled
...
This commit fixes an issue encountered during OTA when partial download
is enabled using an AWS signed URL restricted to GET requests.
It also adds an API to retrieve the OTA image size from the Content-Range header.
2025-06-30 11:18:26 +05:30
laokaiyao
9b14f91478
change: remove the updated doc's list for c5
2025-06-19 16:57:43 +08:00
laokaiyao
79a0958671
docs(sleep_mode): updated ext1 wakeup status
2025-06-19 15:00:55 +08:00
Zhang Shuxian
ff408c31c7
docs: Update CN translation for error-handling.rst
2025-05-22 17:39:27 +08:00
Konstantin Kondrashov
e9aa543a43
Merge branch 'contrib/github_pr_15917' into 'master'
...
feat(docs): Small additions to ulp-risc-v regarding the ULP I2C hardware limitation (GitHub PR)
Closes IDFGH-15254
See merge request espressif/esp-idf!39004
2025-05-15 22:30:17 +08:00
renpeiying
8e4da0b71c
Add CN
2025-05-15 14:57:40 +08:00
Marius Vikhammer
f3d1717408
docs(esp32h4): support building esp32h4 docs
2025-05-13 11:09:15 +08:00
shenmengjing
72d858a9d9
docs: Sync CN and EN docs
2025-05-12 11:24:03 +08:00
Kevin (Lao Kaiyao)
ac0f4b5a57
Merge branch 'refactor/split_touch_sleep_from_system_example' into 'master'
...
refactor(touch): separate touch sleep example
Closes IDFCI-2866 and IDF-12974
See merge request espressif/esp-idf!38662
2025-04-27 11:10:05 +08:00
laokaiyao
4fed6450a3
refactor(touch): separate touch sleep example
2025-04-25 23:57:14 +08:00
Zhang Shuxian
bd60d825c8
docs: Provide CN translation for ulp docs
2025-04-25 18:48:26 +08:00
Konstantin Kondrashov
82276fc918
feat(docs): Adds ULP main documentation page
2025-04-21 13:20:54 +03:00
armando
5a1cb71184
fix(mmu): fixed esp_mmu_map concurrent issue and add related docs
2025-04-14 10:45:40 +08:00
Chen Jichang
487a306cdd
docs(parlio_tx): add programming guide
2025-04-03 11:28:13 +08:00
Zhang Shuxian
0406df9c61
docs: Update CN translation for core docs for new targets
2025-03-21 16:30:03 +08:00
Marius Vikhammer
a89fc6d905
Merge branch 'docs/core_docs_new_targets' into 'master'
...
docs(core): updated core docs for new targets
Closes IDF-10159, IDF-10162, IDF-10171, IDF-12148, IDF-12150, IDF-12151, IDF-12152, IDF-12156, and IDF-12157
See merge request espressif/esp-idf!37860
2025-03-20 19:56:18 +08:00
Marius Vikhammer
034f677563
docs(misc): update system docs for new chips
2025-03-20 09:01:11 +08:00
Sudeep Mohanty
8b40eabce8
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
...
This commit adds an assert check to xRingbufferReceive() and
xRingbufferReceiveFromISR() functions to prevent them from being used to
retrieve items from an allow-split buffer. Corresponding documentation
has also been updated.
2025-03-19 14:33:11 +01:00
Mahavir Jain
843729c6f1
Merge branch 'feature/verify_chip_revision_during_ota' into 'master'
...
feat(esp_https_ota): added check for revision check while performing OTA
See merge request espressif/esp-idf!37270
2025-03-05 22:29:35 +08:00
morris
da0ccb65c1
Merge branch 'contrib/github_pr_15431' into 'master'
...
docs(esp32c6) Fixed typos in Chinese documents (GitHub PR)
Closes IDFGH-14691
See merge request espressif/esp-idf!37177
2025-03-03 11:04:46 +08:00
nilesh.kale
714ebfc0d1
feat(esp_https_ota): added check for revision check while performing OTA
...
This commit added check to verify revision while performing OTA process.
OTA with version greater than chip revision will be prohibited.
2025-02-28 17:00:47 +05:30
Zhang Shuxian
19f148ed9d
docs: Update CN translation for ulp-lp-core.rst
2025-02-27 11:36:01 +08:00
Tinyu
d675680d5e
Fix typos in Chinese documents.
2025-02-20 09:28:30 +08:00
Zhang Shuxian
03840f4598
docs: Update CN translation for heap_debug.rst
2025-02-08 12:00:07 +08:00
Marius Vikhammer
85ec6a41f9
Merge branch 'feature/build_docs_h21' into 'master'
...
docs(build): add support for building H21 docs
Closes IDF-12105
See merge request espressif/esp-idf!36632
2025-02-06 11:25:36 +08:00
Marius Vikhammer
1e72b10b26
docs(build): add support for building H21 docs
2025-01-26 11:44:28 +08:00
Mahavir Jain
50adc8bcb1
docs: add documentation for HTTPS OTA resumption feature
2025-01-23 17:13:48 +05:30
Mahavir Jain
ff13eb1791
Merge branch 'contrib/github_pr_15030' into 'master'
...
feat(app_update): esp_ota_mark_app_invalid_rollback() without reboot (GitHub PR)
Closes IDFGH-14234
Closes https://github.com/espressif/esp-idf/pull/15030
See merge request espressif/esp-idf!35843
2025-01-20 20:59:05 +08:00
Omar Chebib
8dfcafa1b2
Merge branch 'feat/intr_alloc_force_intrno' into 'master'
...
feat(esp_hw_support): add the possibility to allocate two sources to the same interrupt line
Closes IDF-9552
See merge request espressif/esp-idf!35473
2025-01-20 09:43:00 +08:00
Song Ruo Jing
20eb6ca5e9
feat(heap): add a MALLOC_CAP_SIMD flag
...
MALLOC_CAP_SIMD can be used to allocate memory to be used for SIMD instructions
2025-01-16 14:39:12 +08:00
Omar Chebib
cf278e8060
docs(esp_hw_support): add Chinese translation for the shared interrupts documentation
2025-01-15 13:13:34 +08:00
hrushikesh.bhosale
8ea58f3d36
feat(ota): Remove the pre_encrypted_ota example from eps-idf
...
1. Remove the pre_encrypted_ota example from the esp-idf as we have
moved this example idf-extra-components repository under esp_encrypted_img
component
2. Added the migration guide for 5.5 release
2025-01-13 11:33:14 +05:30
renpeiying
3701a04980
docs: Update CN translation for ota.rst
2025-01-10 14:18:45 +08:00
Konstantin Kondrashov
ec990f4a52
Merge branch 'feature/logv2_2' into 'master'
...
feat(log): Log v2
Closes IDF-245, IDFGH-3855, IDF-2956, IDF-7883, and IDFGH-13066
See merge request espressif/esp-idf!31128
2025-01-09 13:55:06 +08:00
Zhang Shuxian
38f2d9275a
docs: Update CN translation for ulp
2025-01-08 14:55:58 +08:00
renpeiying
0e5a11c051
docs: Update translation
2025-01-08 14:46:53 +08:00
renpeiying
6c1152b9ac
docs: Update translation for log.rst
2025-01-08 14:46:53 +08:00
Sudeep Mohanty
76f99b2fc8
docs(ulp): Fix esp_idf_monitor command for ulp monitoring
...
The commit fixes the esp_idf_monitor command for monitoring ulp serial
output as mentioned in the docs.
2025-01-07 10:02:54 +01:00
morris
4088e20b51
Merge branch 'docs/update_pcnt_pm_lock_docs' into 'master'
...
docs(pcnt): update pcnt pm lock docs
Closes IDFGH-14231
See merge request espressif/esp-idf!35756
2024-12-24 18:25:45 +08:00
Chen Jichang
3f05b4d25b
docs(pcnt): update pcnt power down description
2024-12-18 14:19:34 +08:00
Zhang Shuxian
f6dde85e45
docs: Update CN translation for heap debug
2024-12-16 10:15:49 +08:00
Zhang Shuxian
d518d110c0
docs: Review the CN translation for Picolibc
2024-12-11 16:24:17 +08:00
Sudeep Mohanty
7064ad8abb
docs(esp_ringbuf): Fixed incorrect documentation for xRingBufferSendComplete()
...
Closes https://github.com/espressif/esp-idf/issues/14990
2024-12-09 09:32:47 +05:30
Shen Meng Jing
05db66bf78
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-9614
See merge request espressif/esp-idf!35256
2024-12-06 19:21:09 +08:00
shenmengjing
8eff8b088e
docs: Sync CN and EN docs
2024-12-06 16:27:23 +08:00
Zhang Shu Xian
597643e5ab
Merge branch 'docs/update_cn_trans_for_2_system_docs' into 'master'
...
docs: Update CN translation for 2 system docs
Closes DOC-9410
See merge request espressif/esp-idf!34845
2024-12-04 18:08:11 +08:00
Konstantin Kondrashov
b445e38bf5
feat(log): Move esp_log_write APIs out of esp_log.h
2024-12-03 18:03:06 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Zhang Shuxian
1e82951bc9
docs: Update CN translation for 2 system docs
2024-11-29 11:17:09 +08:00
Song Ruo Jing
aa35807198
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-11-26 21:20:32 +08:00