platformio / platform-linux_arm

Linux ARM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/linux_arm
Apache License 2.0
19 stars 25 forks source link
artik iot linux-arm platformio platformio-platform raspberry-pi wiringpi

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.

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.