-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into xiao_esp32s3_plus
- Loading branch information
Showing
130 changed files
with
3,990 additions
and
1,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Arduino ESP32 Gitter Channel | ||
url: https://gitter.im/espressif/arduino-esp32 | ||
about: Community channel for questions and help | ||
- name: Arduino Core for Espressif Discord Server | ||
url: https://discord.gg/8xY6e9crwv | ||
about: Community Discord server for questions and help | ||
- name: ESP32 Forum - Arduino | ||
url: https://esp32.com/viewforum.php?f=19 | ||
about: Official Forum for questions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
####################################################### | ||
pioarduino - (p)eople (i)nitiated (o)ptimized (arduino) | ||
####################################################### | ||
|
||
.. warning:: | ||
This tool is **not maintained by the ESP32 Arduino Core team**, so we cannot provide support or guarantee that it will work as expected. | ||
|
||
.. note:: | ||
This is a work in progress documentation and we will appreciate your help! We are looking for contributors! | ||
|
||
About | ||
----- | ||
|
||
For more information, please refer to the `official documentation <https://github.com/pioarduino/platform-espressif32>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
##### | ||
Wokwi | ||
##### | ||
|
||
.. warning:: | ||
This tool is **not maintained by the ESP32 Arduino Core team**, so we cannot provide support or guarantee that it will work as expected. | ||
|
||
.. note:: | ||
This is a work in progress documentation and we will appreciate your help! We are looking for contributors! | ||
|
||
About | ||
----- | ||
|
||
Wokwi is an online Electronics simulator. You can use it to simulate Arduino, ESP32, and many other popular boards, parts and sensors. | ||
|
||
The advantages of using Wokwi include: | ||
|
||
- Immediate start: No need to wait for components or download large software. Everything required is available in your browser, enabling you to begin coding your IoT project within seconds. | ||
- Safe experimentation: Virtual hardware cannot be damaged, allowing users to experiment freely without the risk of destroying components. Mistakes can be easily undone. | ||
- Easy collaboration: Sharing a link to your Wokwi project facilitates obtaining help and feedback from others. | ||
- Code reliability: Helps in distinguishing between hardware and software issues, thereby increasing confidence in your code. | ||
- Unlimited resources: Access to an unlimited number of parts without concerns about cost or availability. | ||
- Supportive community: A maker-friendly environment where users can share projects, seek assistance, and find inspiration. | ||
|
||
Unique features provided by Wokwi: | ||
|
||
- Wi-Fi simulation - Connect your simulated project to the internet. You can use MQTT, HTTP, NTP, and many other network protocols. | ||
- Virtual Logic Analyzer - Capture digital signals in your simulation (e.g. UART, I2C, SPI) and analyze them on your computer. | ||
- Advanced debugging with GDB - Powerful Arduino debugger for advanced users. | ||
- SD card simulation - Store and retrieve files and directories from your code. Paying users can also upload binary files (such as images) | ||
- Chips API - Create your own custom chips and parts, and share them with the community. | ||
- Visual Studio Code integration - Simulate your embedded projects directly from VS Code. | ||
|
||
Pricing | ||
------- | ||
|
||
Wokwi is free for personal use. For commercial users and professionals, please check out the paid plans in the `pricing page <https://wokwi.com/pricing>`_. | ||
|
||
Learn more | ||
---------- | ||
|
||
For more information, please refer to the `official Wokwi website <https://wokwi.com>`_ and the `Wokwi documentation <https://docs.wokwi.com>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
################# | ||
Third Party Tools | ||
################# | ||
|
||
Here you will find documentation pages for third party tools that can be used with the ESP32 Arduino Core. | ||
|
||
.. warning:: | ||
These tools are **not maintained by the ESP32 Arduino Core team**, so we cannot provide support or guarantee that they will work as expected. | ||
Each tool documentation should be provided and maintained by the community. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
pioarduino <third_party/pioarduino> | ||
Wokwi <third_party/wokwi> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ esp-docs>=1.4.0 | |
sphinx-copybutton==0.5.0 | ||
sphinx-tabs==3.2.0 | ||
numpydoc==1.5.0 | ||
standard-imghdr==3.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=ArduinoOTA | ||
version=3.1.0 | ||
version=3.1.1 | ||
author=Ivan Grokhotkov and Hristo Gochkov | ||
maintainer=Hristo Gochkov <[email protected]> | ||
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=BLE | ||
version=3.1.0 | ||
version=3.1.1 | ||
author=Neil Kolban <[email protected]> | ||
maintainer=Dariusz Krempa <[email protected]> | ||
sentence=BLE functions for ESP32 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=DNSServer | ||
version=3.1.0 | ||
version=3.1.1 | ||
author=Kristijan Novoselić | ||
maintainer=Kristijan Novoselić, <[email protected]> | ||
sentence=A simple DNS server for ESP32. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=EEPROM | ||
version=3.1.0 | ||
version=3.1.1 | ||
author=Ivan Grokhotkov | ||
maintainer=Paolo Becchi <[email protected]> | ||
sentence=Enables reading and writing data a sequential, addressable FLASH storage | ||
|
Oops, something went wrong.