franzbischoff / platform-linux_arm

Linux ARM: development platform for PlatformIO

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux ARM: development platform for PlatformIO

Linux ARM 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, Linux ARM) you can build native application for Linux ARM 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_arm
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

Linux ARM: development platform for PlatformIO

http://platformio.org/platforms/linux_arm

License:Apache License 2.0


Languages

Language:Python 100.0%