Adam Múdry
12dfcdd1d9
spiffs: Add esp_spiffs_check() function
...
esp_spiffs_check() exposes SPIFFS_check() functionality to the user
2022-05-27 21:14:33 +00:00
Fu Hanxi
f16e21aa9d
docs(idf.py): add IDF Clang Tidy chapter
2022-05-24 16:08:40 +08:00
mofeifei
91315de70c
docs: fix a command in partition-tables
2022-05-07 15:15:22 +08:00
Krzysztof Budzynski
4b2098bc58
Merge branch 'docs/update_cn_trans_jtag_debugging_docs_4.4' into 'release/v4.4'
...
docs: update jtag_debugging docs and get-started-devkitc.rst (backport v4.4)
See merge request espressif/esp-idf!17493
2022-04-20 16:21:04 +08:00
Krzysztof Budzynski
3d6f7f7fe0
Merge branch 'docs/mr16635_backport_v4.4' into 'release/v4.4'
...
docs: Update CN translation for !16635 , !16702 , !17043 (v4.4)
See merge request espressif/esp-idf!17465
2022-04-20 16:20:42 +08:00
intern
cc054605a0
docs: backport jtag_debugging docs
2022-03-15 18:59:21 +08:00
Shang Zhou
e9e77e3598
docs: backport cn translation for mr16635
2022-03-14 11:36:43 +08:00
Shang Zhou
5da4a79b04
docs: backport cn translation for mr16425
2022-03-11 15:25:52 +08:00
Shang Zhou
d7f8526207
docs: add note for MALLOC_CAP_DMA for ESP32-S2 according to customer feedback
2022-03-03 16:54:18 +08:00
Marius Vikhammer
cdfd59cc0e
docs: update copyright date for docs automatically
2022-02-18 12:59:12 +08:00
Zim Kalinowski
118478cd51
Merge branch 'docs/add_an_example_list_for_esp32-wrover-kit_v4.4' into 'release/v4.4'
...
docs: add an example list for esp-wrover-kit (v4.4)
See merge request espressif/esp-idf!16691
2022-02-16 02:39:04 +00:00
Krzysztof Budzynski
257d95fc22
Merge branch 'docs/pinlayout_image_update_backport_v4.4' into 'release/v4.4'
...
docs: Update ESP32-DevKitC Pin Layout figure of higher resolution (backport v4.4)
See merge request espressif/esp-idf!16364
2022-01-28 03:22:51 +00:00
Shang Zhou
26a876e63f
docs:update ESP32-DevKitC Pin Layout figure of higher resolution
2022-01-27 17:05:01 +08:00
Shang Zhou
3c76a058aa
docs: update CN translation for MR15221 for v4.4
2022-01-27 08:27:04 +00:00
Wang Fang
81936fd2b6
docs: add an example list for esp-wrover-kit
2022-01-07 16:47:54 +08:00
Darian Leung
65e9385d0a
docs: Update Power Management and Sleep Modes docs for ESP32-S3
2022-01-06 10:14:57 +08:00
Marius Vikhammer
02bf07a1a0
docs: update docs with S3 specific information.
2022-01-06 10:14:54 +08:00
xueyunfei
2e4c95c1ee
update s3 doc
2022-01-06 10:09:51 +08:00
Jiang Jiang Jian
7d7f91e1d8
Merge branch 'docs/update_the_pinout_figure_of_esp32_devkitc_v4.4' into 'release/v4.4'
...
docs: update the module on esp32-devkitc from esp32-wrover to esp32-wroom (v4.4)
See merge request espressif/esp-idf!15963
2021-12-08 10:15:54 +00:00
Lv Xin Yue
c25408a009
docs:update the link to esp32-s3-wroom-1 datasheet
2021-12-02 16:51:23 +08:00
Wang Fang
1d4fda8890
docs: replace the module on esp32-devkitc from esp32-wrover to esp32-wroom
2021-11-15 14:48:54 +01:00
Wei Tian Hua
397e148049
Merge branch 'doc/make_classic_bt_API_ref_only_for_esp32_4.4' into 'release/v4.4'
...
Doc/make classic bt api ref only for esp32 [backport v4.4]
See merge request espressif/esp-idf!15727
2021-11-08 09:14:24 +00:00
Armando
cc8214c59d
doc: add flash and psram configuration doc in programming guide
2021-11-08 04:32:18 +00:00
weitianhua
8153b43705
Make ESP32 Bluetooth stack architecture Doc only visible for ESP32
2021-10-29 14:21:18 +08:00
weitianhua
f4aad85f8b
Make Classic BT related document links only visible for ESP32
2021-10-29 14:21:12 +08:00
Alexey Gerenkov
3af4c22f29
Merge branch 'bugfix/oocd_config_file_for_esp32s3' into 'master'
...
docs/esp32s3: Fixes OpenOCD configuration files names
See merge request espressif/esp-idf!15478
2021-10-19 19:07:54 +00:00
Wang Ning
d1ae534250
Merge branch 'docs/fix_typos_in_esp32-s2-saola-1_user_guide' into 'master'
...
Docs: Fixed typos in ESP32-S2-Saola-1 user guide
See merge request espressif/esp-idf!15552
2021-10-19 06:06:56 +00:00
Ivan Grokhotkov
c77950e9fe
Merge branch 'doc/api_stability' into 'master'
...
docs: add a section about API conventions and stability
Closes IDFGH-2658
See merge request espressif/esp-idf!14449
2021-10-18 14:19:12 +00:00
Wang Ning
c0eaa1d99d
docs/fixed_typos_in_esp32-s2-saola-1_user_guide
2021-10-18 16:54:44 +08:00
Shang Zhou
3ffc5f0c67
docs:update CN translation for API reference storage(fatfs and index)
2021-10-15 18:59:22 +08:00
Juraj Sadel
eb86d39136
Merge branch 'feature/xtensa-esp32-elf-clang' into 'master'
...
tools: LLVM for Xtensa (ESP32-S2) based on clang
See merge request espressif/esp-idf!15094
2021-10-14 06:40:48 +00:00
Marek Fiala
582a39126a
Merge branch 'feature/idfpy_dashes_replace' into 'master'
...
tools: replace _ with - in idf.py
Closes IDFGH-3105
See merge request espressif/esp-idf!14752
2021-10-13 13:14:06 +00:00
Juraj Sadel
1a88d5a736
LLVM for Xtensa (ESP32, ESP32-S2) based on clang
2021-10-13 13:45:56 +02:00
Marek Fiala
ff18a96f7d
tools: replace _ with - in idf.py
...
Closes https://github.com/espressif/esp-idf/issues/5126
2021-10-13 17:30:38 +08:00
chenjianxing
2a09234957
esp_phy: rename esp_phy component prefix
2021-10-13 13:10:49 +08:00
Kevin (Lao Kaiyao)
a9faafee3c
Merge branch 'feature/touch_sensor_driver_support_for_esp32s3' into 'master'
...
driver(touch): support touch sensor for esp32s3 platform
Closes IDF-1784 and IDF-3302
See merge request espressif/esp-idf!14102
2021-10-12 05:50:58 +00:00
Alexey Gerenkov
6d9fbc3726
docs/esp32s3: Fixes OpenOCD configuration files names
2021-10-11 22:15:31 +03:00
WangShichang
9f37cfc7fc
add docs "How to improve Wi-Fi performance" in api-guides for esp32s3.
2021-10-11 15:08:02 +08:00
Jakob Hasse
f86e154a56
Merge branch 'feature/removed_hyphens_from_examples' into 'master'
...
[examples]: Project names consistent with their directories
Closes IDFGH-3673
See merge request espressif/esp-idf!13570
2021-10-11 03:43:37 +00:00
Jakob Hasse
81e9266204
[examples]: removed hyphens
...
Replaced hyphens with underscores in examples
project definition for all examples which had
hyphens in their project name. dpp-enrollee is
an exceptions because the name matches the
project directory name while the project
directory also contains hyphens.
2021-10-09 13:58:24 +08:00
laokaiyao
a1cadba191
touch_sensor: apply general check
2021-10-08 11:32:12 +08:00
laokaiyao
fc73e2b7bd
doc/touch: update touch sensor doc for S3
2021-10-08 10:39:46 +08:00
suda-morris
aa73e423d4
lcd: initial build of API docs
2021-10-02 14:23:31 +08:00
Darian
23a03a3bdb
Merge branch 'docs/update_CN_trans_i2c_ledc' into 'master'
...
docs:update CN translation for bootloader, partition-tables, i2c, and ledc
See merge request espressif/esp-idf!15118
2021-09-23 18:13:54 +00:00
Wang Ning
5b339fefdc
docs/update_esp32-s2_devkit_user_guides
2021-09-22 14:59:06 +08:00
daiziyan
aca4a18c50
docs:update CN translation for bootloader, partition-tables, i2c, and ledc
2021-09-18 19:25:38 +08:00
Wang Ning
769a9fa28f
docs/update_two_esp32-c3_devkit_user_guides
2021-09-18 18:46:42 +08:00
Wang Fang
e43df5fce9
Merge branch 'docs/update_devkitc_and_wrover_kit_boards' into 'master'
...
docs: udpate devkitc and wrover-kit boards
Closes DOC-1241, DOC-1195, and DOC-1927
See merge request espressif/esp-idf!14945
2021-09-15 07:27:55 +00:00
Wang Fang
781d760873
docs: udpate devkitc and wrover-kit boards
2021-09-13 18:58:45 +08:00
Marius Vikhammer
0daa30c02c
docs: remove "invisible" unicode character that failed PDF build.
2021-09-13 10:11:08 +08:00