Skip to content

Commit 80faaf8

Browse files
committed
ci: use released cores as baseline
1 parent d66f2de commit 80faaf8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: .github/workflows/compile-examples.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- libraries/RTC/examples/RTC_PeriodicExample
3838
- libraries/RTC/examples/Test_RTC
3939
- libraries/SoftwareSerial
40+
- libraries/WDT
4041
4142
strategy:
4243
fail-fast: false
@@ -133,26 +134,22 @@ jobs:
133134
- name: LiquidCrystal
134135
- name: CapacitiveSensor
135136
- name: Ethernet
136-
- name: ArduinoBearSSL
137137
- name: ArduinoHttpClient
138138
- name: NTPClient
139139
- name: ArduinoMqttClient
140140
- name: Stepper
141141
- name: SD
142142
- name: Arduino_JSON
143-
- name: Arduino_HTS221
143+
- name: ArduinoBLE
144144
- name: Firmata
145145
- name: ArduinoModbus
146146
- name: ArduinoDMX
147147
- name: ArduinoRS485
148-
- name: WiFi
149148
- name: ArduinoIoTCloud
150149
platforms: |
151-
# Use Board Manager to install the latest release of Arduino SAMD Boards to get the toolchain
150+
# Use Board Manager to install the latest release of Arduino Renesas Boards to get the toolchain
152151
- name: "arduino:renesas_uno"
153-
source-url: "https://downloads.arduino.cc/packages/package_renesas_release_index.json"
154152
- name: "arduino:renesas_portenta"
155-
source-url: "https://downloads.arduino.cc/packages/package_renesas_release_index.json"
156153
# Overwrite the Board Manager installation with the local platform
157154
- source-path: "./"
158155
name: "arduino-git:renesas"

0 commit comments

Comments
 (0)