apla / brackets-cuwire

Brackets plugin for Arduino
63 stars 7 forks source link

PlatformIO as source code builder and uploader #8

Open ivankravets opened 9 years ago

ivankravets commented 9 years ago

Hi @apla,

I'm an author of http://platformio.org project. The one thing that is missed in PlatformIO is own IDE. However, it can be easy integrated to popular IDEs.

Are you interested to switch to PlatformIO? It works without any dependencies, IDEs, tool chains and etc. under popular host OS (Mac, Windows, Linux 32/64 + ARMv6,7).

As I understand, you need 3 types of operations:

> platformio boards --json-output
> platformio init --board=uno
> platformio run
> platformio run --target upload
> platformio run --target clean

If you call PlatformIO from subprocess, don't forget to turn off prompts:

> platformio settings set enable_prompts No

PlatformIO will support a lot of new platforms and frameworks in release 1.0.0 which should be released within 1-2weeks. See HISTORY and the opened issues.

P.S.S: If you have any questions, don't hesitate to ask.

Twitter: @PlatformIO_Org