/platform-linux_x86_64

Linux x86_64: development platform for PlatformIO

Primary LanguagePythonApache License 2.0Apache-2.0

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.