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.cpp
Age
Commit message (
Expand
)
Author
2015-05-21
Fixed bug with flushing
chromhelm
2014-10-21
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-10-21
Revert "Match return value to type in available()"
Cristian Maglie
2014-07-18
Add availableForWrite() to HardwareSerial
PaulStoffregen
2014-05-23
Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Ardu...
Cristian Maglie
2014-05-23
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
2014-05-07
Match return value to type in available()
Zachary J. Fields
2014-05-06
Fix comment typo
Matthijs Kooijman
2014-04-01
Merge commit '1ad74' into ide-1.5.x
Cristian Maglie
2014-03-27
Fix typo in SerialEvent3 handling
Matthijs Kooijman
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-14
In HardwareSerial, don't use int for buffer indices
Matthijs Kooijman
2014-02-10
Added license for avr/HardwareSerial.
Cristian Maglie
2014-01-22
In HardwareSerial::write, bypass the queue when it's empty
Matthijs Kooijman
2014-01-22
Inlined HardwareSerial calls to RX ISR.
Cristian Maglie
2014-01-22
Put each HardwareSerial instance in its own .cpp file
Matthijs Kooijman
2014-01-22
Centrally decide which hardware UARTS are available
Matthijs Kooijman
2014-01-22
Disable the UDRE interrupt sooner in HardwareSerial
Matthijs Kooijman
2014-01-22
Fix lockup when writing to HardwareSerial with interrupts disabled
Matthijs Kooijman
2014-01-22
Fix HardwareSerial::flush() when interrupts are kept disabled for a while
Matthijs Kooijman
2014-01-22
Improve HardwareSerial::flush()
Matthijs Kooijman
2014-01-22
Use bit_is_clear in 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
Simplify HardwareSerial::begin()
Matthijs Kooijman
2014-01-16
Remove unused variable
Matthijs Kooijman
2014-01-16
Slightly reduce code utilization by inlining HardwareSerail begin(baud) and o...
Cristian Maglie
2014-01-16
Remove duplicate code from HardwareSerial::begin() methods.
Matthijs Kooijman
2013-09-09
Fixed HardwareSerial bug introduced in 1.5.3.
Cristian Maglie
2013-07-26
Move buffers into HardwareSerial
Matthijs Kooijman
2013-07-26
Use uint8_t for HardwareSerial ringbuffer pointers
Matthijs Kooijman
2013-03-29
Fix deprecated ISR names for ATmega8.
Cristian Maglie
2013-03-29
Removed deprecated interrupt handlers
Cristian Maglie
2012-11-29
Clarifying comment.
David A. Mellis
2012-11-29
Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.
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
Merge pull request #109 from Alarus/master
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.cpp
Alarus
2012-08-14
Update hardware/arduino/cores/arduino/HardwareSerial.cpp
Alarus
2012-08-12
Update hardware/arduino/cores/arduino/HardwareSerial.cpp
Alarus
2012-08-12
Update hardware/arduino/cores/arduino/HardwareSerial.cpp
Alarus
2012-08-12
Update hardware/arduino/cores/arduino/HardwareSerial.cpp
Alarus
2012-04-01
added Boolean operators to HardwareSerial and CDC to test whether the port is...
Zach Eveland
2012-02-03
Making head and tail unsigned to avoid division in serial ISR.
David A. Mellis
2011-10-10
Fixing more warnings (Paul Stoffregen).
David A. Mellis
2011-09-08
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...
Zach Eveland
2011-09-07
Changing to a simpler mental model for serialEvent (Paul Stoffregen).
David A. Mellis
2011-09-05
changed baudrate for auto-reset-and-upload back to 1200 bps. specified ardui...
Zach Eveland
[next]