You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Delete stale.yml
* IDF release/v4.4 b8050b365e (espressif#6594)
* Update camera example to support face detection and recognition (espressif#6603)
Fixes: espressif#6508
* Change pinMode OUTPUT to INPUT_OUTPUT (espressif#6602)
* Change OUTPUT to INPUT_OUTPUT
To match the official Arduino API.
* Changed type of LEDC frequency from double to uint32_t (espressif#6570)
* BUGFIX: FS read + speed improvements for SD (espressif#6569)
* Revert "Edited VFSFileImpl::read to use both read/fread (espressif#6456)"
This reverts commit 7b89b39.
* Added default file buffer size + function to change it by user
* workflows/publish.yml: Run the workflow on success and failure only. (espressif#6531)
* workflows/publish.yml: Run the workflow on success and failure only.
This prevents trying to run when the trigger was cancelled or skipped.
In these cases there will be no event file to upload.
Signed-off-by: Abdelatif Guettouche <[email protected]>
* scripts/sketch_utils.sh: Move the logic that gets the build dir after
the part that retrieves the arguments.
Signed-off-by: Abdelatif Guettouche <[email protected]>
* workflows/hil.yml: Update the HIL runners tags.
Signed-off-by: Abdelatif Guettouche <[email protected]>
* workflows/hil.yml: Remove the Check Artifacts step. That was only
useful for debugging.
Signed-off-by: Abdelatif Guettouche <[email protected]>
* Pull request/Issue Templates and Readme update (espressif#6577)
* Templates and readme
* Templates_and_readme
* Delete libraries/RainMaker directory
* Delete tools/sdk/esp32/include/esp_rainmaker directory
* Delete tools/sdk/esp32s2/include/esp_rainmaker directory
* Delete tools/sdk/esp32s3/include/esp_rainmaker directory
* Delete tools/sdk/esp32c3/include/esp_rainmaker directory
Co-authored-by: Me No Dev <[email protected]>
Co-authored-by: Jan Procházka <[email protected]>
Co-authored-by: Abdelatif Guettouche <[email protected]>
Co-authored-by: Vojtěch Bartoška <[email protected]>
### 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)
5
+
### 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) or [open a new Discussion](https://github.com/espressif/arduino-esp32/discussions)
Latest Development Release [](https://github.com/espressif/arduino-esp32/releases/)[](https://github.com/espressif/arduino-esp32/releases/)[](https://github.com/espressif/arduino-esp32/releases/)
18
22
23
+
### Development Planning
24
+
25
+
Our Development is fully tracked on this public **[Roadmap 🎉](https://github.com/orgs/espressif/projects/3)**
26
+
27
+
For even more information you can take a look at [Sprint Meeting notes](https://github.com/espressif/arduino-esp32/discussions/categories/sprints-meeting-notes) or join [Monthly Community Meetings 🔔](https://github.com/espressif/arduino-esp32/discussions/categories/monthly-community-meetings)
28
+
19
29
### Documentation
20
30
21
-
You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
31
+
You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
*[Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
@@ -36,6 +46,7 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en
36
46
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
37
47
38
48
### Issue/Bug report template
49
+
39
50
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+).
40
51
41
52
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).
0 commit comments