Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 1510.12 (Read 1811 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1510.12
Sep 20th, 2015 at 3:39pm
Print Post  
  • Resetting and flushing of the serial port prior to upload is no longer the default. In earlier versions of the arduino ide flushed the port but it no longer does. This means a historic option for boards.txt "upload.disable_flushing" is now discontinued. (Optional: Visual Micro now supports upload.enable_flushing=true should the older functionality be required). This should resolve a few forum reports whereby upload fails sometimes for some boards.
  • Build, Build & Upload buttons attempt to discover an Arduino project from the "Startup Project". If an Arduino project is not found then the project of the Active Editor Document is evaluated. If the active document provides an Arduino project it is used. Otherwise if an Arduino project is not found the buttons, if visible, will not perform any function.
  • Removed the word "Tools" from all in program help text and tips.
  • New C++ project template called "Arduino Library" that demonstrates how to create or develop arduino libraries
  • Debugger supports Cosa again (failed a few versions ago, when esp8266 debug was implemented)
  • Visual Micro tool bars default to only showing when an arduino project is open. Control this setting via the Window menu. Un-tick to always show Arduino bars
  • Tool bars default to Row 3
  • Including/showing Arduino core and library files in a sketch projects might cause compilation failure.
  • Added intellisense define for  __AVR__ or __ARM__ depending on hardware.  (fixes intellisense problems with libraries such as TimerOne)
  • Added "Debug Continue" tool bar button. The button is hidden when debug is stopped, disabled when the arduino code is running, enabled when stopped at a breakpoint. Performs the same function as F5/Continue.


note: Intellisense will shortly be improved when we add support for the new arduino 1.6.6 ctags pre-processing
« Last Edit: Oct 12th, 2015 at 12:12am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint