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 1612.01 - for all VS versions in 2017 RC (Read 1877 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1612.01 - for all VS versions in 2017 RC
Nov 30th, 2016 at 11:39pm
Print Post  
  • Fixed bug that caused the project to be un-selected from the VS build process. Not normally a problem for Arduino builds but the same setting allows custom build events to be executed. Please recheck the the build option for your project in "Build>Configuration Manager" if you want to use Visual Studio build events alongisde Arduino builds.
  • Esp8266 SPIFFS uses apple bonjour dns info when available
  • Support "network.password=" in each projects board.txt (pro users)
  • Added new menu item vMicro>Debugger>Full Speed. This switches off the default debugger  message throttling allowing the micro-controller to run at full speed (approx). Enabling this property causes the advanced project property "Throttle Enabled" to be ignored and provides a more obvious setting for users who do not like to read the documentation. This setting is also required to debug in ISR handlers subject to a compatible debugger Serial/Pin configuration (example: if Serial does not work because the timer is being used then we have to select different port or pin for debug)
  • Captured the "Debug>Attach to process" event allowing debug to be resumed without need to for upload. This is the same as opening the serial monitor on the debug port. Useful when using Net/IP upload but debugging using a different port or pins.
  • Debugger - Fix for esp8266 free memory graph: {@ReportFreeMemory)
  • Updated to latest ICSharp.Zip api. Improves Board Manager package installer for GZip and TAR packages
  • Improve detection for new network/IoT devices when using the Apple Bonjour Printer Service for discovery (esp8266 + Arduino Yun).
  • Removed compiler delay in free version but removed the 'recently used boards' instead
  • Added menu item "Upload Last Build" to the vMicro>Uploader menu and removed from the Visual Studio "Project" menu
  • Removed all Visual Micro menu items from the standard Visual Studio "Project" menu. This applies to the "Add Code" and "Add Library" menu items. These items are available on the visual micro menus and bars, on the visual studio>solution>project right mouse context menu and on the visual studio "Add Items to Project" menus.
  • Board Manager will warn/ask to run "post_install.bat" bat files if they exist with the tools installed during package installation. This allows usb drivers to be installed. The warning states the package must have come from a known reliable url (from a known package on a secure system).
  • The dtr setting in the serial monitor defaults to False for boards such as esp8266
« Last Edit: Dec 1st, 2016 at 1:24am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint