Close

New UI, simpler - Needs more Work

A project log for AVR on Arduino

An Extension to use Arduino boards with AtmelStudio, with usual coding that we all LOVE, 8bit registers and stuff + CHEAP AVR DEV BOARDS

zaidpirwaniZaidPirwani 08/30/2015 at 07:430 Comments

Changed the UI a bit, removed some elements and made it smaller.

Adding avrdude command after post-build works but I doubt if it is the solution, cause everytime sending avrdude command after build means you have to wait for the upload to complete if the arduino is actually connected and the wait becomes a lot longer when the arduino is NOT there and that also means a failed build when actually the build did not fail but the upload did.

So, am thinking.

Putting up an UPLOAD button, and upload only happens when user clicks the button.

so, now I need to figure that out, but if when user presses the button, it builds it first and if no error occurs then and only then it uploads it.

Discussions