File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 37
37
{"fqbn": "arduino:samd:mkr1000", "type": "mkr1000"},
38
38
{"fqbn": "arduino:samd:mkrwifi1010", "type": "nina"},
39
39
{"fqbn": "arduino:samd:nano_33_iot", "type": "nina"},
40
+ {"fqbn": "arduino:megaavr:uno2018", "type": "megaavr"},
40
41
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
41
42
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
42
43
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
71
72
- name: Arduino_JSON
72
73
- name: ArduinoBearSSL
73
74
sketch-paths : ' "examples/utility/Provisioning" "examples/utility/SelfProvisioning"'
75
+ # Uno WiFi Rev2
76
+ - board :
77
+ type : " megaavr"
78
+ platforms : |
79
+ - name: arduino:megaavr
80
+ libraries : |
81
+ - name: ArduinoECCX08
82
+ - name: ArduinoSTL
83
+ - name: WiFiNINA
84
+ - name: Arduino_JSON
85
+ - name: ArduinoBearSSL
86
+ sketch-paths : ' "examples/utility/Provisioning" "examples/utility/SelfProvisioning"'
74
87
# LoRaWAN boards
75
88
- board :
76
89
type : " wan"
You can’t perform that action at this time.
0 commit comments