-
Notifications
You must be signed in to change notification settings - Fork 1
Platforms
ivan baktsheev edited this page May 19, 2015
·
15 revisions
layout: wiki-cli-page permalink: /cli/Platforms/
#Platforms
This project based on Arduino IDE 3rd party hardware specification. Most of alternatives is actually have hardcoded commands to compile and upload.
In future project will support any build system.
Since Arduino 1.6.3 release cuwire not required to be installed along with Arduino IDE anymore.
- esp8266 https://github.com/esp8266/Arduino
- https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls#list-of-3rd-party-boards-support-urls
- various adafruit https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
- digistump https://github.com/boneskull/digistump-board-index https://digistump.com/board/index.php?topic=1770.msg8083#new
- attiny https://github.com/damellis/attiny/tree/ide-1.6.x-boards-manager
Compilation, upload and serial monitor is tested without issues on:
- Atmel AVR ATmega: Arduino Uno, Arduino Mega 2560, Arduino Pro mini clone with USB-UART adapter;
- Atmel AVR ATtiny: various boards, DigiSpark;
- Atmel ARM: Arduino Due;
- Nordic ARM: RFduino;
- TI ARM: Stellaris launchpad;
- TI msp430: MSP-EXP430G2 launchpad;
- Intel x86: Galileo
- STM32 ARM: chinese maple mini clone (STM32F1), nucleo F1 — compile only
- Freescale ARM: Teensy 3.x
https://github.com/mbedmicro/mbed
https://github.com/spark/spark-cli
- http://www.esp8266.com/viewtopic.php?f=12&t=806
- https://github.com/Karang/Ardunet (http://www.esp8266.com/viewtopic.php?f=8&t=241&start=30)
- https://github.com/thesamprice/esp8266_arduino
ESP8266 power consumption http://www.esp8266.com/viewtopic.php?f=8&t=716
- https://github.com/chipKIT32/chipKIT32-MAX
- http://chipkit.net/started/install-chipkit-software/installing-mpide-mac-os/
makefiles: https://github.com/TimReset/arduino-cmake
additional platforms from: http://embedxcode.weebly.com