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 1608.18 (Read 1762 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
1608.18
Aug 18th, 2016 at 8:20pm
Print Post  
  • Detection of old and new Arduino library format has been changed to cater for 3 types: 1) Libraries without without library.properties treated as old style 2) libraries with library properties but no \src folder treated as old style 3) Libaries with library.properties and with \src folder treated as new style. With new style libaries, the \src folder and recursive \src\sub folders are candidates for compilation. With old style libraries, the files directly in the library folder and optional \utility sub folder are compiled. Hopefully this caters for people who have really old arduino libraries as well as newer libraries.
  • Automatic Gdb support for Energia > LaunchPad (Tiva C) w/ tm4c123 (80MHz)
  • Automatic Gdb support for Energia > LaunchPad (Tiva C) w/ tm4c129 (120MHz)
  • Automatic Gdb support for Energia > LaunchPad (Stellaris) w/ lm4f120 (80MHz)
  • Local project board.txt support for override of openOCD cfg script:- build.openocdscript=board/[cfg file name].cfg
  • Tested with Energia IDE v0017 
  • Improved compiler warning and error output. (full error display, line numbers show in any errors that can be drilled into ++)
  • Improved verbose output so that core, lib, project, link, final output stages are clearer.
  • Prevent Arduino Mkr1000 and Arduino Zero/M0 on NativeUSB from attemtping GDB debug. They now default to using the USB debugger. (Override with debug.tool=)
  • Arduino Due Support - Live Free Memory viewer (previously failed for SAM boards). The SAM free memory calculation is a combination of static, dynamic, stack.
  • Removed setting of build include paths and object files environment variables. Unused and cause a build error if the lengths are too long for windows env vars. (ArduPilot build error http://www.visualmicro.com/forums/YaBB.pl?num=1471016969)
  • Debugger "Gauge visualization example" failed to load since move to .net4.5.1. Attempting to use would show an error each time the debugegr started and it wasn't possible to switch ot off again!
  • Support {program.verify} when uploading using a programmer. This was a new arduino property released about 8 weeks ago that was over looked. Newer toolchain and bard defintions might have failed to upload with error.
  • Fix creation of new projects in VS 2012 and 2013 on compauter that have never had VS2015 installed.  (Using .vcxproj ToolsVersion="4.0")
« Last Edit: Aug 18th, 2016 at 8:21pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint