Commit graph

12 commits

Author SHA1 Message Date
Tomáš Pilný
6bdef28532
Doc update: Troubleshooting + SD libs (#8241)
* Updated preferences.rst

* Added into FAQ info about SPIFFS failed mount

* Updated troubleshooting

* Moved SPIFFS paragraph from FAQ to troubleshooting

* Minor updates

* Updated troubleshooting

* Updated SD README files and example comments

* Updated troubleshooting with SD issue

* Added note about S3 pins

* Updated SDMMC test setPins calls + added definition for default pins

* Updated SD_MMC comments

* Added pin table to SD_MMC readme

* Updated table in SD_SPI

* Updated based on comments

* Update io_mux.rst

* Update README.md
2023-08-30 16:23:51 +03:00
James-4DSystems
a9794f9c4f
Update partition_table.rst with Variants Folder detail (#8531)
* Update partition_table.rst

Updating Partition Table Partition with information regarding Variants folder

* Update docs/source/tutorials/partition_table.rst

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>

---------

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
2023-08-29 13:51:55 +03:00
Tomáš Pilný
a2c892073b
Updated preferences and FAQ documentation (added SPIFFS) (#8150)
* Updated preferences.rst

* Added into FAQ info about SPIFFS failed mount
2023-05-11 13:49:30 +03:00
Pedro Minatel
bd83727cd7
[DOCS] Added USB DFU and CDC tools guide (#6756)
* USB CDC and DFU docs

* Added DFU and CDC guide for flashing

* Added tools menu reference guide

* Deleted unrelated file to this PR

The file was added by mistake.

* Small fix in the Serial.begin mention

* Added a not for USB CDC isntead of DFU

* PR review changes
2022-06-16 13:42:01 +03:00
Pedro Minatel
33011ede30
[DOCS] Added partition table tutorial (#6758)
* Added partition table guide

* Using a custom partition file

* Added some more examples for partitions

* Fixed the app partition offset

* Added bare_minimum_2MB partition table file

* PR review changes
2022-05-30 13:47:53 +03:00
Xylopyrographer
3f79097d5f
Add Preferences library API and tutorial documents (#6442)
* Add Preferences library API and tutorial documents

Add API and tutorial documents for the  Preferences library.

* Revise per review

Correct some errors. Remove the "wordiness" is a few places.

* Correct link to Preferences API

Update the references and link to the Preferences API document.

Co-authored-by: Pedro Minatel <pedro.minatel@espressif.com>
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2022-03-28 12:02:10 +03:00
Pedro Minatel
4900979906
Added documentation for the Arduino IDE tools menu (#6284)
* Added the Tools Options into the docs.

* Added more options

* Deleted wrong file.

* [Docs] Added image to show the MSC and some grammar fixes

* [Docs] Added more information about the core selection

* Deleted wrong file.

* [Docs] Added more information about the core selection

* [Docs] Changes according to the PR review
2022-02-16 15:43:21 +02:00
Pedro Minatel
dafdc05249
Docs cleanup and version updated to 2.0.2 (#6213)
* Docs cleanup and version updated to 2.0.2

* Removed issue template information

* Removed issue template file

* Added referecnces for the issue and feature request form
2022-02-01 11:24:06 +02:00
pedro.minatel
8be2f7b1cc Changes according to the PR review 2021-09-21 14:34:21 +01:00
pedro.minatel
e1cdbd7816 Minor changes on the blink tutorial 2021-09-20 12:39:05 +01:00
pedro.minatel
7a35be3e7e Added blink example with Wokwi embedded simulation 2021-09-20 12:00:52 +01:00
Pedro Minatel
1effae46ea
Docs: Initial documentation structure using Sphinx (#5355)
This PR is the initial documentation structure including the basic information about the project and Sphinx configuration.

####CONTENTS:
- Getting Started
- Installing
- Boards
- Libraries
- Library Builder
- Tutorials
- ESP-IDF as Component
- OTA Web Update
- makeEspArduino
- Troubleshooting
- Contributing

This PR also changes the README.md.
2021-07-19 13:37:26 +03:00