The Documentation is a bit confusing. The native platform doesn't support any board but in all examples there is something like this
[env:stable]
platform = native
board = ...
...
Board ... is invalid. In addition, the board configuration must not exist at all. There is nothing, that can be written after board = .
The Documentation is a bit confusing. The
nativeplatform doesn't support anyboardbut in all examples there is something like thisBoard
...is invalid. In addition, theboardconfiguration must not exist at all. There is nothing, that can be written afterboard =.