Conversation
board: Add StackChan board.
Adds two GitHub Actions workflows that compile a small smoke test
across all supported ESP32-family SoCs:
* ArduinoBuild.yml: arduino-cli matrix
- Espressif core 2.0.17 / 3.1.1 (esp32, s3, c3, c6, p4, h2)
- M5Stack core 2.1.4 / 3.2.5 (m5stack_core, m5stack_cores3)
* IDFBuild.yml: ESP-IDF v5.1.6 / v5.3 container matrix
- esp32, s3, c3, c6, h2, p4
The smoke test (examples/Test/build_test/) exercises the main M5Unified
APIs (Display, Speaker, Mic, Imu, Touch, Button, Power, Rtc, Log) so
a missing-symbol regression on any target shows up as a build failure.
The M5GFX dependency is fetched at run time:
* Branch: same name as the operation target (master -> master,
everything else -> develop).
* Repo: prefer the same owner's fork (e.g. ainyan03/M5GFX when
running on ainyan03/M5Unified), fall back to upstream m5stack/M5GFX
if the same-name branch is missing in the fork.
This lets the workflow validate "fork develop x fork develop" while
still working unchanged on the upstream m5stack/M5Unified repo.
ci: add Arduino and ESP-IDF build check workflows
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.
Add support StackChan.
Change name from "AtomEcho" -> "AtomVoice"