You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to propose to add to the page above another code builder tool with CLI named PlatformIO. It has support for AtmelAVR Platform and works on the most popular OS, such as: Mac, Windows, Linux 32/64 + ARM arch. The behaviour of PlatformIO is similar on all OS. User doesn't need to install any system packages, IDE or some tool chains. PlatformIO has already pre-built tools/+chains for most ARCHs.
Also, it has support for different frameworks like Arduino framework-arduinoavr. As for Arduino-Framework, it uses latest 1.5.x branch from this repo (thanks a lot for it).
P.S: I'm working on Platform based Libraries Manager now. It will have support for installing Arduino-based libraries into Arduino-IDE libs location (if user select it). With PlatformIO user can search/install/uninstall/update libraries via several commands.
The text was updated successfully, but these errors were encountered:
@ivankravets every opne can edit the playground so if you want to propose it u can do it! I also suggest u to write a post on forum.arduino.cc about this possibility
http://playground.arduino.cc/Learning/CommandLine
I want to propose to add to the page above another code builder tool with CLI named PlatformIO. It has support for AtmelAVR Platform and works on the most popular OS, such as: Mac, Windows, Linux 32/64 + ARM arch. The behaviour of PlatformIO is similar on all OS. User doesn't need to install any system packages, IDE or some tool chains. PlatformIO has already pre-built tools/+chains for most ARCHs.
Also, it has support for different frameworks like Arduino
framework-arduinoavr
. As for Arduino-Framework, it uses latest 1.5.x branch from this repo (thanks a lot for it).There are several Arduino-based examples.
For more detailed information please go to documentation page.
Thanks a lot.
P.S: I'm working on Platform based Libraries Manager now. It will have support for installing Arduino-based libraries into Arduino-IDE libs location (if user select it). With PlatformIO user can search/install/uninstall/update libraries via several commands.
The text was updated successfully, but these errors were encountered: