Darian Leung
3c8cccc73b
change(docs): Update multicore tags to SOC_HP_CPU_HAS_MULTIPLE_CORES
...
Previously, documentation sections that were only meant for multicore ESP
targets would use tags that depend on CONFIG_FREERTOS_UNICORE. This is not
ideal as project configuration can be changed by the user.
This commit updates those tags to use SOC_HP_CPU_HAS_MULTIPLE_CORES which is
always defined in multicore targets regardless of project configuration.
2023-12-07 17:59:44 +08:00
Ren Pei Ying
8d40c502ad
docs: Update Chinese translation for size.rst based on !25272
2023-10-23 13:10:44 +08:00
Xu Xiao
ed9f9021cc
Merge branch 'revert_tcpip_task_priority_macro' into 'master'
...
revert(lwip): Revert changes to LWIP task priority macro from MR 25020
See merge request espressif/esp-idf!26420
2023-10-17 13:28:19 +08:00
Jiang Jiang Jian
59417a4049
Merge branch 'feature/free_bt_memory' into 'master'
...
feat(bt): Frees BLE memory when no longer in use
See merge request espressif/esp-idf!22795
2023-10-12 18:35:15 +08:00
xuxiao
31bb66813a
revert(lwip): Revert changes to LWIP task priority macro from MR 25020
2023-10-11 17:54:27 +08:00
Darian
a10121491f
Merge branch 'change/freertos_make_task_snapshot_private' into 'master'
...
refactor(freertos/task_snapshot): Make task snapshot private
Closes IDF-8182
See merge request espressif/esp-idf!26115
2023-10-09 16:32:18 +08:00
Ren Pei Ying
8dbff6a5fe
docs: Update translations for ESP-IDF unsynchronized files
2023-10-09 10:25:19 +08:00
zhaokeke
a39869416c
feat(bt): Frees BLE memory when no longer in use
...
It will free libble.a & libbt all txt, data and bss segment memory.
This memory is combined into one large memory and put into the heap
pool.
2023-10-08 16:08:47 +08:00
Darian Leung
9968a48c36
refactor(freertos/task_snapshot): Make task snapshot private
...
Task snapshot API were never intended to be called from user code. This commit
makes task snapshot a private API thus moves `#include "freertos/task_snapshot.h"`
to `#include "esp_private/freertos_debug.h"`.
Task snapshot related Kconfig options have also been hidden.
Note: Added 'freertos_common' mapping to ldgen mapping execptions lists due to
inlining of 'freertos_debug.h' functions.
2023-10-07 13:14:55 +08:00
Wang Zi Yan
7729144f1a
docs: Update CN for speed.rst
2023-09-25 11:20:30 +08:00
zhangwenxu
60bb5b0d99
feat(openthread): Add support to allocate message pool from PSRAM
2023-09-14 15:14:07 +08:00
renpeiying
9b447664db
docs: Update translation for ESP-IDF docs for syncronization
2023-09-08 15:43:29 +08:00
Xu Xiao
8847eeec0c
feat(wifi): optimize esp32c6 iperf performance
2023-09-04 14:34:54 +08:00
Jiang Guang Ming
b73d35d012
docs: add new mbedtls configuration option in optimize size
2023-08-08 14:03:57 +08:00
caixinying-git
d47457b29b
docs: provide CN translation for api-guides/performance/ram-usage.rst
2023-07-25 19:04:41 +08:00
Li Xiao Yi
2dc7f62974
Merge branch 'docs/add_speed_CN_trans' into 'master'
...
Docs: add translation for api-guides/performance/speed.rst
Closes DOC-5229
See merge request espressif/esp-idf!23868
2023-06-16 17:09:23 +08:00
Li Xiaoyi
a9d0825b1b
Docs: add CN translation for api-guides/performance/speed.rst
2023-06-16 15:18:29 +08:00
Li Xiao Yi
38d679c0bd
Merge branch 'docs/translate_api-guides_performance' into 'master'
...
docs: add translation for docs/zh_CN/api-guides/performance/size.rst
Closes DOC-5208
See merge request espressif/esp-idf!23773
2023-06-12 12:44:19 +08:00
Doc-intern2
c166bcd6c6
Docs: add translation for api-guides/performance/size.rst
2023-06-12 10:55:37 +08:00
Li Xiao Yi
ff16ce8d7b
Docs: add CN translation for api-guides/perfomance/index.rst
2023-05-22 19:42:31 +08:00
Angus Gratton
dc6b950257
doc: Add performance guides for execuion speed, binary size, RAM usage
...
Closes https://github.com/espressif/esp-idf/issues/7007
Closes https://github.com/espressif/esp-idf/issues/6715
Closes https://github.com/espressif/esp-idf/issues/3781
Closes https://github.com/espressif/esp-idf/issues/2566
2021-06-03 13:55:34 +10:00