@@ -38,15 +38,15 @@ jobs:
38
38
39
39
matrix :
40
40
board : [
41
- {"fqbn": "arduino-git:renesas :portenta_c33"},
42
- {"fqbn": "arduino-git:renesas :minima"},
43
- {"fqbn": "arduino-git:renesas :unor4wifi"},
41
+ {"fqbn": "arduino-git:renesas_portenta :portenta_c33"},
42
+ {"fqbn": "arduino-git:renesas_uno :minima"},
43
+ {"fqbn": "arduino-git:renesas_uno :unor4wifi"},
44
44
]
45
45
46
46
# make board type-specific customizations to the matrix jobs
47
47
include :
48
48
- board :
49
- fqbn : " arduino-git:renesas :portenta_c33"
49
+ fqbn : " arduino-git:renesas_portenta :portenta_c33"
50
50
additional-sketch-paths : |
51
51
- libraries/WiFi
52
52
- libraries/UsbMsd
58
58
- libraries/Arduino_CAN/examples/CAN1Read
59
59
- libraries/Arduino_CAN/examples/CAN1Write
60
60
- board :
61
- fqbn : " arduino-git:renesas :unor4wifi"
61
+ fqbn : " arduino-git:renesas_uno :unor4wifi"
62
62
additional-sketch-paths : |
63
63
- libraries/WiFiS3
64
64
- libraries/Arduino_LED_Matrix
@@ -120,8 +120,10 @@ jobs:
120
120
- name: ArduinoIoTCloud
121
121
platforms : |
122
122
# Use Board Manager to install the latest release of Arduino SAMD Boards to get the toolchain
123
- - name: "arduino:renesas"
124
- source-url: "https://downloads.arduino.cc/packages/package_renesas_secret_index.json"
123
+ - name: "arduino:renesas_uno"
124
+ source-url: "https://downloads.arduino.cc/packages/package_renesas_release_index.json"
125
+ - name: "arduino:renesas_portenta"
126
+ source-url: "https://downloads.arduino.cc/packages/package_renesas_release_index.json"
125
127
# Overwrite the Board Manager installation with the local platform
126
128
- source-path: "./"
127
129
name: "arduino-git:renesas"
0 commit comments