aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring.c
AgeCommit message (Expand)Author
2021-05-26Correct typos in comments and documentationper1234
2017-11-13Create timer0 overflow interrupt service routine for all ATtinies not just 24...Torben Nielsen
2015-12-27fix delay/yield on avr, if function called by yield takes more a millisecond ...vbextreme
2015-09-28Removed not needed Timer warningNico
2015-09-28Removed Timer warnings when Timer 2 is not presentNico
2015-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2015-05-22Indent fix.Cristian Maglie
2015-05-22zero delay fix, ADC prescaler fixCano
2015-05-22delayMicroseconds(): added support for 1Mhz, 12Mhz and 24MhzCano
2013-04-03Merged 1.0.5Cristian Maglie
2013-03-29Removed deprecated interrupt handlersCristian Maglie
2012-11-02Added general yield()-hook for cooperative scheduling development (part 2)Cristian Maglie
2012-04-19bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried)Zach Eveland
2011-12-18fixed digitalWrite on timer 4 pins (D6 and D13)Zach Eveland
2011-12-11fixed TIMER4 use on LeonardoZach Eveland
2011-12-02Fixing delayMicroseconds() timing for 20 MHz clocks. (Erdem U. Altinyurt)David A. Mellis
2011-10-21Lowering timer 1 prescale factor (to 8 from 64) for F_CPU less than 8 MHz.David A. Mellis
2011-09-30Using alternate timer 0 overflow interrupt signal name for ATtiny24/44/84.David A. Mellis
2011-03-06Moving TCCR1B reset into #ifdef check.David A. Mellis
2010-10-17Modifying basic functions (digital and analog, read and write) to use registe...David A. Mellis
2010-10-02Fixing PWM on pins 9 & 10 on the Uno.David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2010-05-25More accurate delay() function from BenF.David A. Mellis
2009-12-18Fixing bug in calling micros() from interrupts: http://code.google.com/p/ardu...David A. Mellis
2009-12-18No longer disabling interrupts in delayMicroseconds(): http://code.google.com...David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-05-12Optimizing the timer0 overflow handler (for millis()), based on work by WestF...David A. Mellis
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2008-12-23Fixing delay() to delay at least N milliseconds.David A. Mellis
2008-11-26Adding micros() function.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-07-02Adding ADXL3xx accelerometer example; minor comment changes.David A. Mellis
2008-04-18Fixing millis() overflow: changing millis() and the timer 0 overflow handler ...David A. Mellis
2008-03-08Adding to the todo list and readme; fixing a bit of indentation.David A. Mellis
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works on...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis