On every pull request and push, compile appropriate examples for MKR1000, MKRGSM, Uno WiFi Rev2
Comment on pull requests with a report of how the proposed changes affect memory usage
Check all files, except the external resource src/bearssl, for commonly misspelled words.
In the event of false positives, add the word (in lower case) to extras/codespell-ignore-words-list.txt.
Although the ArduinoBearSSL library specifies compatibility with all architectures, its ArduinoECCX08 library dependency specifies only SAMD and megaAVR compatibility. I used boards of those architectures in the compilation tests.
Although the ArduinoBearSSL library specifies compatibility with all architectures, its ArduinoECCX08 library dependency specifies only SAMD and megaAVR compatibility. I used boards of those architectures in the compilation tests.
Demonstration run of the compile-examples workflow: https://github.com/per1234/ArduinoBearSSL/actions/runs/115758283
Demonstration run of the spell-check workflow: https://github.com/per1234/ArduinoBearSSL/actions/runs/115770191
Resolves https://github.com/arduino-libraries/ArduinoBearSSL/issues/25