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
2017-12-18
Fix MCUs without MPCM0 register
Martino Facchin
2017-11-13
Fix flush hanging issue
John Holman
2017-11-13
Improve how TXCn bit is cleared in USCRnA register
John Holman
2017-11-13
Prevent buffer retransmission when transmit buffer is empty
John Holman
2017-11-13
Create macro to guard critical sections for large transmit buffers
John Holman
2015-07-31
Prevent losing bytes in HardwareSerial::end()
Matthijs Kooijman
2015-05-29
Saving some bytes in HardwareSerial::write
chromhelm
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
[next]