Commit 1dcd61c
committed
fix(builder): stop offering boards without PSRAM
The Config Builder listed the AtomS3/AtomS3 Lite and a generic ESP32
DevKit, neither of which has PSRAM — so it could hand out a
ready-to-flash YAML for a board the project no longer supports.
Removes both from site/boards.js and deletes their boards/*.yaml
reference configs. A new boards.shape test asserts every board defines
PSRAM, so a psram-less entry can't come back unnoticed.
Claude-Session: https://claude.ai/code/session_01RgSnMCa3JQigphGnPbazdw1 parent 8cb96bb commit 1dcd61c
15 files changed
Lines changed: 29 additions & 183 deletions
File tree
- boards
- docs/images
- site
- src/content/docs/guides
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
| |||
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 29 | | |
45 | 30 | | |
46 | 31 | | |
| |||
72 | 57 | | |
73 | 58 | | |
74 | 59 | | |
75 | | - | |
76 | | - | |
| 60 | + | |
| 61 | + | |
77 | 62 | | |
78 | 63 | | |
79 | 64 | | |
| |||
This file was deleted.
This file was deleted.
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 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 | 215 | | |
239 | 216 | | |
240 | 217 | | |
| |||
297 | 274 | | |
298 | 275 | | |
299 | 276 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | 277 | | |
324 | 278 | | |
325 | 279 | | |
| |||
0 commit comments