We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859ceb4 commit 4e4411eCopy full SHA for 4e4411e
.github/workflows/compile-examples.yml
@@ -21,10 +21,16 @@ jobs:
21
UNIVERSAL_LIBRARIES: |
22
- source-path: ./
23
- name: Arduino_DebugUtils
24
+ - name: Arduino_SecureElement
25
+ - name: ArduinoECCX08
26
+ - name: WiFiNINA
27
# sketch paths to compile (recursive) for all boards
28
UNIVERSAL_SKETCH_PATHS: |
29
- examples/lzssDecoder
30
- examples/crc32
31
+ - examples/crc16
32
+ - examples/sha256
33
+ - examples/boardID
34
SKETCHES_REPORTS_PATH: sketches-reports
35
36
strategy:
0 commit comments