Skip to content

platformio/platform-linux_i686

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux i686: development platform for PlatformIO

Linux i686 (32-bit) is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X or Linux 32-bit) you can build native application for Linux i686 platform.

  • Home (home page in the PlatformIO 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 = linux_i686
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

Packages

No packages published

Contributors 2

  •  
  •  

Languages