Commit f417900
docs: ESP32-S3 (T-Panel) runtime-validated over native USB (#7)
DCP firmware now runs on a second physical board. The lamp example
flashed to a LILYGO T-Panel S3 and passed all 13 round-trip cases
(tools/test_uart_roundtrip.py) over the S3's native USB-Serial/JTAG
interface — no CH340-class USB-UART bridge chip in the path.
This adds a second runtime-validated target alongside ESP32-WROOM-32,
and a second ISA generation (Xtensa LX7 vs LX6). It also exercises
DCP over a native-USB CDC link for the first time: same firmware, no
transport-specific code, FQBN options USBMode=hwcdc + CDCOnBoot=cdc
route the Arduino `Serial` to the USB-Serial/JTAG controller.
S3 build footprint: 322 KB flash / 22.7 KB globals (PSRAM disabled,
which is the safe bring-up config — the lamp example does not need
PSRAM, so this avoids any QSPI-vs-OPI boot-loop risk).
Changes:
- README "Validated on real hardware": now states two boards; adds
the native-USB detail
- README cross-compile matrix: ESP32-S3 row added with runtime ✓
- README roadmap bullet updated
- docs/paper/main.tex §validation: two-board statement + S3 added to
the portability footprint list
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5fd4c88 commit f417900
2 files changed
Lines changed: 30 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
98 | | - | |
99 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
294 | 302 | | |
295 | 303 | | |
296 | 304 | | |
297 | | - | |
| 305 | + | |
| 306 | + | |
298 | 307 | | |
299 | 308 | | |
300 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
469 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
470 | 473 | | |
471 | 474 | | |
472 | 475 | | |
473 | 476 | | |
474 | 477 | | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
484 | 487 | | |
485 | 488 | | |
486 | 489 | | |
| |||
0 commit comments