aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial.cpp
AgeCommit message (Expand)Author
2013-09-09Fixed HardwareSerial bug introduced in 1.5.3.Cristian Maglie
2013-07-26Move buffers into HardwareSerialMatthijs Kooijman
2013-07-26Use uint8_t for HardwareSerial ringbuffer pointersMatthijs Kooijman
2013-03-29Fix deprecated ISR names for ATmega8.Cristian Maglie
2013-03-29Removed deprecated interrupt handlersCristian Maglie
2012-11-29Clarifying comment.David A. Mellis
2012-11-29Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
2012-08-30Changing setting of the UMSELn bits (for UART mode) and serial config values.David A. Mellis
2012-08-30Merge pull request #109 from Alarus/masterDavid 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.cppAlarus
2012-08-14Update hardware/arduino/cores/arduino/HardwareSerial.cppAlarus
2012-08-12Update hardware/arduino/cores/arduino/HardwareSerial.cppAlarus
2012-08-12Update hardware/arduino/cores/arduino/HardwareSerial.cppAlarus
2012-08-12Update hardware/arduino/cores/arduino/HardwareSerial.cppAlarus
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2012-02-03Making head and tail unsigned to avoid division in serial ISR.David A. Mellis
2011-10-10Fixing more warnings (Paul Stoffregen).David A. Mellis
2011-09-08Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-09-07Changing to a simpler mental model for serialEvent (Paul Stoffregen).David A. Mellis
2011-09-05changed baudrate for auto-reset-and-upload back to 1200 bps. specified ardui...Zach Eveland
2011-09-05Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...Zach Eveland
2011-08-31Moving serialEvent() calls from RX interrupts to main for() loop (after loop()).David A. Mellis
2011-08-30Merge branch 'mainline' into new-extensionZach Eveland
2011-08-26Moving write errors out of return value into separate API methods.David A. Mellis
2011-08-26Changing from long to ssize_t (int) for write(), print(), println() return.David A. Mellis
2011-08-23write(), print(), and println() now return number of bytes written.David A. Mellis
2011-08-18HW Serial on pins 0 and 1 works. Accessed by Serial1.* methodsZach Eveland
2011-08-11committed USB API, initial HardwareSerial-USBSerial integrationZach Eveland
2011-05-20Fixing 300 baud communication for serial.David A. Mellis
2011-05-12Small optimization in HardwareSerial.David A. Mellis
2011-05-07Adding serialEvent(), serialEvent1(), etc.David A. Mellis
2011-05-07Refactoring the UART0 / USART0 receive interrupt handler.David A. Mellis
2011-05-07Changing Serial.flush() to write outgoing data, not drop incoming data.David A. Mellis
2011-03-06Flushing outgoing and incoming data in Serial.end().David A. Mellis
2011-03-06Fixing race condition in Serial write (Brian Cook).David A. Mellis
2011-03-05Implemented serial transmit buffering.David A. Mellis
2011-03-01Moving wiring.h contents into Arduino.h.David A. Mellis
2010-11-11Cast to encourage optimization of Serial ring buffer index calculations.David A. Mellis
2010-11-11Changing baud rate calculation to always use double speed mode except for 576...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-07-04Adding support for printing Strings to the Print class.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-12Adding improved baud rate calculation, including use (or not) of the U2X bit....David A. Mellis
2009-07-12Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro M...David A. Mellis