aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial_private.h
AgeCommit message (Expand)Author
2021-05-26Correct typos in comments and documentationper1234
2014-06-25Support Atmega8 (and similar that define PE instead of UPE) againMatthijs Kooijman
2014-04-01Use correct type for index calculation in HardwareSerialCristian Maglie
2014-04-01I forgot a filejantje
2014-02-18In HardwareSerial::_rx_complete_irq, don't use int for buffer indexMatthijs Kooijman
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-22Inlined HardwareSerial calls to RX ISR.Cristian Maglie