Hello, I'm new here and this is my first post.
As you know there are many options to compile code for Arduino Arduino Playground - DevelopmentTools.
I'm developing in Atmel Studio 6.1 to optimize my code the most.
At some point, I needed the functions "millis()" and "micros()", so I ported some code of arduino core (blocks from "wiring.c" and "wiring_private.h" related to these functions, getting timer0 busy) from Arduino IDE to work with Atmel Studio.
I think this might be useful for someone else, so I would like to ask you how and where shall I share it?
Can I just attach them to this post and without any licensing issues?
Best regards