Skip to content

Commit af3ae4d

Browse files
committed
Disable CI compilation for Uno WiFi Rev. 2
The current implementation is barely working, as it is exceeding the flash storage capacity of the Uno WiFi Rev. 2. It makes no sense for us to trouble us with a "failing CI build", when we are not really supporting Arduino Uno WiFi Rev. 2 at all."
1 parent 839fd9b commit af3ae4d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/compile-examples.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
type: nina
4545
- fqbn: arduino:samd:nano_33_iot
4646
type: nina
47-
- fqbn: arduino:megaavr:uno2018
48-
type: megaavr
47+
#- fqbn: arduino:megaavr:uno2018
48+
# type: megaavr
4949
- fqbn: arduino:samd:mkrwan1300
5050
type: wan
5151
- fqbn: arduino:samd:mkrgsm1400
@@ -96,19 +96,19 @@ jobs:
9696
- examples/utility/Provisioning
9797
- examples/utility/SelfProvisioning
9898
# Uno WiFi Rev2
99-
- board:
100-
type: megaavr
101-
platforms: |
102-
- name: arduino:megaavr
103-
libraries: |
104-
- name: ArduinoECCX08
105-
- name: Arduino_AVRSTL
106-
- name: WiFiNINA
107-
- name: Arduino_JSON
108-
- name: ArduinoBearSSL
109-
sketch-paths: |
110-
- examples/utility/Provisioning
111-
- examples/utility/SelfProvisioning
99+
#- board:
100+
# type: megaavr
101+
# platforms: |
102+
# - name: arduino:megaavr
103+
# libraries: |
104+
# - name: ArduinoECCX08
105+
# - name: Arduino_AVRSTL
106+
# - name: WiFiNINA
107+
# - name: Arduino_JSON
108+
# - name: ArduinoBearSSL
109+
# sketch-paths: |
110+
# - examples/utility/Provisioning
111+
# - examples/utility/SelfProvisioning
112112
# LoRaWAN boards
113113
- board:
114114
type: wan

0 commit comments

Comments
 (0)