|
4 | 4 | "file":"libspi_flash.a", |
5 | 5 | "src":"build/esp-idf/spi_flash/libspi_flash.a", |
6 | 6 | "out":"lib/libspi_flash.a", |
7 | | - "targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4","esp32c5"] |
| 7 | + "targets":["esp32","esp32c2","esp32c3","esp32c5","esp32c6","esp32c61","esp32h2","esp32p4","esp32s2","esp32s3"] |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "file":"libesp_psram.a", |
|
45 | 45 | ], |
46 | 46 | "targets":[ |
47 | 47 | { |
48 | | - "target": "esp32c5", |
| 48 | + "target": "esp32", |
49 | 49 | "features":["qio_ram"], |
50 | 50 | "idf_libs":["qio","80m"], |
51 | 51 | "bootloaders":[ |
|
58 | 58 | ["dio","80m"] |
59 | 59 | ] |
60 | 60 | }, |
61 | | - { |
62 | | - "target": "esp32p4", |
63 | | - "features":["qio_ram","esp_sr"], |
64 | | - "idf_libs":["qio","80m_200m"], |
65 | | - "bootloaders":[ |
66 | | - ["qio","80m_200m"], |
67 | | - ["dio","80m_200m"], |
68 | | - ["qio","40m_200m"], |
69 | | - ["dio","40m_200m"] |
70 | | - ], |
71 | | - "mem_variants":[ |
72 | | - ["dio","80m_200m"] |
73 | | - ] |
74 | | - }, |
75 | 61 | { |
76 | 62 | "target": "esp32c2", |
77 | 63 | "skip": 1, |
|
88 | 74 | ] |
89 | 75 | }, |
90 | 76 | { |
91 | | - "target": "esp32h2", |
| 77 | + "target": "esp32c3", |
92 | 78 | "features":[], |
93 | | - "idf_libs":["qio","64m"], |
| 79 | + "idf_libs":["qio","80m"], |
94 | 80 | "bootloaders":[ |
95 | | - ["qio","64m"], |
96 | | - ["dio","64m"], |
97 | | - ["qio","16m"], |
98 | | - ["dio","16m"] |
| 81 | + ["qio","80m"], |
| 82 | + ["dio","80m"], |
| 83 | + ["qio","40m"], |
| 84 | + ["dio","40m"] |
99 | 85 | ], |
100 | 86 | "mem_variants":[ |
101 | | - ["dio","64m"] |
| 87 | + ["dio","80m"] |
102 | 88 | ] |
103 | 89 | }, |
104 | 90 | { |
105 | | - "target": "esp32c6", |
106 | | - "features":[], |
| 91 | + "target": "esp32c5", |
| 92 | + "features":["qio_ram"], |
107 | 93 | "idf_libs":["qio","80m"], |
108 | 94 | "bootloaders":[ |
109 | 95 | ["qio","80m"], |
|
116 | 102 | ] |
117 | 103 | }, |
118 | 104 | { |
119 | | - "target": "esp32c3", |
| 105 | + "target": "esp32c6", |
120 | 106 | "features":[], |
121 | 107 | "idf_libs":["qio","80m"], |
122 | 108 | "bootloaders":[ |
|
130 | 116 | ] |
131 | 117 | }, |
132 | 118 | { |
133 | | - "target": "esp32", |
| 119 | + "target": "esp32c61", |
| 120 | + "skip": 1, |
134 | 121 | "features":["qio_ram"], |
135 | 122 | "idf_libs":["qio","80m"], |
136 | 123 | "bootloaders":[ |
|
143 | 130 | ["dio","80m"] |
144 | 131 | ] |
145 | 132 | }, |
| 133 | + { |
| 134 | + "target": "esp32h2", |
| 135 | + "features":[], |
| 136 | + "idf_libs":["qio","64m"], |
| 137 | + "bootloaders":[ |
| 138 | + ["qio","64m"], |
| 139 | + ["dio","64m"], |
| 140 | + ["qio","16m"], |
| 141 | + ["dio","16m"] |
| 142 | + ], |
| 143 | + "mem_variants":[ |
| 144 | + ["dio","64m"] |
| 145 | + ] |
| 146 | + }, |
| 147 | + { |
| 148 | + "target": "esp32p4", |
| 149 | + "features":["qio_ram","esp_sr"], |
| 150 | + "idf_libs":["qio","80m_200m"], |
| 151 | + "bootloaders":[ |
| 152 | + ["qio","80m_200m"], |
| 153 | + ["dio","80m_200m"], |
| 154 | + ["qio","40m_200m"], |
| 155 | + ["dio","40m_200m"] |
| 156 | + ], |
| 157 | + "mem_variants":[ |
| 158 | + ["dio","80m_200m"] |
| 159 | + ] |
| 160 | + }, |
146 | 161 | { |
147 | 162 | "target": "esp32s2", |
148 | 163 | "features":["qio_ram"], |
|
0 commit comments