|
|
|
|
|
by tzikis
5101 days ago
|
|
marssaxman i'd be very sincerely grateful if you'd like pre-register and test it. the thing that got us started in the first place was the limitations of the Arduino IDE, and we think we did a great job with that. we really do have a much better editor, as hackaday elegantly put it, "codebender uses clang a wonderful compiler that will give you extremely descriptive warnings on terrible code." plus a better way to manage your sketches (instead of relying in a directory with 100s of projects). anyway, in regards to your question, if you've ever used a big project (20-30k when compiled), it can take quite a while to compile and less time flashing. plus, the Arduino IDE compiles it every_single_time although there is no need to, so if, for example, you want to flash this code to a nub you're spending more than half of your time recompiling the same code for no particular reason |
|