Closed per1234 closed 2 years ago
Memory usage change @ a45a4cb9b13794f4c461f9219efd61d58b9d8b46
Board | flash | % | RAM for global variables | % |
---|---|---|---|---|
arduino:avr:esplora | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardo | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:megaavr:nona4809 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:sam:arduino_due_x_dbg | 0 - 0 | 0.0 - 0.0 | N/A | N/A |
arduino:samd:mkrzero | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
The "Compile Examples" GitHub Actions workflow provides a basic "smoke test" on the project by compiling the appropriate example sketches for a selection of supported boards on every push, pull request, and periodically.
Some of the examples are written specifically for the Arduino Esplora, with the rest intended for any other supported board. In order to avoid spurious compilation failures, the workflow is configured to compile the correct examples for each board by assigning them a "type" attribute. This attribute was omitted for the
arduino:samd:mkrzero
board (https://github.com/arduino-libraries/TFT/commit/475cce4dac9c997683aa341ab26b69389a22612e), which resulted in no examples being compiled for it (example).The correct "type" attribute is hereby assigned to that board and all the non-Esplora example sketches will now be compiled for it.