Age | Commit message (Expand) | Author |
2019-09-16 | Merge branch 'master' into patch-1 | Alexander Entinger |
2019-09-16 | Merge pull request #64 from paulrnash/paulrnash-intellisense | Alexander Entinger |
2019-09-16 | Adding parenthesis around 'bitvalue' allowing correct macro expansion when us... | Alexander Entinger |
2019-01-21 | Add parameters names to common prototypes | Paul R. Nash |
2018-08-11 | Add `bitToggle` macro to complement `bitSet` etc | Shriramana Sharma |
2016-09-07 | Requested changes to not change code for non ATtinyX5s | Niklas Mischkulnig |
2016-08-27 | Add all analog references supported by the ATtinyX5 series | Niklas Mischkulnig |
2015-05-29 | pulseIn: add alternative implementation based on micros() | Martino Facchin |
2015-05-21 | Modified randomSeed, now uses unsigned long. | Chris--A |
2015-01-07 | Arduino custom type boolean is now mapped to bool type | Cristian Maglie |
2014-08-08 | Merge branch 'master' into ide-1.5.x | Cristian Maglie |
2014-08-08 | Added replacement stub for cstdlib atexit() funciton. | Christopher Andrews |
2014-06-27 | initVariant() is now declared as external "C" function. | Cristian Maglie |
2014-06-25 | Allow variants to define an initVariant() function that is called at startup. | Matthijs Kooijman |
2014-05-16 | Support TIMER1C | Matthijs Kooijman |
2014-02-19 | Instead of #defining true and false, include stdbool.h | Matthijs Kooijman |
2014-02-13 | Added license for Arduino.h, binary.h and main.cpp (master branch) | Cristian Maglie |
2014-02-10 | Added license for Arduino.h, binary.h and main.cpp | Cristian Maglie |
2014-01-22 | Centrally decide which hardware UARTS are available | Matthijs Kooijman |
2014-01-16 | Define a _NOP() macro | Matthijs Kooijman |
2014-01-06 | Removed = char from #define. See https://github.com/arduino/Arduino/issues/17... | Federico Fissore |
2014-01-06 | Added new EULER constant. Fixes #1792 | Federico Fissore |
2013-10-31 | Using NOT_AN_INTERRUPT defined constant | Cristian Maglie |
2013-05-11 | Merged 1.0.5 | Cristian Maglie |
2013-04-04 | Added support for all variants of Sanguino | Kristian Sloth Lauszus |
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore |
2012-11-02 | Added general yield()-hook for cooperative scheduling development (part 2) | Cristian Maglie |
2012-10-31 | Added general yield()-hook for cooperative scheduling development | Cristian Maglie |
2012-10-09 | Adding ATmega644P check to ATmega1284P check. | David A. Mellis |
2012-09-13 | Moving ATmega32U4 Timer 2 #undef's to Leonardo pins_arduino.h file. | David A. Mellis |
2012-08-08 | Fix for tone() on Leonardo. | Shigeru KANEMOTO |
2012-01-02 | Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen). | David A. Mellis |
2011-12-30 | Simplifying microseconds <-> clock cycles conversions. (Rob Tillaart) | David A. Mellis |
2011-12-02 | Updated reference voltage defines for ATmega1284P. | David A. Mellis |
2011-10-24 | Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc. | David A. Mellis |
2011-10-24 | Correcting analogReference() constants for ATtiny24/44/84 and 25/45/85. | David A. Mellis |
2011-09-16 | added support for TIMER4D used for PWM on Leonardo and Micro D6 | Zach Eveland |
2011-03-04 | Factoring pin definitions out of the core. | David A. Mellis |
2011-03-03 | Moving all pin definitions into pins_arduino.h. | David A. Mellis |
2011-03-03 | Removing optimized digitalWrite(), digitalRead(), pinMode(). | David A. Mellis |
2011-03-02 | Re-arranging header files and small fixes to optimized core functions. | David A. Mellis |
2011-03-01 | Moving wiring.h contents into Arduino.h. | David A. Mellis |
2011-03-01 | Renamed WProgram.h to Arduino.h. | David A. Mellis |