Skip to content

pbehnke/platform-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native: development platform for PlatformIO

Build Status Build status

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 PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = native
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-native.git
board = ...
...

Configuration

Please navigate to documentation.

About

Native: development platform for PlatformIO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%