Commit fe70e9b
committed
File tree
Expand file treeCollapse file tree
90 files changed
+3084
-374
lines changedFilter options
- .github/workflows
- cores/esp32
- docs/source
- api
- tutorials
- libraries
- HTTPUpdateServer/examples/WebUpdater
- SD
- src
- SD_MMC
- examples/SDMMC_Test
- src
- Update/src
- WiFi/src
- tools/partitions
- variants
- Aventen_S3_Sync
- Bee_Data_Logger
- Bee_Motion
- Bee_Motion_S3
- Bee_S3
- Edgebox-ESP-100
- Nebula_S3
- XIAO_ESP32S3
- adafruit_feather_esp32s3
- adafruit_feather_esp32s3_nopsram
- adafruit_feather_esp32s3_reversetft
- adafruit_feather_esp32s3_tft
- adafruit_matrixportal_esp32s3
- adafruit_metro_esp32s3
- adafruit_qtpy_esp32s3_n4r2
- adafruit_qtpy_esp32s3_nopsram
- bpi_leaf_s3
- crabik_slot_esp32_s3
- cytron_maker_feather_aiot_s3
- deneyapkart1Av2
- deneyapmini
- deneyapminiv2
- dfrobot_firebeetle2_esp32s3
- dfrobot_romeo_esp32s3
- esp32_s3r8n16
- esp32s3
- esp32s3box
- esp32s3camlcd
- esp32s3usbotg
- heltec_wifi_kit_32_v3
- heltec_wifi_lora_32_V3
- heltec_wireless_stick_lite_v3
- lilygo_t_display
- lilygo_t_display_s3
- lionbits3
- lolin_s3
- lolin_s3_mini
- lolin_s3_pro
- m5stack_atoms3
- m5stack_cores3
- m5stack_stamp_s3
- namino_arancio
- namino_rosso
- nora_w10
- redpill_esp32s3
- tamc_termod_s3
- um_feathers3
- um_nanos3
- um_pros3
- um_tinys3
- unphone8
- unphone9
- wifiduino32s3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
90 files changed
+3084
-374
lines changed.github/workflows/allboards.yml
Copy file name to clipboardExpand all lines: .github/workflows/allboards.yml+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
| ||
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
| 70 | + |
| 71 | + |
66 | 72 |
|
67 | 73 |
|
68 | 74 |
|
|
+1,740-240Lines changed: 1740 additions & 240 deletions
Large diffs are not rendered by default.
+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
177 |
| - |
178 |
| - |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
179 | 188 |
|
180 | 189 |
|
181 | 190 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
| 24 | + |
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
|
cores/esp32/esp32-hal-gpio.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-gpio.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| 170 | + |
| 171 | + |
| 172 | + |
170 | 173 |
|
171 | 174 |
|
172 | 175 |
|
|
cores/esp32/esp32-hal-gpio.h
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-gpio.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
|
cores/esp32/esp32-hal-ledc.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-ledc.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
237 |
| - |
| 237 | + |
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
243 |
| - |
| 243 | + |
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
|
cores/esp32/esp32-hal-misc.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-misc.c+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
212 | 217 |
|
213 | 218 |
|
214 | 219 |
|
| 220 | + |
215 | 221 |
|
216 | 222 |
|
217 | 223 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
| 51 | + |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
| 208 | + |
+1-18Lines changed: 1 addition & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 17 | + |
docs/source/troubleshooting.rst
Copy file name to clipboardExpand all lines: docs/source/troubleshooting.rst+132-12Lines changed: 132 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 |
| - |
60 |
| - |
| 59 | + |
| 60 | + |
61 | 61 |
|
| 62 | + |
62 | 63 |
|
63 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
64 | 67 |
|
65 |
| - |
| 68 | + |
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
71 |
| - |
| 74 | + |
72 | 75 |
|
73 |
| - |
| 76 | + |
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
| ||
87 | 90 |
|
88 | 91 |
|
89 | 92 |
|
90 |
| - |
91 |
| - |
| 93 | + |
| 94 | + |
92 | 95 |
|
93 | 96 |
|
94 | 97 |
|
| ||
104 | 107 |
|
105 | 108 |
|
106 | 109 |
|
107 |
| - |
| 110 | + |
108 | 111 |
|
109 | 112 |
|
110 | 113 |
|
| ||
119 | 122 |
|
120 | 123 |
|
121 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
docs/source/tutorials/cdc_dfu_flash.rst
Copy file name to clipboardExpand all lines: docs/source/tutorials/cdc_dfu_flash.rst+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
docs/source/tutorials/io_mux.rst
Copy file name to clipboardExpand all lines: docs/source/tutorials/io_mux.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
|
docs/source/tutorials/partition_table.rst
Copy file name to clipboardExpand all lines: docs/source/tutorials/partition_table.rst+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
135 | 149 |
|
136 | 150 |
|
137 | 151 |
|
|
libraries/HTTPUpdateServer/examples/WebUpdater/WebUpdater.ino
Copy file name to clipboardExpand all lines: libraries/HTTPUpdateServer/examples/WebUpdater/WebUpdater.ino+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
| 36 | + |
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
|
0 commit comments