Krzysztof Budzynski
15f1425f67
Apply 2 suggestion(s) to 2 file(s)
2023-12-20 11:10:35 +08:00
wangtao@espressif.com
0d60862933
docs:Separate low-power documents
2023-12-20 11:10:13 +08:00
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
Jiang Jiang Jian
8c86ccc2c6
Merge branch 'bugfix/lwip_dns_docs_v5.2' into 'release/v5.2'
...
fix(lwip): Document DNS limitation in lwIP (v5.2)
See merge request espressif/esp-idf!27558
2023-12-04 11:05:15 +08:00
David Cermak
b05cfb4eb1
fix(lwip): Document DNS limitation in lwIP
...
* Add a note that DNS server config is global in lwIP
* Add a section about defining LWIP config macros from CMake
* Mention the DNS limitation in ESP-IDF additions to lwIP
* Update CN for lwIP DNS limitation
Co-Authored-By: Wang Ziyan <wangziyan@espressif.com>
2023-12-01 08:19:26 +01:00
mofeifei
1ef33e12a4
docs: update cn trans idf-docker-image
2023-12-01 08:09:05 +01:00
Shang Zhou
63ea519cbe
docs: Update CN translation for api-guides/tools/idf-monitor.rst
2023-11-27 09:32:41 +01:00
zwx
323f128228
feat(docs): Add RF Coexist docs for H2
2023-11-22 16:58:54 +08:00
Ren Pei Ying
8d40c502ad
docs: Update Chinese translation for size.rst based on !25272
2023-10-23 13:10:44 +08:00
renpeiying
f341f04146
docs: Update Chinese translation for external-ram.rst and kconfig.rst
2023-10-18 16:02:04 +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
Cai Xin Ying
01209e459c
docs: update document format issues
2023-10-14 03:55:41 +08:00
Martin Vychodil
64befdca3a
Merge branch 'feature/partition_readonly_flag' into 'master'
...
feat(partition_table): Add read-only partition flag and functionality
Closes IDF-6421
See merge request espressif/esp-idf!24855
2023-10-13 11:11:07 +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
Peter Dragun
aa9f81cfc6
Merge branch 'feat/monitor-config' into 'master'
...
docs(tools/idf-monitor): add info about custom keystrokes
See merge request espressif/esp-idf!26129
2023-10-12 16:02:34 +08:00
Shang Zhou
37dbce301e
docs: Provide CN translation for partition-tables.rst
2023-10-11 12:03:12 +02:00
xuxiao
31bb66813a
revert(lwip): Revert changes to LWIP task priority macro from MR 25020
2023-10-11 17:54:27 +08:00
renpeiying
c744d3d5fd
docs: Update Chinese translation for idf-monitor
2023-10-10 12:07:36 +08:00
Anton Maklakov
02802ea20a
feat(tools): Add QEMU 8.0.0_20230522 to tools.json
...
Process wildcards in the install and download lists of idf_tools
Fix the install and download handlers to get common behaviour
2023-10-10 09:59:38 +07:00
Alexey Lapshin
2585e53d54
Merge branch 'feature/update-toolchain-to-esp-13.1.0_new_newlib' into 'master'
...
Update toolchain to esp-13.2.0_20230919
Closes GCC-250, GCC-322, GCC-324, GCC-327, GCC-330, and IDF-8287
See merge request espressif/esp-idf!25073
2023-10-10 08:18:33 +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
Alexey Lapshin
98199d50d6
change(tools): update gcc toolchain version to 13.2.0
...
Add Kconfig option to supress new gcc warnings
Update docs with migration guide
2023-10-09 12:13:00 +04: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
mofeifei
499e8addc9
docs: update cn trans for tips and quirks
2023-10-07 11:55:05 +08:00
Alexey Gerenkov
acc04fc2cf
Merge branch 'doc/refer_gdbstub_indebug_section' into 'master'
...
docs(jtag-debugging): Add links to gdbstub for convenience
Closes IDFGH-10898
See merge request espressif/esp-idf!25751
2023-10-04 17:09:12 +08:00
Fu Hanxi
4dbe541f80
ci: replace internal clang-tidy runner with the pypi project
2023-09-27 10:25:49 +02:00
Wang Zi Yan
7729144f1a
docs: Update CN for speed.rst
2023-09-25 11:20:30 +08:00
renpeiying
c17d9ff684
docs: Update Chinese translation for api-guides/jtag-debugging/index.rst
2023-09-20 10:47:42 +08:00
wangjialiang
8eed3a2467
fix(ble_mesh): Miscellaneous update for ble mesh
2023-09-16 15:58:14 +08:00
Cai Xin Ying
2d0c8079ba
Merge branch 'docs/update_format_issues_left_in_EN_docs' into 'master'
...
docs: update format issues left in EN docs
Closes DOC-6312
See merge request espressif/esp-idf!25953
2023-09-15 23:17:20 +08:00
Cai Xin Ying
c334d580c4
Merge branch 'docs/update_format_issues_left_in_CN_docs' into 'master'
...
docs: update format issues left in CN docs
Closes DOC-6314
See merge request espressif/esp-idf!25966
2023-09-15 21:37:33 +08:00
caixinying-git
b07ada6e94
docs: update format issues left in EN docs
2023-09-15 10:46:25 +00:00
caixinying-git
10a625a7cb
docs: update format issues left in CN docs
2023-09-15 17:51:12 +08:00
zhangwenxu
60bb5b0d99
feat(openthread): Add support to allocate message pool from PSRAM
2023-09-14 15:14:07 +08:00
renpeiying
9a96be7aef
docs: Update CN translation for api-guides/build-system.rst
2023-09-13 15:11:26 +08:00
Ren Pei Ying
c56ca136f6
Merge branch 'docs/Update_translation_for_synchronization' into 'master'
...
docs: Update translation for ESP-IDF docs for syncronization
Closes DOC-6155
See merge request espressif/esp-idf!25769
2023-09-11 12:16:35 +08:00
Liu Linyan
5bab168b0e
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
2023-09-08 21:37:33 +08:00
Liu Linyan
fd451f5856
feat(ble_mesh): Misc updates for BLE Mesh examples
2023-09-08 21:37:33 +08:00
Liu Linyan
0e63bfcddc
feat(ble_mesh): Remove ble_mesh_console example
2023-09-08 21:37:33 +08:00
Liu Linyan
bf51fb965b
feat(ble_mesh): Bluetooth Mesh folder and file misc updates
2023-09-08 21:37:33 +08:00
renpeiying
9b447664db
docs: Update translation for ESP-IDF docs for syncronization
2023-09-08 15:43:29 +08:00
Cai Xin Ying
b642987ff6
Merge branch 'docs/add_Chinese_translation_for_api-guides/wifi-security.rst' into 'master'
...
docs: provide CN translation for api-guides/wifi-security.rst
Closes DOC-5459
See merge request espressif/esp-idf!24211
2023-09-07 21:20:05 +08:00
Roland Dobai
5f74dd2bb3
Merge branch 'docs/docker_image_flashing' into 'master'
...
docs(docker): Update Using Remote Serial Port chapter
Closes IDFGH-10856
See merge request espressif/esp-idf!25778
2023-09-07 18:05:48 +08:00
Cai Xin Ying
2fac98d2e0
docs:update format issues for files under api-guides
2023-09-07 15:26:05 +08:00
caixinying-git
d0abcaf0ad
docs: provide CN translation for api-guides/wifi-security.rst
2023-09-07 14:21:07 +08:00
Jakub Kocka
e265c1f387
docs(docker): Update Using Remote Serial Port chapter
...
By default some shells such as zsh has NOMATCH option set (https://zsh.sourceforge.io/Doc/Release/Options.html ).
The root cause of the problem is that while bash expands the parameter to itself if it does not match any filename, the zsh reports an error. IOW if we do % setopt nonomatch it will work even in zsh.
Closes https://github.com/espressif/esp-idf/issues/12060
2023-09-06 11:26:47 +02:00
Adam Múdry
2b5d12858d
Merge branch 'docs/partition_table_api_guide_update_data_subtypes' into 'master'
...
docs(storage): Add supported data partition subtypes
Closes IDF-818
See merge request espressif/esp-idf!25614
2023-09-06 15:31:39 +08:00
Mo Fei Fei
e4b7dd371c
Docs: update Chinese translation for partition table data subtypes
2023-09-06 11:19:54 +08:00