aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22Put each HardwareSerial instance in its own .cpp fileMatthijs Kooijman
2014-01-22Centrally decide which hardware UARTS are availableMatthijs Kooijman
2014-01-22Disable the UDRE interrupt sooner in HardwareSerialMatthijs Kooijman
2014-01-22Fix lockup when writing to HardwareSerial with interrupts disabledMatthijs Kooijman
2014-01-22Fix HardwareSerial::flush() when interrupts are kept disabled for a whileMatthijs Kooijman
2014-01-22Improve HardwareSerial::flush()Matthijs Kooijman
2014-01-22Use bit_is_clear in HardwareSerial::flush()Matthijs Kooijman
2014-01-21Compile with -x assembler-with-cpp instead of -assembler-with-cpp.Jimmy Hedman
2014-01-16Move interrupt handlers into HardwareSerial classMatthijs Kooijman
2014-01-16Use constants for register bit positions in HardwareSerialMatthijs Kooijman
2014-01-16Define a _NOP() macroMatthijs Kooijman
2014-01-16Simplify HardwareSerial::begin()Matthijs Kooijman
2014-01-16Remove unused variableMatthijs Kooijman
2014-01-16Slightly reduce code utilization by inlining HardwareSerail begin(baud) and o...Cristian Maglie
2014-01-16Remove duplicate code from HardwareSerial::begin() methods.Matthijs Kooijman
2014-01-15Make some operators in IPAddress constMatthijs Kooijman
2014-01-09Merge pull request #1790 from cmaglie/platform-pathsCristian Maglie
2014-01-07Merge pull request #1794 from arduino/ide-1.5.x-eulerCristian Maglie
2014-01-07Merge branch 'master' into ide-1.5.xCristian Maglie
2014-01-06Removed = char from #define. See https://github.com/arduino/Arduino/issues/17...Federico Fissore
2014-01-06Added new EULER constant. Fixes #1792Federico Fissore
2014-01-05Fixed "runtime.hardware.path" and "runtime.platform.path" valuesCristian Maglie
2014-01-01Improved portability of String class (maniacbug)Cristian Maglie
2013-12-31Merge branch 'cast' of github.com:Lauszus/Arduino into Lauszus-castCristian Maglie
2013-12-31Use PGM_P instead of prog_charMatthijs Kooijman
2013-12-30Merge pull request #1762 from matthijskooijman/ide-1.5.x-write-charCristian Maglie
2013-12-27Use reinterpret_cast to cast __FlashStringHelper to const char*Kristian Lauszus
2013-12-24Remove unneeded casts in Print::write(const String&)Matthijs Kooijman
2013-12-24Add uint8_t* versions of methods in StreamMatthijs Kooijman
2013-12-24Add Print::write(const char *, size_t)Matthijs Kooijman
2013-12-23Print.print optimization. Closes #1760Federico Fissore
2013-12-13Merge branch 'master' of github.com:arduino/ArduinoCristian Maglie
2013-12-13Merge branch 'pins-define' into ide-1.5.xCristian Maglie
2013-12-13Changed pins definition in variants from constants to #defines.Cristian Maglie
2013-12-13Removed redefinitions of SERIAL_* in Yun variantCristian Maglie
2013-12-09Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2013-12-08In boards.txt, rename atmega328diecimila to diecimilaMatthijs Kooijman
2013-12-06remove all Changes besides operator==ntruchsess
2013-11-28Upped version to 1.5.5Cristian Maglie
2013-11-27add localPort to EthernetClient, simplify operator==ntruchsess
2013-11-26add operator==, remoteIP and remotePort to EthernetClientntruchsess
2013-11-21Revert "SPI library to new format"Cristian Maglie
2013-11-21Revert "EEPROM library to the new format"Cristian Maglie
2013-11-15Revert "SoftwareSerial library to the new format"Cristian Maglie
2013-11-15Revert "Wire library to the 1.5 format"Cristian Maglie
2013-11-12Removed redundant LED_BUILTIN define in Yun variant.Cristian Maglie
2013-11-12Merge pull request #1634 from cmaglie/adc-fixCristian Maglie
2013-11-11Merge branch 'master' into serial-variantCristian Maglie
2013-11-11Fix SERIAL_* metadata in Arduino Ethernet variantCristian Maglie
2013-11-11Added SERIAL metadata into variant files.Cristian Maglie