Island
4913f936af
Merge branch 'docs/add_ble_feature_status_table_v5.3' into 'release/v5.3'
...
docs(ble): Added BLE feature support status (v5.3)
See merge request espressif/esp-idf!32922
2024-09-05 11:45:37 +08:00
Jiang Jiang Jian
cd1da85d06
Merge branch 'feat/esp_netif_dns_switch_v5.3' into 'release/v5.3'
...
[LWIP]: Update submodule to bced058f (multi DNS + PPP/mbedTLS) (v5.3)
See merge request espressif/esp-idf!32798
2024-09-05 10:48:09 +08:00
morris
f0e7941994
Merge branch 'support_psram_noinit_segment_on_s3_v5.3' into 'release/v5.3'
...
feat(psram): add psram noinit segment support on s2/s3/p4/c5 and bss segment on c5 (v5.3)
See merge request espressif/esp-idf!33256
2024-09-04 18:24:02 +08:00
Jiang Jiang Jian
2934986c0d
Merge branch 'docs/delete_user_guides_three_esp32_dev_boards_v5.3' into 'release/v5.3'
...
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2 (v5.3)
See merge request espressif/esp-idf!32748
2024-09-04 17:59:09 +08:00
Jiang Jiang Jian
0d1227c06f
Merge branch 'doc/update_esp32p4_pm_programming_guide_docs_v5.3' into 'release/v5.3'
...
docs(pm): update power management related docs for esp32p4 (v5.3)
See merge request espressif/esp-idf!32629
2024-09-04 17:58:13 +08:00
Yuhan Wei
e100e4c699
docs(ble): Updated the support status for some NimBLE features
2024-09-04 14:47:55 +08:00
Yuhan Wei
2991384f30
docs(ble): Updated support status of LE Isochronous Channels
2024-09-04 14:47:55 +08:00
Yuhan Wei
f7606657a7
docs(ble): Added BLE feature support status to API Guides
2024-09-04 14:47:55 +08:00
wuzhenghui
5e403bb7c6
docs(pm): update power management related docs for esp32p4
2024-09-04 14:13:19 +08:00
Chen Jichang
9e3fca8d71
feat(psram): add psram noinit segment support on S2/S3/P4/C5
...
Closes https://github.com/espressif/esp-idf/issues/14253
2024-09-03 15:39:54 +08:00
Abhik Roy
0f08a5b123
feat(lwip): Added multiple dns ip support (v5.3)
...
LWIP submodule update on v5.3: git log --oneline f7922143..f1746813
- feat(lwip): Added multiple dns ip support
(espressif/esp-lwip@f1746813 )
- api_msg: Fix crash to fail-safe error if cannot get semaphore
(espressif/esp-lwip@a1bd9e44 )
2024-08-23 11:33:44 +02:00
Frantisek Hrbata
6f97a18e44
docs(size): remove -DOUTPUT_FORMAT output format option for idf.py size
...
Setting OUTPUT_FORMAT through the CMake variable probably never
functioned and seems to be a remnant (possibly a typo in the
documentation) from the time when the -DOUTPUT_JSON=1 CMake variable was
used to specify the JSON output format, prior to the introduction of the
--format option. This removes the note regarding the option to choose
the output format using -DOUTPUT_FORMAT.
Closes https://github.com/espressif/esp-idf/issues/14383
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-22 13:04:47 +02:00
Linda
124c7192b8
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
2024-08-20 14:48:43 +08:00
Armando
eca7b3b1f1
fix(xip): move rest xip_psram doc out from non updated list
2024-08-14 14:57:44 +08:00
Xiaoyu Liu
46892c32ec
docs(interrupts): fix wrong high-level interrupt level num in doc
2024-08-01 15:09:36 +08:00
Armando
21b861e9df
change(psram): improved xip psram docs on p4
2024-07-29 10:36:44 +08:00
Jiang Jiang Jian
5325cac7e6
Merge branch 'coredump_save_all_regions_v5.3' into 'release/v5.3'
...
Save .bss, .data and .heap sections in to the coredump (v5.3)
See merge request espressif/esp-idf!30438
2024-07-26 11:11:22 +08:00
Jiang Jiang Jian
ca36dff148
Merge branch 'docs/c5_core_docs_v5.3' into 'release/v5.3'
...
docs(core): update misc docs for C5 (v5.3)
See merge request espressif/esp-idf!31452
2024-06-13 14:03:45 +08:00
Jiang Jiang Jian
fea0f0cf26
Merge branch 'docs/fix_broken_links_v5.3' into 'release/v5.3'
...
docs(links): fix broken links found in CI (v5.3)
See merge request espressif/esp-idf!31271
2024-06-13 14:00:26 +08:00
Marius Vikhammer
f1df3eb99b
docs(core): update misc docs for C5
2024-06-12 10:24:33 +08:00
Marius Vikhammer
fe32b34b20
docs(links): fix broken links found in CI
2024-06-03 12:42:25 +08:00
Armando
48e06fafea
feat(xip_psram): support xip psram feature on esp32p4
2024-05-29 10:02:44 +08:00
Wang Fang
52b36a60f4
Update CN translation for coredump
2024-05-22 06:25:04 +02:00
Erhan Kurubas
617f5a7052
feat(coredump): save .bss, .data and .heap sections to the elf file
2024-05-22 06:25:01 +02:00
Jiang Jiang Jian
236556d1ea
Merge branch 'contrib/github_pr_13669_v5.3' into 'release/v5.3'
...
docs: clarify ESP_RETURN_ON_ERROR result (GitHub PR) (v5.3)
See merge request espressif/esp-idf!30405
2024-05-21 23:41:51 +08:00
Marius Vikhammer
51b6d16b43
Merge branch 'doc/update-performance-guides-p4-c5_v5.3' into 'release/v5.3'
...
docs(performance): Add P4 and C5 information in the performance guides (backport v5.3)
See merge request espressif/esp-idf!30492
2024-05-20 16:16:48 +08:00
shenmengjing
9e74564ba5
docs: Update the CN Translation for ram-usage and speed
2024-05-20 09:34:12 +02:00
C.S.M
4dc565b7d0
feature(usb_serial_jtag): add usb serial jtag support for esp32p4
2024-05-13 12:19:14 +08:00
Guillaume Souchere
0440d582dc
docs(performance): Add esp32p4/c5 relevant information to the performance guides
...
in speed.rst:
- add startup time increase info when spiram test is enabled
- add startup time increase info when spiram is enabled and
poisoning comprehensive is enabled
- add L2 cache variable size info to optimize IRAM space / cache misses
- update sections refencing bluetooth/wifi built-in tasks to not show
related info for p4 targets.
- Add IDF_TARGET_RF_TYPE for esp32c5
in ram-usage.rst:
- add L2 cache variable size info to maximize RAM space
Remove the files from esp32c5.txt and esp32p4.txt
that are no longer in need of update.
2024-04-25 08:05:46 +02:00
Darian Leung
fa866b49ca
docs(esp_common): Fix formatting issues in error-handling.rst
...
This commit fixes the following formatting issues in error-handling.rst:
- Incorrect indentation (3 spaces to 4 spaces)
- Fixed some italics that were supposed to be inline literals
- Used code-block directive for language highlighting
2024-04-23 14:49:48 +08:00
Richard Allen
ebe1141b25
docs: clarify ESP_RETURN_ON_ERROR result
2024-04-23 14:49:47 +08:00
Roland Dobai
af302c0bee
Merge branch 'feat/add_merged_bin_cmd' into 'master'
...
feat(tools): Add idf.py merge-bin command and cmake target
See merge request espressif/esp-idf!29996
2024-04-22 17:55:36 +08:00
Shen Meng Jing
ed366b55c2
Merge branch 'docs/translate_configure-builtin-jtag' into 'master'
...
docs: Provide translation for cofigure-builtin-jtag.rst in jtag-debugging
Closes DOC-7523
See merge request espressif/esp-idf!29867
2024-04-19 19:46:31 +08:00
shenmengjing
6d81e702d9
docs: Provide translation for cofigure-builtin-jtag.rst in jtag-debugging
2024-04-19 18:53:17 +08:00
Kevin (Lao Kaiyao)
7835ce48f1
Merge branch 'ci/enable_doc_build_for_esp32c5' into 'master'
...
ci(doc): enable doc build for esp32c5
See merge request espressif/esp-idf!30338
2024-04-19 11:50:10 +08:00
Roland Dobai
9b8e2c72ba
Merge branch 'docs/coredump_standalone' into 'master'
...
docs(tools/coredump): add information about standalone tool for advanced users
Closes IDFGH-12407 and IDFGH-12462
See merge request espressif/esp-idf!30039
2024-04-18 21:20:08 +08:00
laokaiyao
fc000cd7b7
ci(doc): enable doc build for esp32c5
2024-04-18 19:39:29 +08:00
shenmengjing
4e0c5d3e8e
docs: Provide translation for ecdsa.rst and qemu.rst
2024-04-18 14:58:39 +08:00
Jiang Jiang Jian
64c41c82cb
Merge branch 'docs/update_build_system' into 'master'
...
docs: update a typo in the build system document
Closes DOC-6637
See merge request espressif/esp-idf!29969
2024-04-17 10:41:55 +08:00
Jan Beran
0dec6fe65d
feat(tools): Add idf.py merge-bin command and cmake target
2024-04-16 12:49:18 +02:00
Zhang Xiao Yan
69972b2a1e
Merge branch 'docs/update_deep_sleep_stub' into 'master'
...
docs: update api-guides/deep-sleep-stub
See merge request espressif/esp-idf!25258
2024-04-15 12:45:35 +08:00
Linda
2dc0be81fb
docs: update api-guides/deep-sleep-stub
2024-04-15 11:43:19 +08:00
Erhan Kurubas
72f463afc6
Merge branch 'doc_update_esp32p4_jtag' into 'master'
...
Update esp32p4 jtag debugging guide
Closes IDF-7758
See merge request espressif/esp-idf!26527
2024-04-13 02:10:21 +08:00
xuxiao
27f61966cd
feat(wifi): add esp32c5 beta3 wifi support
2024-04-10 14:09:40 +08:00
Linda
8d36c6257e
docs: add two terms to api-guides/flash_psram_config
2024-04-09 11:09:28 +08:00
Mahavir Jain
b185b2b3c2
Merge branch 'feature/mbedtls_error_str_config' into 'master'
...
feat(mbedtls): add kconfig option for MBEDTLS_ERROR_C
See merge request espressif/esp-idf!30031
2024-04-08 11:10:59 +08:00
Roland Dobai
54fd736bcd
Merge branch 'docs/external_flash' into 'master'
...
docs(idf_py): Describe the option to configure esptool.py with --extra-args
Closes IDFGH-4513
See merge request espressif/esp-idf!29851
2024-04-07 13:50:05 +08:00
Peter Dragun
1830f58920
docs(tools/coredump): add warning about core dump usage with encrypted parttion
...
Closes https://github.com/espressif/esp-coredump/issues/8
2024-04-05 15:41:00 +02:00
Erhan Kurubas
9e80e127ac
doc(jtag): update esp32p4 jtag debugging guide
2024-04-04 21:37:56 +03:00
Peter Dragun
e5760b35a5
docs(tools/coredump): add information about standalone tool for advanced users
...
Closes https://github.com/espressif/esp-idf/issues/13433
2024-04-04 16:47:32 +02:00