franzbischoff / platform-linux_x86_64

Linux x86_64: development platform for PlatformIO

Home Page:http://platformio.org/platforms/linux_x86_64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux x86_64: development platform for PlatformIO

Linux x86_64 (64-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 64-bit) you can build native application for Linux x86_64 platform.

  • 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 = linux_x86_64
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

Linux x86_64: development platform for PlatformIO

http://platformio.org/platforms/linux_x86_64

License:Apache License 2.0


Languages

Language:Python 100.0%