Wykres commitów

215 Commity (8a8ed00852d325b23cd531f54b0cc738a738adfb)

Autor SHA1 Wiadomość Data
Linda ecddca6582 docs: add command example to get-started/establish-serial-connection 2024-02-27 11:28:40 +08:00
Marius Vikhammer 4d28524bdb docs(esp32c5): add support for building C5 docs 2024-02-01 10:06:41 +08:00
kirill.chalov 22a053f1fc docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit 2024-01-23 15:22:29 +08:00
Shang Zhou c1e3440352 docs: Update CN translation for idf-py.rst and linux-macos-setup.rst 2023-12-15 11:50:38 +00:00
Peter Dragun 0022803ed6 docs(tools/monitor): custom reset sequence from esptool 2023-12-07 10:06:24 +01:00
Linda acf5cc636a docs: move the output log of targets to .inc files 2023-11-28 18:27:55 +08:00
Jakub Kocka 9cc213289d docs(get-started): Adjusteded docs flashing part to be more user friendly
Closes https://github.com/espressif/esp-idf/issues/12366
2023-10-19 15:11:34 +02:00
Cai Xin Ying 01209e459c docs: update document format issues 2023-10-14 03:55:41 +08:00
Linda 6c96e58228 docs: update the command to exit the screen session 2023-09-25 15:34:48 +08:00
caixinying-git 10a625a7cb docs: update format issues left in CN docs 2023-09-15 17:51:12 +08:00
Zhang Xiao Yan 6bb7cb8c25 Merge branch 'docs/add_troubleshooting_notes_to_establish_serial_connection' into 'master'
docs: add troubleshooting notes to establish-serial-connection.rst

See merge request espressif/esp-idf!25534
2023-09-13 02:27:38 +08:00
Linda cfd84269e7 docs: add troubleshooting notes to establish-serial-connection.rst 2023-09-12 17:53:36 +08:00
renpeiying 23334980b6 Update Chinese translation for adding dl.espressif.cn 2023-09-01 17:40:19 +08:00
Shang Zhou 00fe2a6166 docs: Update CN translation for idf-tools.rst and get-started/index.rst 2023-08-21 15:34:26 +02:00
radim.karnis 8acde05a5c feat: Drop Python 3.7 support 2023-08-08 08:37:29 +02:00
Cai Xin Ying 9de7cbdc18 Docs: Update format issues for EN and CN files under get-started folder 2023-07-11 15:03:50 +08:00
Linda b730910a9c docs: fix a typo in get-started/start-project 2023-06-30 17:48:50 +08:00
Marius Vikhammer aeeee67164 docs: updated misc docs with H2 specific information. 2023-06-06 09:48:47 +08:00
Wang Ning 2c1f2ad02b docs/add link to esp32-c6 devkit user guide 2023-05-10 16:58:47 +08:00
Linda 97ba0d2426 docs: update installation prerequisites for Ubuntu and Debian system 2023-05-08 18:59:41 +08:00
Marius Vikhammer a964b85d45 docs: use soc_caps directly in text where possible 2023-03-28 17:23:43 +08:00
Linda c36b2eac6f docs: remove incorrect note from get started of esp32s3 2023-02-15 15:44:39 +08:00
daiziyan f6419eb3fe docs: update CN trans for memory-types,tips-and-quirks, partition-tables and start-project 2023-01-10 02:40:03 +00:00
Marius Vikhammer f7a0a3040c esp-hw-support: update C6 chip info to include 802.15.4 support 2022-11-17 14:27:26 +08:00
Marius Vikhammer 0244c81fd2 docs: update getting started and frontpage docs for C6 2022-11-17 11:30:30 +08:00
Wang Ning 9246600b11 Docs: Updated ESP32-S2-DevKitM-1 User Guide for ECO1 2022-09-20 20:39:53 +08:00
Marius Vikhammer 8540e7a772 docs: fixed misc broken links 2022-09-18 15:03:39 +08:00
daiziyan 49aaea7509 docs: updated gpio and sync up line numbers 2022-09-09 02:39:35 +00:00
wangziyan da9d7a257a docs: fix typos in get-started 2022-08-31 16:30:58 +08:00
Mo Fei Fei 62e968589f Docs: update cn translation for establish-serial-connection.rst 2022-08-31 12:43:25 +08:00
Shang Zhou a199f6f773 docs: provide CN translation for 18484 2022-08-09 09:52:07 +00:00
pedro.minatel 1df9480e29 Added procedures for the USB flashing
Link to the esptool page fixed and changes on the USB diagrams
Changes from MR review
2022-08-09 09:52:07 +00:00
jingli 209cb1f8ee docs: fix xtal kconfig related description 2022-08-05 19:12:29 +08:00
Anton Maklakov 80b97faade Merge branch 'docs/get_started_macos_rosetta' into 'master'
docs: add a suggestion for apple m1 users

Closes IDFGH-7758

See merge request espressif/esp-idf!18981
2022-07-27 10:03:48 +08:00
Anton Maklakov f5b626db63 docs: add CN translation for linux-macos-setup.rst update 2022-07-26 18:16:49 +07:00
wangziyan 1f56072b3c docs: update the tips 2022-07-26 17:35:30 +08:00
wangziyan b09b3bd5b1 docs: provide tips for Mac users 2022-07-26 15:29:44 +08:00
Wang Fang c69908e976 docs: deleted IDE documentation and provided links to these IDE GitHub repos 2022-07-07 18:14:26 +08:00
Tomas Rezucha 11fd801ed9 docs: Add information about BSPs 2022-06-14 12:09:21 +02:00
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
Jiang Jiang Jian 3941b8d136 Merge branch 'docs/c2_getting_started' into 'master'
docs: update getting started guide for C2

Closes IDF-4211

See merge request espressif/esp-idf!18179
2022-05-30 10:53:15 +08:00
Roland Dobai ed795c86df Tools: Use built-in venv instead of virtualenv for creating Python environments 2022-05-28 06:43:14 +00:00
Marius Vikhammer 7dcd85b873 docs: update getting started guide for C2 2022-05-28 14:22:13 +08:00
Marius Vikhammer 030e52f5d4 Merge branch 'feature/improve_doc_link_check' into 'master'
docs: fix broken links and re-enable linkchecker

Closes IDF-2640

See merge request espressif/esp-idf!17919
2022-05-19 15:52:17 +08:00
mofeifei 6b29118765 docs: sync up lines for api-guides and get-started 2022-05-09 02:10:06 +00:00
Marius Vikhammer 030cb77597 docs: update redirected links 2022-05-07 13:09:41 +08:00
mofeifei cb64aebb3a docs: Review get started docs 2022-05-02 12:51:05 +02:00
Djordje Nedic 5250ca1627 docs: fix getting started having 2 toctrees
Instead of having 2 toctrees for setup and build your first project parts, use os-specific refs for the build your first project part
2022-05-02 11:37:19 +02:00
Wang Fang e1ce61ea91 docs: updated hardware-related documents 2022-04-14 11:08:13 +08:00
Krzysztof Budzynski 6249b3d671 Merge branch 'bugfix/vscode_docs' into 'master'
docs: Update vscode-setup.rst, merges https://github.com/espressif/esp-idf/pull/8437

Closes IDFGH-6810

See merge request espressif/esp-idf!17269
2022-03-10 12:37:38 +08:00