All Projects → platformio → platform-linux_arm

platformio / platform-linux_arm

Licence: Apache-2.0 license
Linux ARM: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-linux arm

platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+506.25%)
Mutual labels:  platformio, platformio-platform
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (+112.5%)
Mutual labels:  platformio, platformio-platform
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (+150%)
Mutual labels:  platformio, platformio-platform
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (+87.5%)
Mutual labels:  platformio, platformio-platform
platform-aceinna imu
Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
Stars: ✭ 28 (+75%)
Mutual labels:  platformio, platformio-platform
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (+62.5%)
Mutual labels:  platformio, platformio-platform
platform-nordicnrf51
Nordic nRF51: development platform for PlatformIO
Stars: ✭ 19 (+18.75%)
Mutual labels:  platformio, platformio-platform
platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (+412.5%)
Mutual labels:  platformio, platformio-platform
nextdriver
An Arduino-based controller for Celestron CG5-series equatorial mounts
Stars: ✭ 21 (+31.25%)
Mutual labels:  platformio
Arduino-Blinkenlight
Non-blocking blinking patterns and smooth fade effects for your LEDs.
Stars: ✭ 26 (+62.5%)
Mutual labels:  platformio
XMC-for-Arduino
Integration of Infineon's XMC microcontrollers into the Arduino IDE.
Stars: ✭ 85 (+431.25%)
Mutual labels:  platformio
Arduino-Log
Simple application log library. supporting multiple log levels, custom output & flash memory support.
Stars: ✭ 132 (+725%)
Mutual labels:  platformio
platformio-core-installer
PlatformIO Core Installer
Stars: ✭ 53 (+231.25%)
Mutual labels:  platformio
Core2-for-AWS-IoT-EduKit
Accompanying code for use with AWS IoT EduKit content. Works with PlatformIO and ESP-IDF v4.2.
Stars: ✭ 107 (+568.75%)
Mutual labels:  platformio
nuclei-sdk
Nuclei RISC-V Software Development Kit
Stars: ✭ 65 (+306.25%)
Mutual labels:  platformio
canairio firmware
CanAirIO is a citizen science initiative. We are developing a mobile application that is able to set a PM2.5 or CO2 sensors, and other related sensors, as a fixed station using WiFi or mobile station with an smartphone by using a Bluetooth connection.
Stars: ✭ 84 (+425%)
Mutual labels:  platformio
Wortuhr
Software für eine ESP8266 basierte Wortuhr mit verschiedenen Layouts
Stars: ✭ 30 (+87.5%)
Mutual labels:  platformio
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+450%)
Mutual labels:  platformio
RAK811-tracker
Example code for RAK811 nodes with GPS on board, transmitting their coordinates in the payload of the LoRaWAN packet in a format that is compatible with TTN Mapper.
Stars: ✭ 14 (-12.5%)
Mutual labels:  platformio
EUC-Dash-ESP32
Bluetooth Dashboard for electric unicycles (EUCs) for ESP32(ttgo t-watch). requires PlatformIO to build
Stars: ✭ 24 (+50%)
Mutual labels:  platformio

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].