24 Commits

Author SHA1 Message Date
sanni
5419fba6f5 Update bi-monthly_release.yml 2025-09-14 10:47:48 +02:00
sanni
d3db2c2729 Update bi-monthly_release.yml 2025-08-04 12:25:52 +02:00
sanni
640caf4fe3 Update and rename monthly_release.yml to bi-monthly_release.yml 2025-07-20 13:40:30 +02:00
sanni
c7c6dc0b15 Update monthly_release.yml 2025-06-20 07:08:10 +02:00
sanni
de92eb74e5 Update monthly_release.yml - Add 7zip archive 2025-06-19 10:00:14 +02:00
sanni
481b6422ef Update monthly_release.yml - Download libraries using Arduino-CLI, Update AVR-GCC 2025-06-18 17:08:21 +02:00
sanni
5b212b0b56 Update monthly_release.yml 2025-06-06 15:47:53 +02:00
sanni
04251c094c Update monthly_release.yml 2025-06-04 11:11:39 +02:00
sanni
47f15be4a7 Update monthly_release.yml 2025-06-03 10:33:07 +02:00
sanni
47a0ad49bd Update monthly_release.yml 2025-05-25 11:29:11 +02:00
sanni
e74e0c57a3 Update monthly_release.yml 2025-05-22 20:40:24 +02:00
sanni
088a7c5f02 Update monthly_release.yml 2025-05-22 19:03:01 +02:00
sanni
83a4ac7999 Update monthly_release.yml 2025-05-14 12:48:08 +02:00
sanni
6fe1dfc27e Update monthly_release.yml 2025-04-27 09:12:03 +02:00
sanni
8880d16f89 Create monthly_release.yml 2025-04-21 17:13:44 +02:00
Ancyker
2b01f7fc4d Add checks for unsafe configurations
* Fixes #929
* Updated `ci.yml` to define `GITHUB_CI`
* Compilation will now error if VSELECT is enabled on hardware versions that don't support it (any version other than HW5).
  * HW4 and SERIAL might work but are untested. The error message for these versions reflects this.
* Erroring when unsafe configurations are defined can be overridden by defining `ALLOW_UNSAFE_CONFIG` which will throw a warning instead.
  * This should only be done if trying to implement or test on a currently unsupported platform.
  * If both `GITHUB_CI` and `ALLOW_UNSAFE_CONFIG` are defined an error will be thrown causing the CI tests to fail. This is just in case someone makes a commit with it defined.
2024-06-02 11:56:08 -04:00
sanni
6a1f14cf91 Update bug.yml 2023-08-15 13:53:14 +02:00
sanni
ce2f2cf4d5 Update bug.yml 2023-08-15 13:49:31 +02:00
sanni
5aac6a40f7 Create bug.yml 2023-08-15 13:38:00 +02:00
sanni
cf460f4a06 Create config.yml 2023-08-15 13:34:24 +02:00
Ancyker
7c6f5f3920 Update ci.yml 2023-03-29 21:14:49 -04:00
Vincent Pelletier
bfbbe922ad Github workflow: Enable all compiler warnings
So regressions have a chance of being spotted.
Sadly, there does not seem to be a flag to enable -Werror, so the CI will
succeed even with warnings.
2022-11-05 05:04:37 +00:00
Niklas Weber
95858bdda3 Use a matrix instead of defining each job manually 2022-09-24 21:42:20 +02:00
Niklas Weber
84d24118c6 Add build workflow to build code for each HW rev. 2022-09-06 17:47:23 +02:00