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
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
2011-09-05
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-e...
Zach Eveland
2011-08-31
Moving serialEvent() calls from RX interrupts to main for() loop (after loop()).
David A. Mellis
2011-08-30
Merge branch 'mainline' into new-extension
Zach Eveland
2011-08-26
Moving write errors out of return value into separate API methods.
David A. Mellis
2011-08-26
Changing from long to ssize_t (int) for write(), print(), println() return.
David A. Mellis
2011-08-23
write(), print(), and println() now return number of bytes written.
David A. Mellis
2011-08-18
HW Serial on pins 0 and 1 works. Accessed by Serial1.* methods
Zach Eveland
2011-08-11
committed USB API, initial HardwareSerial-USBSerial integration
Zach Eveland
2011-05-20
Fixing 300 baud communication for serial.
David A. Mellis
2011-05-12
Small optimization in HardwareSerial.
David A. Mellis
2011-05-07
Adding serialEvent(), serialEvent1(), etc.
David A. Mellis
2011-05-07
Refactoring the UART0 / USART0 receive interrupt handler.
David A. Mellis
2011-05-07
Changing Serial.flush() to write outgoing data, not drop incoming data.
David A. Mellis
2011-03-06
Flushing outgoing and incoming data in Serial.end().
David A. Mellis
2011-03-06
Fixing race condition in Serial write (Brian Cook).
David A. Mellis
2011-03-05
Implemented serial transmit buffering.
David A. Mellis
2011-03-01
Moving wiring.h contents into Arduino.h.
David A. Mellis
2010-11-11
Cast to encourage optimization of Serial ring buffer index calculations.
David A. Mellis
2010-11-11
Changing baud rate calculation to always use double speed mode except for 576...
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
[next]