Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platformio/platform-linux_arm
Linux ARM: development platform for PlatformIO
https://github.com/platformio/platform-linux_arm
artik iot linux-arm platformio platformio-platform raspberry-pi wiringpi
Last synced: 3 months ago
JSON representation
Linux ARM: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-linux_arm
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T14:13:27.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-08T11:03:34.000Z (over 2 years ago)
- Last Synced: 2024-10-01T04:05:10.349Z (3 months ago)
- Topics: artik, iot, linux-arm, platformio, platformio-platform, raspberry-pi, wiringpi
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/linux_arm
- Size: 52.7 KB
- Stars: 19
- Watchers: 5
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux ARM: development platform for [PlatformIO](https://platformio.org)
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](https://registry.platformio.org/platforms/platformio/linux_arm) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/linux_arm.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = linux_arm
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-linux_arm.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/linux_arm.html).