aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2015-05-22zero delay fix, ADC prescaler fixCano
2015-05-22delayMicroseconds(): added support for 1Mhz, 12Mhz and 24MhzCano
2015-05-12RX and TX Serial buffer sizes can now be defined independentlyNico
2015-04-21Fixed indentation in Stream.cpp, no code changeCristian Maglie
2015-04-21Fixed wrong bracket placement (see #3011)Cristian Maglie
2015-04-21Fixed: warning: comparison between signed and unsigned integer expressionsKristian Sloth Lauszus
2015-04-21Fixed: warning: suggest explicit braces to avoid ambiguous 'else'Kristian Sloth Lauszus
2015-04-14Merge branch 'jipp-master'Martino Facchin
2015-04-13Fix for issue #292Jan
2015-04-13Update Tone.cppjipp
2015-04-11Update Tone.cppJan
2015-03-24Stream: set findMulti function as protectedMartino Facchin
2015-03-24Fix findUntil in Stream libraryJim Leonard (Xuth)
2015-01-18Temporary fix for pulseIn() regression.Cristian Maglie
2015-01-07Arduino custom type boolean is now mapped to bool typeCristian Maglie
2014-10-21Merge branch 'master' into ide-1.5.xCristian Maglie
2014-10-21Revert "Match return value to type in available()"Cristian Maglie
2014-10-21Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt()Cristian Maglie
2014-09-26Add #include "Print.h" in Server.hGeorge Chailazopoulos
2014-09-12Fixed trivial include error introduced in previous commit 2e3e539b... oops...Cristian Maglie
2014-09-12Added license to USBAPI.hCristian Maglie
2014-09-12Merge pull request #1937 from matthijskooijman/stringindexCristian Maglie
2014-09-10Fix off-by-one in String::substringMatthijs Kooijman
2014-09-10Merge pull request #2279 from cmaglie/fix-leo-upload-osx10.9.4Cristian Maglie
2014-09-10Simplify String::remove(unsigned int)Matthijs Kooijman
2014-09-10Fix bounds check in String::remove()Matthijs Kooijman
2014-09-10Remove unneeded check in String::remove(unsigned int)Matthijs Kooijman
2014-09-06Fixed license for new.cpp and small cosmetic changesCristian Maglie
2014-09-06Correct implementation of gcc specific internal functionsCristian Maglie
2014-09-06Printable.h doesn't need new.h but only stdlib.h for size_t.Cristian Maglie
2014-09-01Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4Cristian Maglie
2014-08-08Merge branch 'master' into ide-1.5.xCristian Maglie
2014-08-08Added replacement stub for cstdlib atexit() funciton.Christopher Andrews
2014-07-24Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2014-07-24Merge pull request #2206 from amulya349/masterCristian Maglie
2014-07-23Fix of a bugAmulya Kumar Sahoo
2014-07-19Merge pull request #2190 from ribbons/compiler-warningsCristian Maglie
2014-07-18Add availableForWrite() to HardwareSerialPaulStoffregen
2014-07-17Cast empty string to char* to fix compiler warningMatt Robinson
2014-07-01Merge branch 'ide-1.5.x-timer-variant' of github.com:matthijskooijman/Arduino...Cristian Maglie
2014-06-27initVariant() is now declared as external "C" function.Cristian Maglie
2014-06-27Merge branch 'ide-1.5.7' into ide-1.5.xCristian Maglie
2014-06-25Support Atmega8 (and similar that define PE instead of UPE) againMatthijs Kooijman
2014-06-25Allow variants to define an initVariant() function that is called at startup.Matthijs Kooijman
2014-06-25Removed patch for old malloc bug (no more useful with updated toolchain)Cristian Maglie
2014-06-19Allow variants to define an initVariant() function that is called at startup.Cristian Maglie
2014-06-19Merge branch 'master' into ide-1.5.xCristian Maglie
2014-06-19Fixed regression in USBAPI and CDC (xaljox)Cristian Maglie
2014-06-13Merge branch 'master' into HEADCristian Maglie
2014-06-10Update USBAPI.hEmbedded Micro