mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-05 10:20:55 +02:00
Summary This PR contains adding: Issue template using forms Feature Template using forms Update of Pull Request template All yaml files have been checked by online validator. Pages are rendered here (for easier review): Feature Request template Issue Template Impact These templates can help with more accurate issue/PR explanations which can improve handling these contribution and in overall have a positive influence on User experience. Related links This PR closed issue #5956
48 lines
3.6 KiB
Markdown
48 lines
3.6 KiB
Markdown
# Arduino core for the ESP32, ESP32-S2 and ESP32-C3
|
|
|
|
 [](https://docs.espressif.com/projects/arduino-esp32/en/latest/?badge=latest)
|
|
|
|
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
## Contents
|
|
|
|
- [Development Status](#development-status)
|
|
- [Decoding Exceptions](#decoding-exceptions)
|
|
- [Issue/Bug report template](#issuebug-report-template)
|
|
|
|
### Development Status
|
|
|
|
Latest Stable Release [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/)
|
|
|
|
Latest Development Release [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/)
|
|
|
|
### Documentation
|
|
|
|
You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
|
|
|
|
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
|
|
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
|
|
* [Libraries](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)
|
|
* [ESP-IDF as Component](https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html)
|
|
* [FAQ](https://docs.espressif.com/projects/arduino-esp32/en/latest/faq.html)
|
|
* [Troubleshooting](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)
|
|
|
|
### Supported Chips
|
|
|
|
Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation to see the list of current supported ESP32 SoCs.
|
|
|
|
### Decoding exceptions
|
|
|
|
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
|
|
|
|
### Issue/Bug report template
|
|
Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [Type: For reference](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue+label%3A%22Type%3A+For+reference%22+).
|
|
|
|
Finally, if you are sure no one else had the issue, follow the **Issue template** or **Feature request template** while reporting any [new Issue](https://github.com/espressif/arduino-esp32/issues/new/choose).
|
|
|
|
### Contributing
|
|
|
|
We welcome contributions to the Arduino ESP32 project!
|
|
|
|
See [contributing](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html) in the documentation for more information on how to contribute to the project.
|