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