Zhou Xiao
f62f21dafb
[BT-3811] Added BLE Get Started
2024-08-27 09:41:50 +08:00
Wei Yu Han
d60eb862c2
Merge branch 'docs/update_ble_feature_status' into 'master'
...
docs(ble): Updated the support status of Encrypted Advertising Data
See merge request espressif/esp-idf!32892
2024-08-21 18:39:23 +08:00
Wei Yu Han
607c0bdb2f
docs(ble): Updated the support status of Encrypted Advertising Data and LE Power Controll
2024-08-21 18:39:23 +08:00
Ivan Grokhotkov
0773caf283
Merge branch 'feature/idf_py_efuse_qemu' into 'master'
...
feat(idf.py): support efuse-related commands in QEMU
Closes QEMU-193
See merge request espressif/esp-idf!29809
2024-08-21 16:13:54 +08:00
C.S.M
6730203c1d
Merge branch 'support_psram_noinit_segment_on_s3' into 'master'
...
feat(psram): add psram noinit segment support on s2/s3/p4/c5 and bss segment on c5
Closes IDF-4811, IDF-8689, IDF-10311, and IDFGH-13336
See merge request espressif/esp-idf!32503
2024-08-21 15:25:07 +08:00
Chen Jichang
1c1f536235
feat(psram): add psram noinit segment support on S2/S3/P4/C5
...
Closes https://github.com/espressif/esp-idf/issues/14253
2024-08-21 12:13:16 +08:00
Zhang Xiao Yan
357e28826d
Merge branch 'docs/update_application_examples_build_system' into 'master'
...
docs: update application examples for build_system
See merge request espressif/esp-idf!32319
2024-08-20 15:51:24 +08:00
Ren Pei Ying
afce238ca2
Merge branch 'docs/provide_cn_trans_for_partition-table_and_nvs_encryption' into 'master'
...
docs: Update CN translation for partition-table and nvs-encryption
Closes DOC-8184
See merge request espressif/esp-idf!32879
2024-08-19 15:22:28 +08:00
renpeiying
98655d4ad3
docs: Update CN translation for partition-table and nvs-encryption
2024-08-19 12:58:37 +08:00
Ivan Grokhotkov
5ef75d5073
Merge branch 'bugfix/reproducible_builds_improvements' into 'master'
...
build system: reproducible build improvements
Closes IDFGH-12690
See merge request espressif/esp-idf!32734
2024-08-16 19:02:40 +08:00
Linda
4fc4f7053b
docs: update application examples for build_system
2024-08-16 17:59:11 +08:00
Linda
e5019c9da0
docs: update application examples related to system
2024-08-16 16:16:58 +08:00
Wei Yu Han
93fe12f54c
docs(ble): Added BLE feature support status
2024-08-16 10:47:52 +08:00
Ivan Grokhotkov
7b228ce8ab
feat(idf.py): allow running idf.py efuse-* commands with QEMU
2024-08-15 16:57:08 +02:00
Ivan Grokhotkov
bef4cb05ff
fix(build_system): fix toolchain sysroot directory affecting builds
...
Closes https://github.com/espressif/esp-idf/issues/13680
2024-08-15 16:41:31 +02:00
Marius Vikhammer
db1461f45d
Revert "docs(ble): Added BLE feature support status"
...
This reverts commit 3bd599eb13
.
2024-08-13 12:49:36 +08:00
Linda
8d2eab13ed
docs: update application examples for cplusplus.rst
2024-08-12 14:15:32 +08:00
Erhan Kurubas
9b38f87781
Revert "Merge branch 'add_openocd_stub_bins' into 'master'"
...
This reverts merge request !31504
2024-08-09 22:49:43 +02:00
Erhan Kurubas
6c0b4c90b4
Merge branch 'add_openocd_stub_bins' into 'master'
...
Preload openocd stub binaries and reserve memory for debugging
See merge request espressif/esp-idf!31504
2024-08-09 19:22:28 +08:00
Wei Yu Han
3bd599eb13
docs(ble): Added BLE feature support status
2024-08-09 17:13:12 +08:00
Zhang Xiao Yan
5f00f0d994
Merge branch 'docs/delete_user_guides_three_esp32_dev_boards' into 'master'
...
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
See merge request espressif/esp-idf!32587
2024-08-09 11:42:31 +08:00
Erhan Kurubas
c7931b0782
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
2024-08-08 23:25:26 +02:00
Martin Vychodil
a5871f8fa8
Merge branch 'feature/fs_considerations' into 'master'
...
[Storage/Docs]: File system considerations
Closes IDF-8430 and IDF-8436
See merge request espressif/esp-idf!29972
2024-08-09 00:23:54 +08:00
Martin Vychodil
e60f6d024e
docs(storage): added File system considerations document into the API Guides
2024-08-08 15:57:35 +02:00
C.S.M
bf31a8e781
feat(usb_serial_jtag): Add usb serial jtag support on esp32c61
2024-08-08 11:11:24 +08:00
Linda
8d09486eea
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
2024-08-07 10:49:26 +08:00
Fu Hanxi
1d40eb8ce3
docs: fix found warnings and errors by rstfmt
2024-08-05 11:50:07 +02:00
Wu Zheng Hui
f2cf9a961b
Merge branch 'doc/update_esp32p4_pm_programming_guide_docs' into 'master'
...
docs(pm): update power management related docs for esp32p4
Closes IDF-7672
See merge request espressif/esp-idf!31328
2024-08-01 19:05:15 +08:00
wuzhenghui
172402528d
docs(pm): update power management related docs for esp32p4
2024-08-01 15:50:46 +08:00
Daniel Paul
1870eaa2ba
Merge branch 'docs/consistent_naming_convention_for_ESP_Component_Registry' into 'master'
...
docs: Consistent naming convention for ESP Component Registry
See merge request espressif/esp-idf!31205
2024-07-29 17:30:33 +08:00
Zhang Xiao Yan
9e1d02a3ef
Merge branch 'docs/add_application_examples_system_component' into 'master'
...
docs: add or update application examples of system component
See merge request espressif/esp-idf!32004
2024-07-29 17:20:17 +08:00
Linda
0af1256a12
docs: add or update application examples of system component
2024-07-29 16:00:18 +08:00
Yuhan Wei
d5c35d8b9b
docs(ble): Fixed the image name in classic-bt/overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
124a23d9b1
docs(ble): Uploaded the classic-bluetooth-architecture.png; Applied the suggestion from Mengyang
2024-07-25 17:05:45 +08:00
Yuhan Wei
b71b3366d9
docs(ble): Adjusted the title level in the chinese version of overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
4b32ffb8a9
docs(ble): created an independent entry for classic bt
2024-07-25 17:05:45 +08:00
Yuhan Wei
dc6f1503c2
docs(ble): Modified the table of content in ble/index.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
95f9bf8e64
docs(ble): Make the section name consistent for the zh_CN and eng versions
2024-07-25 17:05:45 +08:00
Yuhan Wei
8379a45f4d
docs(ble): Moved blufi to ble folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
c6f974e689
docs(ble): Created an independent BLE folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
e4b3fe2f46
docs(ble): Reorganized the bluetooth API guide structure
2024-07-25 17:05:45 +08:00
Liu Xiao Yu
d2cb23c28a
Merge branch 'docs/fix_intr_num_hlinterrupts_doc' into 'master'
...
docs(interrupts): fix wrong high-level interrupt level num in doc
Closes IDF-10445
See merge request espressif/esp-idf!32284
2024-07-25 16:32:31 +08:00
C.S.M
efff933047
docs(spiram): Add docs for adjusting timing phase via temperature
2024-07-25 13:48:41 +08:00
Zhang Xiao Yan
8b51fd2395
Merge branch 'docs/update_application_examples_sleep' into 'master'
...
docs: update application examples for sleep_modes.rst and deep-sleep-stub.rst
See merge request espressif/esp-idf!32256
2024-07-24 17:31:27 +08:00
shenmengjing
df8009fb95
docs: Consistent naming convention in CN translation
2024-07-24 17:20:30 +08:00
Linda
08ea11fd43
docs: update application examples for sleep_modes.rst and deep-sleep-stub.rst
2024-07-24 16:11:55 +08:00
Alexey Gerenkov
bdb9f972c6
Merge branch 'esp32c5_jtag_doc_update' into 'master'
...
docker / docker (push) Has been cancelled
Update esp32c5 jtag debugging guide
Closes IDF-9491
See merge request espressif/esp-idf!32189
2024-07-23 21:47:33 +08:00
Xiaoyu Liu
9049a625c0
docs(interrupts): fix wrong high-level interrupt level num in doc
2024-07-23 14:45:24 +08:00
Zhang Shu Xian
93ac6668c4
Merge branch 'docs/update_cn_trans_for_api_guides' into 'master'
...
docs: Update cn trans for bootloader and host-apps in api-guides
See merge request espressif/esp-idf!32070
2024-07-22 14:14:51 +08:00
Zhang Shu Xian
fc4b5f3dde
Merge branch 'docs/translate_lowpower_mode' into 'master'
...
Docs/translate lowpower mode
Closes DOC-7661
See merge request espressif/esp-idf!30827
2024-07-22 09:28:39 +08:00