Skip to content

Commit ca30587

Browse files
committed
Added Arduino Nano to fake-registry to test some examples
1 parent 0f37dfb commit ca30587

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arduino/cores/packagemanager/registry.go

+5
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ func LoadBoardRegistry(file *paths.Path) (*BoardsRegistry, error) {
8787
FQBN: cores.MustParseFQBN("arduino:avr:uno"),
8888
Alias: "uno",
8989
})
90+
fake.addBoard(&RegisteredBoard{
91+
Name: "Arduino Nano",
92+
FQBN: cores.MustParseFQBN("arduino:avr:nano"),
93+
Alias: "nano",
94+
})
9095
fake.addBoard(&RegisteredBoard{
9196
Name: "Arduino Zero",
9297
FQBN: cores.MustParseFQBN("arduino:samd:arduino_zero_edbg"),

0 commit comments

Comments
 (0)