forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 6e60f2f
author
authoredLusimiCollado
feat(variant): add kode dot ESP32-S3 board with QSPI LCD, SD and GPIO ... (espressif#11371)
* feat(variant): add KodeDot ESP32-S3 board with QSPI LCD, SD and GPIO header
* fix(kodedot): Reorder board definitions and translate comments to English
* fix(kodedot): Clean up OTA override and remove unused partition menu for kode dot
* fix(kodedot): Build board changed from ESP32S3_DEV to KODE_DOT on kode dot board
* ci(pre-commit): Fix whitespace, EOLs and codespell 'Analog'
* ci(pre-commit): Add bash script formatter
* fix(merge): New name and description for custom merge tool and change partitions table to variants folder1 parent 6476260 commit 6e60f2f
File tree
5 files changed
+201
-0
lines changed- variants/kodedot
5 files changed
+201
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50547 | 50547 |
| |
50548 | 50548 |
| |
50549 | 50549 |
| |
50550 | + | ||
50551 | + | ||
50552 | + | ||
50553 | + | ||
50554 | + | ||
50555 | + | ||
50556 | + | ||
50557 | + | ||
50558 | + | ||
50559 | + | ||
50560 | + | ||
50561 | + | ||
50562 | + | ||
50563 | + | ||
50564 | + | ||
50565 | + | ||
50566 | + | ||
50567 | + | ||
50568 | + | ||
50569 | + | ||
50570 | + | ||
50571 | + | ||
50572 | + | ||
50573 | + | ||
50574 | + | ||
50575 | + | ||
50576 | + | ||
50577 | + | ||
50578 | + | ||
50579 | + | ||
50580 | + | ||
50581 | + | ||
50582 | + | ||
50583 | + | ||
50584 | + | ||
50585 | + | ||
50586 | + | ||
50587 | + | ||
50588 | + | ||
50589 | + | ||
50590 | + | ||
50591 | + | ||
50592 | + | ||
50593 | + | ||
50594 | + | ||
50595 | + | ||
50596 | + | ||
50597 | + | ||
50598 | + | ||
50599 | + | ||
50600 | + | ||
50601 | + | ||
50602 | + | ||
50603 | + | ||
50604 | + | ||
50605 | + | ||
50606 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 | + | ||
334 | + | ||
335 | + | ||
336 | + | ||
337 | + | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
345 | + | ||
346 | + | ||
347 | + | ||
348 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + |
Original 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 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + |
0 commit comments