forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit e382746
lbernstonepre-commit-ci-lite[bot]lucasssvaz
authoredfeat(sdmmc): Add RAW disk functions (espressif#9796)
* feat(sdmmc): Add RAW disk functions
feat(sdmmc): fixed printf mismatches and missing callback
feat(sdmmc): added ci.json
Removed excess log_i
* ci(pre-commit): Apply automatic fixes
* Fixed sdmmc host check to pass CI
* feat(sdmmc): fixed example USB check
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>1 parent 575a415 commit e382746
File tree
4 files changed
+146
-1
lines changed- libraries/SD_MMC
- examples/SD2USBMSC
- src
4 files changed
+146
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
30 | + | ||
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
191 | 193 |
| |
192 | 194 |
| |
193 | 195 |
| |
196 | + | ||
194 | 197 |
| |
195 | 198 |
| |
196 | 199 |
| |
| |||
280 | 283 |
| |
281 | 284 |
| |
282 | 285 |
| |
286 | + | ||
287 | + | ||
288 | + | ||
289 | + | ||
290 | + | ||
291 | + | ||
292 | + | ||
293 | + | ||
294 | + | ||
295 | + | ||
296 | + | ||
297 | + | ||
298 | + | ||
299 | + | ||
300 | + | ||
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
283 | 308 |
| |
284 | 309 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
| |||
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
47 | + | ||
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
| |||
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
58 | 67 |
| |
59 | 68 |
| |
60 | 69 |
| |
|
0 commit comments