项目作者: platformio

项目描述 :
Linux ARM: development platform for PlatformIO
高级语言: Python
项目地址: git://github.com/platformio/platform-linux_arm.git
创建时间: 2016-05-27T14:13:27Z
项目社区:https://github.com/platformio/platform-linux_arm

开源协议:Apache License 2.0

下载


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 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

  1. [env:stable]
  2. platform = linux_arm
  3. board = ...
  4. ...

Development version

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

Configuration

Please navigate to documentation.