Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | rename arduino core dir to xinputHEADmaster | HampusM | |
2015-07-16 | remove setupUSB weak hook and replace with global constructors | Martino Facchin | |
thanks @matthijskooijman | |||
2015-07-16 | add weak setupUSB() hook | Martino Facchin | |
override this function to insert additional USB endpoints | |||
2015-05-30 | Fixed unused argument warning | Cristian Maglie | |
2014-08-08 | Added replacement stub for cstdlib atexit() funciton. | Christopher Andrews | |
This is an empty stub to simply allow use of complex types with a non global static lifetime. For more complex handling the function 'atexit' can be redefined in user code. For more information see: https://github.com/arduino/Arduino/pull/2229 https://github.com/arduino/Arduino/issues/1919 | |||
2014-06-19 | Allow variants to define an initVariant() function that is called at startup. | Cristian Maglie | |
See #2080 | |||
2014-02-13 | Added license for Arduino.h, binary.h and main.cpp (master branch) | Cristian Maglie | |
See #1847 and #1117 | |||
2012-05-01 | renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" ↵ | Zach Eveland | |
object to "USBDevice" to prevent conflict with USB Host library (thanks Massimo) | |||
2011-10-24 | Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=677 http://code.google.com/p/arduino/issues/detail?id=691 | |||
2011-09-08 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension Conflicts: build/linux/dist/tools/avrdude.conf | |||
2011-09-07 | Changing to a simpler mental model for serialEvent (Paul Stoffregen). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=626 | |||
2011-09-05 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension Conflicts: build/macosx/dist/tools-universal.zip build/windows/avr_tools.zip hardware/arduino/cores/arduino/HardwareSerial.cpp | |||
2011-08-31 | Moving serialEvent() calls from RX interrupts to main for() loop (after loop()). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=584 | |||
2011-08-18 | USB microcontrollers will call USB.attach() after init(), before setup() | Zach Eveland | |
2011-03-03 | Moving all pin definitions into pins_arduino.h. | David A. Mellis | |
This is a step towards providing portability across AVR's by simply including an appropriate header file. | |||
2011-03-01 | Renamed WProgram.h to Arduino.h. | David A. Mellis | |
2009-11-21 | Improving third-party hardware support: | David A. Mellis | |
- moving back to multple cores per platform - using target instead of platform - moving per-board and per-programmer preferences out of Preferences.java and into a new Target class - adding a new "target" preference - support for platform:value values in board preferences for bootloader path and core - XXX: need to support platform:value syntax for board upload.using preferences. |