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 Comments on Arduino 1.5 Specifications (Read 2375 times)
Rei Vilo
Member
***
Offline


Posts: 123
Joined: Jan 10th, 2012
Comments on Arduino 1.5 Specifications
Jun 2nd, 2013 at 7:19am
Print Post  
Arduino has released two entries of its wiki about the specifications for 1.5:

I like the new structure described in 3rd party Hardware specification. It is cleaner and more open to 3rd party. I've already implemented it in my embedXcode project. 

Now, IMHO, I'm not a big fan of the new library specification, as the files of a single library are going to be split among different folders.

See the example provided for Servo
  • Servo.h goes under Servo/src/ 
  • but Servo.cpp is under Servo/arch/avr/.

This means parsing the directories in search for all the files and thus makes the makefiles more complex.

What do you think?

As Arduino is taking the lead over Wiring, I guess all the Processing-based Wiring-derived Arduino-like IDEs have little choice but to comply with the new standard. 

I hope Arduino is considering taking a more advanced editor with now standard features as code completion, syntax helper, and a much needed debugger.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint