aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-02-22Fix for esp-idf with GFXSpiroC
2025-02-21Update the build nameSpiroC
2025-02-21Fix the buildSpiroC
2025-02-19Update esp-idf-with-gfx.ymlmrcodetastic
2025-02-19Update esp-idf-with-gfx.ymlmrcodetastic
2025-02-19Update esp-idf-without-gfx.ymlmrcodetastic
2025-02-19Update esp-idf-with-gfx.ymlmrcodetastic
2025-02-19Update and rename esp-idf-5.3.1_without-gfx.yml to esp-idf-without-gfx.ymlmrcodetastic
2025-02-19Update and rename esp-idf-5.3.1_with-gfx.yml to esp-idf-with-gfx.ymlmrcodetastic
2025-02-19Rename esp-idf-5.1.2_without-gfx.yml to esp-idf-5.3.1_without-gfx.ymlmrcodetastic
2025-02-19Update esp-idf-5.3.1_with-gfx.ymlmrcodetastic
2025-02-19Update esp-idf-5.1.2_without-gfx.ymlmrcodetastic
2025-02-19Update and rename esp-idf-5.1.2_with-gfx.yml to esp-idf-5.3.1_with-gfx.ymlmrcodetastic
2025-02-19Rename pio_arduino_build.yml to pio_arduino_build.yml.disabledmrcodetastic
2024-01-22Bump actions/cache from 3 to 4dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump actions/setup-python from 4 to 5dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf-4.4.5_with-gfx.yml to esp-idf-5.1.2_with-gfx.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf-4.4.4_with-gfx.yml to esp-idf-4.4.5_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-11-27Update and rename esp-idf_with-gfx.yml to esp-idf-4.4.4_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-11-27Rename pio_build.yml to pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf_without-gfx.yml to esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-09-04Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06Add name to esp-idf workflows.Avi
Without these names, the checks just appear as "build" in the actions (example: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/pull/475 Click on "View Details" next to the merge message)
2023-05-28Merge pull request #463 from ↵mrfaptastic
mrfaptastic/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
2023-05-22Remove `.github` exclusion for triggering workflows.Avi
I believe that we want to trigger actions/workflows when the workflow files in .github/workflows are updated; this is how we will know that they work :)
2023-05-22Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16Add examples & Github Actions test for ESP-IDF.Avi
This pull request adds two examples and tests using the ESP-IDF framework: * A test with the Arduino GFX library (which requires the arduino-esp32 library & Arduino BusIO library) * A test without the Arduino GFX library, which can be compiled without any additional dependencies. Having these tests helps prevent any future regressions that may break users of the ESP-IDF platform.
2023-05-10Pin platformio to verison 6.1.6.Avi
Version 6.1.7 was released on 2023-05-08 and all CI runs are failing with: ``` Error: Not a PlatformIO project. `platformio.ini` file has not been found in current working directory (examples/PIO_TestPatterns). To initialize new project please use `platformio project init` command ``` The new release notes are here: https://docs.platformio.org/en/latest/core/history.html#id2. Perhaps this breakage has something to do with new validation that `project working environment names ... only contain lowercase letters a-z, numbers 0-9, and special characters _ (underscore) and - (hyphen)` while this repo uses an example named `PIO_TestPatterns`? Let's pin ourselves to a known good version so we can fix the issue and then choose when to upgrade in the future without causing unexpected breakages.
2023-03-13Update pio_build.ymlmrfaptastic
2023-03-12Update pio_build.ymlmrfaptastic
2023-02-01Prevent CI from running on README/docs updatesElliot Matson
2023-01-29A bit of cleanup and re-orderingElliot Matson
2023-01-29Add final switch to IDFElliot Matson
2023-01-29verboseElliot Matson
2023-01-29does CI work now?Elliot Matson
2023-01-29Fix sdkconfigElliot Matson
2023-01-29test esp-idfElliot Matson
2023-01-29restructure for esp-idfElliot Matson
2023-01-29testing time with cacheElliot Matson
2023-01-29Clean up older PIO actionsElliot Matson
2023-01-29Add exclusionsElliot Matson
2023-01-29updateElliot Matson
2023-01-29Merge pull request #1 from ↵Elliot Matson
elliotmatson/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3