aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-11Merge branch 'master' into serial-variantCristian Maglie
2013-11-11Added SERIAL metadata into variant files.Cristian Maglie
2013-11-11Added VID and PID for older Arduino UnosKristian Lauszus
2013-11-03Merge branch 'master' into ide-1.5.xCristian Maglie
2013-11-03Changed LED_BUILTIN to a macro to better support boards that do not have a bu...Cristian Maglie
2013-11-03Added LED_BUILTIN constant to Leonardo boardCristian Maglie
2013-11-03Merge branch 'master' into ide-1.5.xCristian Maglie
2013-11-03Added Arduino Ethernet variant.Cristian Maglie
2013-10-31Using NOT_AN_INTERRUPT defined constantCristian Maglie
2013-10-31Added digitalPinToInterrupt also to robot variantsCristian Maglie
2013-10-31Added pinToInterrupt() variant macro (Paul Stoffregen)Cristian Maglie