eae67a9fb4
WiFi DA: Added Dual Antenna to the docs and example created ( #6357 )
...
Summary
Added the Dual Antenna documentation.
Added the DA example.
2022-02-28 16:48:51 +02:00
d1f0d6c0fc
Added more details about PlatformIO ( #5540 )
...
* Added more details about PlatformIO
* Fixed typo
2022-02-28 15:06:28 +02:00
2884215f85
Documentation for DAC peripheral ( #6337 )
2022-02-23 16:00:16 +02:00
a57cac63e4
Timer API docs + esp32-hal-timer.h edit ( #6335 )
2022-02-23 15:59:20 +02:00
de6994187d
LEDC & SigmaDelta documentation ( #6330 )
...
* LEDC preripheral doc
* SigmaDelta peripheral doc
* Added missing symbol
* Edited grammar, mistakes
* quick edit
2022-02-23 15:58:27 +02:00
491444c15a
[Docs] Added more details about embedded FLASH and PSRAM on ESP32-S3. ( #6321 )
...
* [Docs] Added more information about embedded PSRAM and Flash for ESP32-S3
* [Docs] Fixed some typos
* [Docs] Fixed some spacing issues
2022-02-23 15:57:31 +02:00
a135169176
Added ADC API doc + simple example ( #6301 )
...
* Added ADC API doc + simple example
* Added attenuation input voltage range + conf.py added tabs extension
* Update requirements.txt
* Update adc.rst
2022-02-23 15:45:19 +02:00
b5f3d6c836
Update doc: Arduino as IDF component; fixes #5833 ( #6299 )
...
Summary
Updated documentation describing the usage of Arduino-esp32 core as ESP-IDF component.
Impact
Removed confusing mentions of advanced menuconfig options.
Extended process of installation, setup, and usage.
Related links
Closes #5833
2022-02-23 15:24:40 +02:00
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
2c7052a64c
Installing.rst_update ( #6292 )
...
Co-authored-by: Pedro Minatel <pminatel@gmail.com >
2022-02-16 13:34:51 +02:00
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
7ba11cc1ae
[Docs] Added USB documentation ( #6036 )
...
Summary
Added USB documentation.
Closes : #5784
2021-12-21 12:51:38 +02:00
7b96374ea6
[Fix] Added the Win32 not supported notice/warning ( #6031 )
...
Related to:
#6012
#5994
#5991
2021-12-20 13:11:22 +02:00
fb00b51f99
[DOCS] Writing a new Arduino documentation about GPIO ( #5894 )
...
* add new documation GPIO
Co-authored-by: pedro.minatel <pedro.minatel@espressif.com >
2021-12-14 15:39:54 +02:00
6e0b57784f
[Docs] Update on the Windows install procedures ( #6018 )
2021-12-14 13:56:26 +02:00
399f4ecbb3
[DOCS] Editing usage of Arduino as a component in ESP-IDF ( #5896 )
...
* Editing esp-idf_component docs
* Changed idt to ESP-IDF
Co-authored-by: Pedro Minatel <pminatel@gmail.com >
2021-11-22 13:37:06 +00:00
5de09a9a49
[Docs] Add link to supported soc list on README and ESP32-S3 datasheet ( #5891 )
...
* [Docs] Added the supported SoC table link on the README file
* [Docs] Added the ESP32-S3 datasheet link to the getting started page
2021-11-15 15:19:28 +00:00
b1497fb257
[Docs] Peripheral list updated to include all supported SoCs ( #5851 )
2021-11-08 12:36:06 +02:00
80b8262595
Update esp-idf_component.rst
2021-11-04 17:21:44 +01:00
666cd3cde5
[Docs] Added I2C driver docs ( #5770 )
...
* Added I2C driver docs
docs: Changes on the images and added more details about the I2C slave
* docs: Added slaveWrite description and added docs build folder to the gitignore file
2021-11-04 14:32:05 +02:00
3e851b537a
[Docs] Added useStaticBuffers function description ( #5820 )
...
* docs: Added useStaticBuffers function description
* docs: Default useStaticBuffers configuration in highlight
2021-11-04 14:30:16 +02:00
f410728444
docs: Added supported peripherals list on libraries section ( #5829 )
2021-11-04 14:29:42 +02:00
49f525c91d
Added Python is missing on the troubleshooting section
2021-10-12 13:26:13 +01:00
bd54ee442b
Remove git submodule update ( #5696 )
...
We don't have submodules.
2021-10-01 18:11:59 +03:00
8be2f7b1cc
Changes according to the PR review
2021-09-21 14:34:21 +01:00
e1cdbd7816
Minor changes on the blink tutorial
2021-09-20 12:39:05 +01:00
7a35be3e7e
Added blink example with Wokwi embedded simulation
2021-09-20 12:00:52 +01:00
453af3800c
Supported devices table updated due the 2.0.0 release
2021-08-31 11:29:10 +01:00
ce680708ec
Fixed the external link to a new tab (LOLIN boards) ( #5571 )
...
Moved links to the botton
2021-08-23 15:41:07 +03:00
a7ea737f30
Added LOLIN boards o the boards list.
2021-08-16 09:35:36 +01:00
d5a98f9a39
Doc: Updated Troubleshooting file ( #5430 )
2021-07-26 20:37:12 +03:00
1775dd1faa
Add ReadTheDocs CI ( #5456 )
2021-07-26 16:04:20 +03:00
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