aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
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-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-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
2014-02-19Instead of #defining true and false, include stdbool.hMatthijs Kooijman
2014-02-19Use a union in IPAddress for uint8_t[] <-> uint32_t conversionMatthijs Kooijman
2014-02-18In HardwareSerial::_rx_complete_irq, don't use int for buffer indexMatthijs Kooijman
2014-02-14In HardwareSerial, don't use int for buffer indicesMatthijs Kooijman
2014-02-13Added license for Client, IPAddressm and Server (master branch)Cristian Maglie
2014-02-13Added license for Arduino.h, binary.h and main.cpp (master branch)Cristian Maglie
2014-02-10Added license for Arduino.h, binary.h and main.cppCristian Maglie
2014-02-10Added license for Client, IPAddressm and ServerCristian Maglie
2014-02-10Added license for avr/HardwareSerial.Cristian Maglie
2014-01-29Reorder HardwareSerial init to fix compiler warnMatt Robinson
2014-01-28Clean up unused var from HardwareSerial_private.hMatt Robinson
2014-01-22In HardwareSerial::write, bypass the queue when it's emptyMatthijs Kooijman
2014-01-22Inlined HardwareSerial calls to RX ISR.Cristian Maglie
2014-01-22Put each HardwareSerial instance in its own .cpp fileMatthijs Kooijman
2014-01-22Centrally decide which hardware UARTS are availableMatthijs Kooijman
2014-01-22Disable the UDRE interrupt sooner in HardwareSerialMatthijs Kooijman
2014-01-22Fix lockup when writing to HardwareSerial with interrupts disabledMatthijs Kooijman
2014-01-22Fix HardwareSerial::flush() when interrupts are kept disabled for a whileMatthijs Kooijman
2014-01-22Improve HardwareSerial::flush()Matthijs Kooijman
2014-01-22Use bit_is_clear in HardwareSerial::flush()Matthijs Kooijman
2014-01-16Move interrupt handlers into HardwareSerial classMatthijs Kooijman
2014-01-16Use constants for register bit positions in HardwareSerialMatthijs Kooijman
2014-01-16Define a _NOP() macroMatthijs Kooijman
2014-01-16Simplify HardwareSerial::begin()Matthijs Kooijman