aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial.h
AgeCommit message (Expand)Author
2017-05-16Add Print::availableForWriteEric Wieser
2015-09-20Fix HW Serial buffer size determinationNico
2015-06-18Warn about increasing HardwareSerial buffers to > 256Matthijs Kooijman
2015-05-12RX and TX Serial buffer sizes can now be defined independentlyNico
2014-10-21Merge branch 'master' into ide-1.5.xCristian Maglie
2014-07-18Add availableForWrite() to HardwareSerialPaulStoffregen
2014-03-24Added support for different size of TX and RX buffer sizes.jantje
2014-03-23This commit contains 2 changes:jantje
2014-02-10Added license for avr/HardwareSerial.Cristian Maglie
2014-01-22Inlined HardwareSerial calls to RX ISR.Cristian Maglie
2014-01-22Centrally decide which hardware UARTS are availableMatthijs Kooijman
2014-01-22Improve 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-16Slightly reduce code utilization by inlining HardwareSerail begin(baud) and o...Cristian Maglie
2013-07-26Make private members of HardwareSerial protectedMatthijs Kooijman
2013-07-26Move buffers into HardwareSerialMatthijs Kooijman
2012-12-08Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
2012-11-29Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
2012-11-02HardwareSerial: change byte to uint8_t (since byte definition isn't present).David A. Mellis
2012-08-30Changing setting of the UMSELn bits (for UART mode) and serial config values.David A. Mellis
2012-08-30Renaming serial config constants to, e.g., SERIAL_8N1.David A. Mellis
2012-08-30Merge pull request #109 from Alarus/masterDavid A. Mellis
2012-08-30Fixing Serial.flush() breakage on Leonardo (WestFW).David A. Mellis
2012-08-29Fixing ATmega8 breakage from flush() change. (WestFW)David A. Mellis
2012-08-29Adding overloads so Serial.write(0) works.David A. Mellis
2012-08-28Serial.flush() waits for last character to be transmitted (michele.mazzucchi)David A. Mellis
2012-08-14Update hardware/arduino/cores/arduino/HardwareSerial.hAlarus
2012-08-12Update hardware/arduino/cores/arduino/HardwareSerial.hAlarus
2012-08-12Update hardware/arduino/cores/arduino/HardwareSerial.hAlarus
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2011-10-27Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...Zach Eveland
2011-02-25Small optimization in HardwareSerial.David A. Mellis
2010-10-17Making HardwareSerial tests register-based, not CPU-based.David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2010-08-02changing available() to return an int (because the Ethernet Client class or a...David A. Mellis
2010-07-04Adding a peek() function to Stream and HardwareSerial (Serial).David A. Mellis
2010-05-28Adding a basic Stream interface and modifying HardwareSerial to inherit from it.David A. Mellis
2009-12-23Adding Serial.end().David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-07-12Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro M...David A. Mellis
2009-06-01First integration of the Arduino code in Processing 5503: PreProcessor and Co...David A. Mellis