You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in multiple issues (#138#191#271) finding the right FQBN for a board can be difficult.
Improving the documentation may help users to find the relevant information.
Specifically, this PR closes#271 and add little improvement as suggested in #191.
Further help can be found in [this comment](https://github.com/arduino/arduino-cli/issues/138#issuecomment-459169051) in [#138](https://github.com/arduino/arduino-cli/issues/138).
354
+
355
+
For a deeper understanding of how FQBN works, you should understand Arduino Hardware specification. You can find more information in this [arduino/Arduino wiki page](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification)
356
+
348
357
# Testing
349
358
350
359
Currently Unit and Integration test are available for launch in 2 ways:
@@ -366,4 +375,4 @@ Currently Unit and Integration test are available for launch in 2 ways:
366
375
* test-unit-race: Run unit tests only with race condition detection
367
376
```
368
377
369
-
For Example to launch unit tests only run: `task test-unit`
378
+
For Example to launch unit tests only run: `task test-unit`
0 commit comments