aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WInterrupts.c
AgeCommit message (Expand)Author
2016-02-03Boilerplate compression on ISR declarationPaulo Costa
2015-09-01...and also a leading ','... (oops 2)Cristian Maglie
2015-09-01Added missing #ifdef in WInterrupts.c... (oops)Cristian Maglie
2015-08-31AVR: Faster Interrupts, no size change.Andrew J. Kroll
2015-05-28Check if INT2 is actually defined before issuing warning in detachInterruptKristian Sloth Lauszus
2015-05-24Add missing case to detachinterruptVictor Aprea
2013-05-13Added support to INT6 on Leonardo.Fede85
2013-03-29Removed deprecated interrupt handlersCristian Maglie
2012-06-02Added support for interrupt on INT2 and INT3 on the LeonardoKristian Lauszus
2012-03-03Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloaderZach Eveland
2012-03-02Small changes for the ATmega1284.David A. Mellis
2012-01-10Merge branch 'master' of github.com:arduino/Arduino into new-extensionZach Eveland
2012-01-02Fixing static is not at beginning of declaration warnings (maniacbug).David A. Mellis
2011-12-19fixed attachInterrupt() on LeonardoZach Eveland
2011-12-02Support 3rd external interrupt on ATmega1284P (maniacbug)David A. Mellis
2011-03-02Re-arranging header files and small fixes to optimized core functions.David A. Mellis
2010-10-17Making attachInterrupt() check registers, not CPUs.David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2008-11-08Switching to new signal (interrupt handler) names for compatibility with the ...David A. Mellis
2008-11-01Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that le...David A. Mellis
2008-04-18Factored out print() and println() from HardwareSerial to a base class for sh...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis