Ivan Kravets 4e35c346e2 Merge pull request #4 from shadow578/develop
add `upload` / `exec` target
2024-09-06 10:43:45 +03:00
2024-09-06 06:35:14 +00:00
2016-05-27 17:37:07 +03:00
2016-05-27 17:37:07 +03:00
2022-05-28 19:55:15 +03:00
2022-05-27 21:23:08 +03:00

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 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_x86_64
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

Description
Linux x86_64: development platform for PlatformIO
Readme Pixar 82 KiB
Languages
Python 100%