We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f20ca commit 568f3a6Copy full SHA for 568f3a6
.github/workflows/compile-examples.yml
@@ -34,7 +34,6 @@ jobs:
34
matrix:
35
board:
36
- fqbn: arduino:mbed:nano33ble
37
- - fqbn: arduino:mbed:envie_m4
38
- fqbn: arduino:mbed:envie_m7
39
- fqbn: arduino:mbed:nanorp2040connect
40
- fqbn: arduino:mbed:nicla_sense
@@ -55,7 +54,7 @@ jobs:
55
54
- libraries/USBMSD/examples/Nano33BLE_FlashMassStorage
56
- ~/Arduino/libraries/ArduinoBLE
57
- board:
58
- fqbn: arduino:mbed:envie_m4
+ fqbn: arduino:mbed:envie_m4:target_core=cm4
59
additional-libraries: |
60
- name: lvgl
61
additional-sketch-paths: |
0 commit comments