- Sat Apr 30, 2016 11:58 am
#46559
@krzychb
Hello Krzysztof,
I Installed PlatformIO, that was simple indeed
Had to puzzle how to add my Time and SSD1306Ascii libraries. In the end I just added to platform.ini : lib_dir=../libraries. Then my sketch compiled OK.
My results are as follows::
- Complete build: 27s
- Recompile w/ main sketch changed 5s
Compared to Arduino 1.6.5 compile times : 45s and 5s
Compared to Arduino 1.6.8 compile times : 45s and 45s
So, PlatformIO does a complete build in 50% of the Arduino 1.6.5/1.6.8 compile time, that's awesome. The recompile time of PlatformIO is similar to Arduino 1.6.5. compile time, but is 9 times faster than Arduino 1.6.8 recompile time.
Now I have to choose : Continue with Arduino 1.6.5 IDE that I have been using for 10+ years and am accustomed to, OR switch to PlatformIO that's full new to me.