forked fromespressif/arduino-esp32
- Notifications
You must be signed in to change notification settings - Fork15
Commit9951a66
update 24042022 (#133)
* 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_OUTPUTTo 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 commit7b89b39.* 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 <abdelatif.guettouche@espressif.com>* scripts/sketch_utils.sh: Move the logic that gets the build dir afterthe part that retrieves the arguments.Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>* workflows/hil.yml: Update the HIL runners tags.Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>* workflows/hil.yml: Remove the Check Artifacts step. That was onlyuseful for debugging.Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>* Pull request/Issue Templates and Readme update (espressif#6577)Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>Co-authored-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>Co-authored-by: Vojtěch Bartoška <76958047+VojtechBartoska@users.noreply.github.com>1 parent813017d commit9951a66
File tree
143 files changed
+562
-7250
lines changed- .github
- ISSUE_TEMPLATE
- scripts
- workflows
- cores/esp32
- libraries/ESP32/examples/Camera/CameraWebServer
- tools
- sdk
- esp32c3
- include
- esp_common/include
- esp_hw_support/port/esp32c3
- esp_littlefs/include
- esp_rainmaker/include
- fb_gfx/include
- ld
- lib
- qspi_qspi
- include
- esp32s2
- include
- esp_common/include
- esp_hw_support/port/esp32s2
- esp_littlefs/include
- esp_rainmaker/include
- fb_gfx/include
- lib
- qspi_qspi
- include
- esp32s3
- include
- esp_common/include
- esp_hw_support/port/esp32s3
- esp_littlefs/include
- esp_rainmaker/include
- fb_gfx/include
- rmaker_common/include
- ld
- lib
- opi_opi
- include
- opi_qspi
- include
- qspi_opi
- include
- qspi_qspi
- include
- esp32
- include
- esp_common/include
- esp_hw_support/port/esp32
- esp_littlefs/include
- fb_gfx/include
- rmaker_common/include
- lib
- qspi_qspi
- include
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+562
-7250
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
20 | 14 | | |
21 | 15 | | |
22 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
19 | 29 | | |
20 | 30 | | |
21 | | - | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| |||
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| 49 | + | |
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments
Comments
(0)