Buildroot: development platform for PlatformIO
Native development platform is intended to be used for desktop OS. This platform uses built-in toolchains (preferable based on GCC), frameworks, libs from particular OS where it will be run.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = native
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-native.git
board = ...
...
Please navigate to documentation.