Ondrej Kosta
e188afdacf
Merge branch 'docs/eth_memory_consideration' into 'master'
...
Non-functional Ethernet updates
Closes IDFGH-13346 and IDF-11736
See merge request espressif/esp-idf!36219
2025-01-27 19:24:34 +08:00
Mahavir Jain
8b7204d87a
Merge branch 'feature/esp_tee_cfg_srv' into 'master'
...
feat(esp_tee): Make the attestation service K-configurable
See merge request espressif/esp-idf!36123
2025-01-27 19:20:09 +08:00
renpeiying
4cdebaf6ff
docs: update translation for esp_eth.rst
2025-01-24 12:16:47 +01:00
Mahavir Jain
23ce1cc47d
Merge branch 'feature/add_ota_resumption_feature_in_advanced_ota_example' into 'master'
...
feat(app_utils): add ota resumption feature in advanced_ota_example
Closes IDF-2455, IDF-10421, and IDFGH-12065
See merge request espressif/esp-idf!32927
2025-01-24 15:32:40 +08:00
Zhang Shuxian
9643457e5b
docs: Update CN translation for size.rst
2025-01-24 11:50:17 +08:00
Aditya Patwardhan
839c18c762
feat(docs): Update minimizing binary size
...
The ESP32-H2 software countermeasure may not be necessary
for ESP32-H2 v1.2 and above, this commit updates
the relevant documentation
2025-01-24 11:50:17 +08:00
morris
809507903f
Merge branch 'feat/support_bitscrambler_esp32c5' into 'master'
...
feat(bitscrambler): add driver support on esp32c5
Closes IDF-8711
See merge request espressif/esp-idf!36383
2025-01-24 10:04:48 +08:00
Mahavir Jain
50adc8bcb1
docs: add documentation for HTTPS OTA resumption feature
2025-01-23 17:13:48 +05:30
morris
21a8c222e1
feat(bitscrambler): add driver support on esp32c5
2025-01-23 17:50:10 +08:00
Laukik Hase
a91f89026c
feat(esp_tee): Make the attestation service configurable
2025-01-23 12:39:17 +05:30
Roland Dobai
c640466e32
docs(coredump): Add minor documentation improvements for coredump
2025-01-22 13:44:56 +01:00
C.S.M
e73d78ba10
Merge branch 'enhance/i2c_del_device_bus' into 'master'
...
fix(i2c_master): Enhance i2c delete device and bus logic
Closes IDFGH-14387
See merge request espressif/esp-idf!36527
2025-01-22 11:50:07 +08:00
C.S.M
847780da3e
fix(i2c_master): Enhance i2c delete device and bus logic,
...
Closes https://github.com/espressif/esp-idf/issues/15171
2025-01-21 15:56:25 +08:00
Rocha Euripedes
e35bb4901d
Merge branch 'fix/mqtt5_docs' into 'master'
...
MQTT5 API header added to documentation
See merge request espressif/esp-idf!35548
2025-01-20 23:27:30 +08:00
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
Frantisek Hrbata
b3aa1d4ffe
Merge branch 'docs/minimal_build' into 'master'
...
docs: improve minimal build documentation
Closes IDF-11778
See merge request espressif/esp-idf!36182
2025-01-17 21:27:16 +08:00
Zhang Shuxian
a6fdc2677e
docs: Update CN translation for minimal build documentation
2025-01-17 16:10:48 +08:00
Chen Ji Chang
e3cf10564d
Merge branch 'feat/allow_setting_rmt_group_prescale' into 'master'
...
refactor(rmt): set group clock prescale dynamically
Closes IDFGH-13921
See merge request espressif/esp-idf!34640
2025-01-17 14:40:28 +08:00
Song Ruo Jing
bbdef6a11d
Merge branch 'feature/malloc_cap_simd_flag' into 'master'
...
feat(heap): add a MALLOC_CAP_SIMD flag
Closes IDF-11813
See merge request espressif/esp-idf!35471
2025-01-17 11:35:22 +08:00
Frantisek Hrbata
90ca881dab
docs: improve minimal build documentation
...
Follow-up improvements to the minimal build documentation.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-01-16 18:24:14 +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
Chen Jichang
555bfd8f5c
refactor(rmt): set group clock prescale dynamically
...
Closes https://github.com/espressif/esp-idf/issues/14760
2025-01-16 11:11:13 +08:00
Zhang Shuxian
e575b31acc
docs: Update cn translation about ota
2025-01-15 16:15:20 +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
Omar Chebib
16b8a2ea3b
feat(esp_hw_support): two interrupts sources can now be mapped to the same interrupt line
2025-01-15 13:13:24 +08:00
morris
8de8558841
fix(bitscrambler): example timeout in the bsasm
...
also added example pytest
2025-01-13 22:58:27 +08:00
Omar Chebib
52b558d218
Merge branch 'feature/enable_fp_backtracing' into 'master'
...
feat(riscv): implement frame pointer option for backtracing
See merge request espressif/esp-idf!32342
2025-01-13 18:11:49 +08:00
Euripedes Rocha
8a25cd1503
fix(mqtt): MQTT5 API header added to documentation
...
MQTT5 API headers were missing.
2025-01-13 17:27:37 +08:00
Kevin (Lao Kaiyao)
0da23b800d
Merge branch 'revert/i2s_apll_pm_type' into 'master'
...
fix(i2s): lock APB when using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!36096
2025-01-13 16:52:04 +08:00
Mahavir Jain
5c5e80ca24
Merge branch 'feat/remove_pre_encrypted_ota_example_support' into 'master'
...
feat(ota): Remove the pre_encrypted_ota example from eps-idf
See merge request espressif/esp-idf!35891
2025-01-13 16:06:35 +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
Kevin (Lao Kaiyao)
57a893d269
Merge branch 'feature/touch_driver_ng_on_32' into 'master'
...
feat(touch): support touch v1 in new touch driver
Closes IDF-10183 and IDF-11423
See merge request espressif/esp-idf!34781
2025-01-13 10:23:25 +08:00
morris
d78f270b04
Merge branch 'feat/spi_std_timing_and_bit_trans' into 'master'
...
feat(driver_spi): support adjust master rx to standard timing
Closes IDF-11396
See merge request espressif/esp-idf!36058
2025-01-13 10:07:28 +08:00
laokaiyao
805d6e4e73
fix(i2s): lock APB when using apll with DFS feature
...
Closes https://github.com/espressif/esp-idf/issues/14707
Append to the commit ad9021a844c8922f69f9214571e52f9181871f66.
2025-01-10 20:28:36 +08:00
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
Ondrej Kosta
c3a4c86970
docs(esp_eth): added EMAC Memory Considerations section
2025-01-10 09:28:32 +01:00
Mahavir Jain
057bae82e1
Merge branch 'refactor/security_docs_re-org' into 'master'
...
refactor(docs): re-organize security docs for better navigation
See merge request espressif/esp-idf!36260
2025-01-10 15:40:18 +08:00
renpeiying
3701a04980
docs: Update CN translation for ota.rst
2025-01-10 14:18:45 +08:00
Ren Peiying
90fbd41701
Merge branch 'docs/add_note_about_h2_rtc_gpio' into 'master'
...
docs: Update note about h2 rtc gpio
See merge request espressif/esp-idf!36049
2025-01-10 14:13:53 +08:00
Nebojsa Cvetkovic
ef1ee48773
feat(app_update): esp_ota_mark_app_invalid_rollback() without reboot
2025-01-09 15:04:01 +05:30
Shen Meng Jing
e44c525da2
Merge branch 'docs/update_cn_spi_flash_override_driver' into 'master'
...
docs: Update the CN translation for spi_flash_override_driver.rst
Closes DOC-9720
See merge request espressif/esp-idf!35631
2025-01-09 15:00:40 +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
Mahavir Jain
e1a737e401
refactor(docs): re-organize security docs for better navigation
2025-01-09 09:35:12 +05:30
Omar Chebib
d6cd339e46
fix: take into account MR comments
2025-01-09 11:57:02 +08:00
Omar Chebib
980cf269c7
feat(riscv): implement frame pointer option for backtracing
2025-01-09 11:57:02 +08:00
Sudeep Mohanty
5700288433
Merge branch 'contrib/github_pr_14954' into 'master'
...
fix(esp_ulp): Add support for multiple ULP program embedding without name collision (GitHub PR)
Closes IDFGH-14152 and DOC-9881
See merge request espressif/esp-idf!35483
2025-01-08 22:14:27 +08:00
wanckl
460380bb25
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-08 17:17:06 +08:00
Mahavir Jain
1c16b62954
Merge branch 'feature/esp_tee_examples_and_docs' into 'master'
...
docs(esp_tee): Added documentation for ESP-TEE
Closes IDF-10483
See merge request espressif/esp-idf!34852
2025-01-08 16:40:56 +08:00
Zhang Shuxian
38f2d9275a
docs: Update CN translation for ulp
2025-01-08 14:55:58 +08:00