aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
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-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
2014-06-02Merge pull request #2104 from amulya349/masterCristian Maglie
2014-05-30Merge branch 'master' into HEADCristian Maglie
2014-05-30USB CDC available() method returns correct number of bytes in buffer.Cristian Maglie
2014-05-30Fix of a bugAmulya Kumar Sahoo
2014-05-26Merge branch 'usbcdc-improved' into ide-1.5.xCristian Maglie
2014-05-24Improve CDC read codePaul Brook
2014-05-24Fix race condition in USB CDC transmitPaul Brook
2014-05-24improved USB write speedsJustin Rajewski
2014-05-24Backported Print class from ide-1.5.x branchCristian Maglie
2014-05-23Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Ardu...Cristian Maglie
2014-05-23Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2014-05-16Support TIMER1CMatthijs Kooijman
2014-05-07Match return value to type in available()Zachary J. Fields
2014-05-06Remove unneeded register and ISR names in HardwareSerialx.cppMatthijs Kooijman
2014-05-06Fix comment typoMatthijs Kooijman
2014-05-02Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2Matthijs Kooijman
2014-04-20Fixed other trivial warnings in AVR USB core.Cristian Maglie
2014-04-20Removed other unused variables in CDC.cpp and HID.cppCristian Maglie
2014-04-20Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.Cristian Maglie
2014-04-20Merge branch 'ide-1.5.x-warnings' of github.com:matthijskooijman/Arduino into...Cristian Maglie
2014-04-01Merge commit '1ad74' into ide-1.5.xCristian Maglie
2014-04-01Use correct type for index calculation in HardwareSerialCristian Maglie
2014-04-01I forgot a filejantje
2014-04-01Import WString from 1.5.6Matt Jenkins
2014-04-01Fixed string constructor overloading bugMatt Jenkins
2014-03-27Fix typo in SerialEvent3 handlingMatthijs Kooijman
2014-03-24Added support for different size of TX and RX buffer sizes.jantje
2014-03-23This commit contains 2 changes:jantje
2014-02-19Don't store peeked characters in a char variableMatthijs Kooijman