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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1801.14
Dec 22nd, 2017 at 11:00pm
Print Post  
  • Teensy 3 - An intellisense fix has been added for all functions found in the teensy3 wiring.h. Intellisense will show the following but the compiler will use the real teensy code.
    Code (C++)
    Select All
    #define abs(x)
         #define constrain(amt, low, high)
         #define round(x)
         #define radians(deg)
         #define degrees(rad)
         #define sq(x) 
    
    
  • Resolve most Nrf52 intellisense issues.
  • Added: vMicro>Delayed Startup (visual micro will load in background. The IDE will not be delayed during startup.
« Last Edit: Jan 13th, 2018 at 4:15pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint