Skip to content

Commit 5b46c78

Browse files
ci: add giga target
1 parent 6ee2030 commit 5b46c78

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/compile-examples.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- fqbn: arduino:mbed:nicla_vision
4141
- fqbn: arduino:mbed:opta
4242
- fqbn: arduino:mbed:nicla_voice
43+
- fqpn: arduino:mbed:giga
4344

4445
# compile only the examples compatible with each board
4546
include:
@@ -150,7 +151,21 @@ jobs:
150151
version: v0.9.6
151152
- name: arduino-libg722
152153
source-url: https://github.com/pschatzmann/arduino-libg722.git
153-
154+
- board:
155+
fqbn: arduino:mbed:giga
156+
additional-libraries: |
157+
- name: lvgl
158+
version: 8.3.5
159+
- name: ArduinoGraphics
160+
- name: Arduino_GigaDisplayTouch
161+
additional-sketch-paths: |
162+
- libraries/doom
163+
- libraries/KernelDebug
164+
- libraries/Portenta_SDCARD
165+
- libraries/Portenta_SDRAM
166+
- libraries/Arduino_H7_Video
167+
- libraries/RPC
168+
154169
steps:
155170
- name: Checkout repository
156171
uses: actions/checkout@v2

0 commit comments

Comments
 (0)