-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
ci: build HUB75 envs in release workflow #5558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
93e3e2e
ci: build HUB75 envs in release workflow
netmindz e0b0b2a
Relax panel limit for devices with PSRAM
netmindz aea18fa
fix(ui): derive hasPSRAM from psrSz capability, not free bytes
netmindz fe14c31
Add support for HD-WF2 ESP32-S3 (HUB75 without PSRAM)
netmindz c74b988
Update platformio configurations for 16MB ESP32-S3 MoonHub (HUB75) board
netmindz d466cab
Skip GPIO validation for HUB75 types in pin checks and clarify slot u…
netmindz ccd40e1
move platformio_release.ini.template to .github/ for cleaner project …
netmindz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| ; ---------------------------------------------------------------------------- | ||
| ; platformio_release.ini.template | ||
| ; ---------------------------------------------------------------------------- | ||
| ; Copied to platformio_release.ini by the release CI workflow | ||
| ; (.github/workflows/release.yml -> build.yml with `release: true`) | ||
| ; in order to extend the matrix of `default_envs` built and published | ||
| ; for tagged releases. | ||
| ; | ||
| ; This file overrides `[platformio].default_envs` from platformio.ini via | ||
| ; `extra_configs`. It MUST list every env that should be released - including | ||
| ; the regular CI default_envs - because it fully replaces the parent value. | ||
| ; | ||
| ; Do NOT commit a generated platformio_release.ini (it's in .gitignore). | ||
| ; ---------------------------------------------------------------------------- | ||
|
|
||
| [platformio] | ||
| default_envs = nodemcuv2 | ||
| esp8266_2m | ||
| esp01_1m_full | ||
| nodemcuv2_160 | ||
| esp8266_2m_160 | ||
| esp01_1m_full_160 | ||
| nodemcuv2_compat | ||
| esp8266_2m_compat | ||
| esp01_1m_full_compat | ||
| esp32dev | ||
| esp32dev_debug | ||
| esp32_eth | ||
| esp32_wrover | ||
| lolin_s2_mini | ||
| esp32c3dev | ||
| esp32c3dev_qio | ||
| esp32S3_wroom2 | ||
| esp32s3dev_16MB_opi | ||
| esp32s3dev_8MB_opi | ||
| esp32s3dev_8MB_qspi | ||
| esp32s3_4M_qspi | ||
| usermods | ||
| ; HUB75 release-only envs | ||
| esp32dev_hub75 | ||
| esp32dev_hub75_forum_pinout | ||
| adafruit_matrixportal_esp32s3 | ||
| esp32s3dev_16MB_opi_hub75 ;; MoonHub | ||
| esp32s3dev_4MB_qspi_hub75 ;; HD-WF2 |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.