File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 41
41
{"fqbn": "arduino:samd:mkr1000", "type": "mkr1000"},
42
42
{"fqbn": "arduino:samd:mkrwifi1010", "type": "nina"},
43
43
{"fqbn": "arduino:samd:nano_33_iot", "type": "nina"},
44
+ {"fqbn": "arduino:megaavr:uno2018", "type": "megaavr"},
44
45
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
45
46
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
46
47
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
79
80
sketch-paths : |
80
81
- examples/utility/Provisioning
81
82
- examples/utility/SelfProvisioning
83
+ # Uno WiFi Rev2
84
+ - board :
85
+ type : " megaavr"
86
+ platforms : |
87
+ - name: arduino:megaavr
88
+ libraries : |
89
+ - name: ArduinoECCX08
90
+ - name: Arduino_AVRSTL
91
+ - name: WiFiNINA
92
+ - name: Arduino_JSON
93
+ - name: ArduinoBearSSL
94
+ sketch-paths : |
95
+ - examples/utility/Provisioning
96
+ - examples/utility/SelfProvisioning
82
97
# LoRaWAN boards
83
98
- board :
84
99
type : " wan"
You can’t perform that action at this time.
0 commit comments