Age | Commit message (Expand) | Author |
2014-04-01 | Use correct type for index calculation in HardwareSerial | Cristian Maglie |
2014-04-01 | I forgot a file | jantje |
2014-04-01 | Import WString from 1.5.6 | Matt Jenkins |
2014-04-01 | Fixed string constructor overloading bug | Matt Jenkins |
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-19 | Don't store peeked characters in a char variable | Matthijs Kooijman |
2014-02-19 | Instead of #defining true and false, include stdbool.h | Matthijs Kooijman |
2014-02-19 | Use a union in IPAddress for uint8_t[] <-> uint32_t conversion | Matthijs Kooijman |
2014-02-18 | In HardwareSerial::_rx_complete_irq, don't use int for buffer index | Matthijs Kooijman |
2014-02-14 | In HardwareSerial, don't use int for buffer indices | Matthijs Kooijman |
2014-02-13 | Added license for Client, IPAddressm and Server (master branch) | Cristian Maglie |
2014-02-13 | Added license for Arduino.h, binary.h and main.cpp (master branch) | Cristian Maglie |
2014-02-10 | Added license for Arduino.h, binary.h and main.cpp | Cristian Maglie |
2014-02-10 | Added license for Client, IPAddressm and Server | Cristian Maglie |
2014-02-10 | Added license for avr/HardwareSerial. | Cristian Maglie |
2014-01-29 | Reorder HardwareSerial init to fix compiler warn | Matt Robinson |
2014-01-28 | Clean up unused var from HardwareSerial_private.h | Matt Robinson |
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 | Define a _NOP() macro | 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 |
2014-01-15 | Make some operators in IPAddress const | Matthijs Kooijman |
2014-01-06 | Removed = char from #define. See https://github.com/arduino/Arduino/issues/17... | Federico Fissore |
2014-01-06 | Added new EULER constant. Fixes #1792 | Federico Fissore |
2014-01-01 | Improved portability of String class (maniacbug) | Cristian Maglie |
2013-12-31 | Merge branch 'cast' of github.com:Lauszus/Arduino into Lauszus-cast | Cristian Maglie |
2013-12-31 | Use PGM_P instead of prog_char | Matthijs Kooijman |
2013-12-27 | Use reinterpret_cast to cast __FlashStringHelper to const char* | Kristian Lauszus |
2013-12-24 | Remove unneeded casts in Print::write(const String&) | Matthijs Kooijman |
2013-12-24 | Add uint8_t* versions of methods in Stream | Matthijs Kooijman |
2013-12-24 | Add Print::write(const char *, size_t) | Matthijs Kooijman |
2013-12-23 | Print.print optimization. Closes #1760 | Federico Fissore |
2013-12-06 | remove all Changes besides operator== | ntruchsess |
2013-11-27 | add localPort to EthernetClient, simplify operator== | ntruchsess |
2013-11-26 | add operator==, remoteIP and remotePort to EthernetClient | ntruchsess |
2013-10-31 | Using NOT_AN_INTERRUPT defined constant | Cristian Maglie |