platformio / platform-native

Native: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/native
Apache License 2.0
21 stars 27 forks source link

[doc] No board support #23

Open j123b567 opened 1 year ago

j123b567 commented 1 year ago

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 =.