aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/main.cpp
AgeCommit message (Expand)Author
2015-07-16remove setupUSB weak hook and replace with global constructorsMartino Facchin
2015-07-16add weak setupUSB() hookMartino Facchin
2015-05-30Fixed unused argument warningCristian Maglie
2014-08-08Added replacement stub for cstdlib atexit() funciton.Christopher Andrews
2014-06-19Allow variants to define an initVariant() function that is called at startup.Cristian Maglie
2014-02-13Added license for Arduino.h, binary.h and main.cpp (master branch)Cristian Maglie
2012-05-01renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o...Zach Eveland
2011-10-24Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc.David A. Mellis
2011-09-08Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-09-07Changing to a simpler mental model for serialEvent (Paul Stoffregen).David A. Mellis
2011-09-05Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-08-31Moving serialEvent() calls from RX interrupts to main for() loop (after loop()).David A. Mellis
2011-08-18USB microcontrollers will call USB.attach() after init(), before setup()Zach Eveland
2011-03-03Moving all pin definitions into pins_arduino.h.David A. Mellis
2011-03-01Renamed WProgram.h to Arduino.h.David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis