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
Igor Udot
5f37de2889
Merge branch 'feat/lp-uart-wakeup-mode3' into 'master'
...
Added support for UART wakeup modes
Closes IDF-10202
See merge request espressif/esp-idf!31965
2025-02-06 11:15:37 +08:00
igor.udot
f742a05b28
feat: supports lp uart wakeup
2025-02-05 14:54:48 +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
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
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
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
Nebojsa Cvetkovic
ef1ee48773
feat(app_update): esp_ota_mark_app_invalid_rollback() without reboot
2025-01-09 15:04:01 +05:30
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
Omar Chebib
d6cd339e46
fix: take into account MR comments
2025-01-09 11:57:02 +08:00
Zhang Shuxian
38f2d9275a
docs: Update CN translation for ulp
2025-01-08 14:55:58 +08:00
Sudeep Mohanty
24d44e1696
fix(ulp): Added unit tests for ulp binary embed with prefix and misc fixes
...
This commit:
- Removes the link time symbol name clash detection.
- Extracts symbols of type NOTYPE for global identifiers defined in
assembly files.
- Makes the prefix argument optional for ulp_add_build_binary_targets().
- Adds a unit test for the ulp binary embed with a prefix feature.
2025-01-08 14:55:58 +08:00
X-Ryl669
e29bccbf6a
docs(ulp): Improve documentation for ulp_embed_binary changes
2025-01-08 14:55:58 +08:00
renpeiying
0e5a11c051
docs: Update translation
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
dbfb2489b4
fix(docs): Fixes log doc after review
2025-01-08 14:46:53 +08:00
renpeiying
6c1152b9ac
docs: Update translation for log.rst
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
b37218ce1a
feat(docs): Updates the log doc adding log v2
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
a5bc08fb55
feat(log): Use esp_log func in all LOG macros
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
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
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
Guillaume Souchere
0564e9d488
Merge branch 'docs/update-heap-corruption-section' into 'master'
...
docs(heap_debug): Add missing information
See merge request espressif/esp-idf!32972
2024-11-20 17:25:39 +08:00
Guillaume Souchere
8e06c4ca6a
docs(heap_debug): Add missing information
...
- Place the section on alloc failed hook at a better place
- Add reference to the different poisoning configs at the beginning
of the heap corruption detectino section
- Update the information concerning heap tracing
- Update the heap tracing log examples
- Fix heap tracing standalone code:
- Update the logging format in heap_trace_dump_base
- Add freed field in trace stucture to keep this info even
when no call stack is available
2024-11-19 10:25:40 +01:00
Peter Dragun
28dcb9a889
feat(monitor): Add support for decoding output based on multiple ELF files
2024-11-18 12:35:45 +01:00
Jan Beran
06508329c8
Merge branch 'docs/edit_kconfig_docs' into 'master'
...
docs(kconfiglib): Make a detailed docs section about Kconfig
See merge request espressif/esp-idf!32995
2024-11-11 16:06:40 +08:00
Konstantin Kondrashov
110bfc1f45
Merge branch 'feature/adds_bootloader_rollback_configs' into 'master'
...
feat(bootloader): Adds bootloader anti rollback configs
See merge request espressif/esp-idf!34759
2024-11-09 01:41:50 +08:00
Konstantin Kondrashov
f817b85fc3
Merge branch 'feature/ota_update_for_partitions' into 'master'
...
feat(ota): Supports OTA update for any partitions (bootloader, partition_table, nvs, etc.)
Closes IDFGH-13262, IDF-7781, and IDFGH-12860
See merge request espressif/esp-idf!32866
2024-11-09 00:53:45 +08:00
Konstantin Kondrashov
816a0da0fd
feat(bootloader): Adds bootloader anti rollback configs
2024-11-08 13:53:24 +02:00
Konstantin Kondrashov
97d150d69a
feat(app_update): OTA update bootloader, partition_table and other partitions
...
Passive app partition can be used as the staging partition where a new image is loaded.
Then copy it to the final partition.
Closes: https://github.com/espressif/esp-idf/issues/14195
Closes: https://github.com/espressif/esp-idf/issues/13824
2024-11-07 13:48:51 +02:00
Chen Jichang
8e4ff8bcba
feat(mcpwm): support sleep retention
2024-11-07 12:06:31 +08:00
harshal.patil
7786cbe2c8
docs(mem_alloc): Fix typo to make a section visible for non-esp32 spiram targets
2024-11-05 10:56:20 +05:30
Xiao Xufeng
ed31c19933
fix(sdio_slave): prevents peripheral power domain being powered off when SDIO slave in use
2024-10-31 21:25:40 +08:00
Jan Beran
1fcf006ec6
docs(kconfiglib): Add Project and Component configuration guide
...
* Project Configuration Guide: how to configure the project, purpose of
sdkconfig.defaults, where is the configuration stored...
* Component configuration: how to write Kconfig files, how to ensure
backward compatibility...
Also, general information about Kconfig and its files was added. Other parts of the
documentation (e.g. build-system) now point to these new guides in order
to provide more info.
2024-10-29 10:31:03 +01:00
Shen Meng Jing
b2bc90d97a
Merge branch 'docs/update_ulp_lp_core_cn' into 'master'
...
docs: Update CN translation for ulp-lp-core.rst
Closes DOC-8773
See merge request espressif/esp-idf!33352
2024-10-25 18:59:41 +08:00
wanckl
ef7406257a
feat(driver_spi): spi master support sleep retention(recovery)
2024-10-24 12:47:32 +08:00
Song Ruo Jing
92d335548f
Merge branch 'feature/ledc_sleep_retention_support' into 'master'
...
feat(ledc): support ledc sleep mode selection
Closes IDFGH-12713, IDF-9740, IDF-9769, IDF-9909, IDF-10372, IDF-10394, IDF-8472, and IDFCI-2450
See merge request espressif/esp-idf!34097
2024-10-24 11:43:11 +08:00
renpeiying
46770a50a6
docs: standardize the names of bootloaders in esp-idf
2024-10-23 11:29:24 +08:00
Song Ruo Jing
4a90deb227
feat(ledc): support ledc sleep mode selection
...
Support LEDC sleep retention on C6/H2/P4
2024-10-22 17:54:32 +08:00