feat: ESP32-P4 Rev1 support + dual-target test firmware#6
Merged
Conversation
Coverage Report for CI Build 24639813231Coverage increased (+0.02%) to 76.363%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions23 previously-covered lines in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
- add esp32p4-rev1 case to parseChipType mapping to espflasher.ChipESP32P4Rev1 - split .firmware/sdkconfig.defaults into board-agnostic base + per-target overlays (esp32s3: USB_CDC + 8MB; esp32p4: UART + 16MB) - target ESP32-P4 ECO2 silicon (SELECTS_REV_LESS_V3 + REV_MIN_100) to avoid rev-3 illegal-instruction panic on Elecrow CrowPanel P4 HMI 7.0 - rewrite .firmware/README test plan with current tool names and per-target expected values; capture operational notes (erase-first for ValidateFlashOffsets, stale USB-JTAG unplug/replug) - pin tinygo.org/x/espflasher to fork branch jgangemi/espflasher#jae/esp32p4 via pseudo-version (SLIP flush, P4 Rev1, unixTightReset, hardReset DTR); upstream PRs tinygo-org/espflasher#34, #36, #37, #38 Validated end-to-end on T-Dongle-S3 and Elecrow P4 (both CH340 and USB-JTAG paths). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22b9f7d to
e759cfe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
parseChipType.firmware/sdkconfig.defaultsinto board-agnostic base + per-target overlays (esp32s3 USB_CDC/8MB, esp32p4 UART/16MB); target ECO2 silicon withSELECTS_REV_LESS_V3+REV_MIN_100to avoid rev-3 illegal-instruction panic on Elecrow CrowPanel P4 HMI 7.0.firmware/READMEtest plan with current tool names and per-target expected values; capture operational notes (erase-first forValidateFlashOffsets, stale USB-JTAG unplug/replug)tinygo.org/x/espflasherto fork branchjgangemi/espflasher#jae/esp32p4via pseudo-version containing SLIP flush, P4 Rev1 support, atomic DTR/RTS unix reset, and hardReset DTR release fixes (upstream PRs fix: flush SLIP reader after ReadFlash to prevent stale data corruption tinygo-org/espflasher#34, #36, #37, #38)Test plan
make testgreen across all packages