Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlatformIO as source code builder and uploader #8

Open
ivankravets opened this issue Feb 11, 2015 · 0 comments
Open

PlatformIO as source code builder and uploader #8

ivankravets opened this issue Feb 11, 2015 · 0 comments

Comments

@ivankravets
Copy link

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:

  • Show available boards:
> platformio boards --json-output
  • Initialise project with the specified board:
> platformio init --board=uno
  • Compile project
> platformio run
  • Upload firmware
> platformio run --target upload
  • Clean project
> 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant