Awesome, thanks for the new release, I like some of the features in it (like the Arduino core files being available to browse from inside the project).
Unfortunately the new update did not resolve the issue I'm talking about.
For clarity's sake, I have uploaded a video to YouTube that shows me trying to build/compile a program for my Xplained Mini ATmega329PB board with and without Visual Micro installed, so you can get a sense of what I'm talking about:
https://youtu.be/9tBVJln0TCE The first upload attempt is using Atmel's
Start without debugging button. It builds fine but then vMicro gets involved for some reason and loads the
Device programming dialogue box, effectively quashing all possibility of having a one-click build/upload button.
The second upload attempt is using vMicro's
Build and upload button. The exact same behaviour occurs.
The third attempt is after I uninstall vMicro extension in Atmel Studio, before restarting Atmel Studio. The exact same behaviour occurs.
After closing/reopening Atmel Studio (after removing vMicro extension), the desired functionality has returned whereby a single click of the Atmel
Start without debugging button magically builds and uploads the new firmware to my board.
I'm not quite sure why I can still compile Arduino-ese code in Atmel Studio after uninstalling vMicro, but my guess is that vMicro "Arduinofies" an Atmel Studio project upon the project's
creation, and therefore the toolchain has everything it needs to build the firmware once you create a vMicro project (even after uninstalling vMicro).
So, it would seem that I have found a workaround for my problem:
- Install vMicro every time you want to create a project
- Uninstall vMicro after the project gets created
Hopefully this will get resolved at some point as this is a pretty lack-lustre workaround.