aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-21Fixed: warning: suggest explicit braces to avoid ambiguous 'else'Kristian Sloth Lauszus
2015-04-17Merge pull request #2973 from ffissore/warningsFederico Fissore
2015-04-14Merge branch 'jipp-master'Martino Facchin
2015-04-14Merge pull request #2961 from jan-r/issue292-fixMartino Facchin
2015-04-13Fix for issue #292Jan
2015-04-13Reviewed warnings key names and dropdown in PreferencesFederico Fissore
2015-04-13Update Tone.cppjipp
2015-04-13Better preference for setting warnings level. See https://github.com/arduino/...Federico Fissore
2015-04-11Update Tone.cppJan
2015-03-30Platform.txt in-memory rewrite rules: whenever loaded, if a property is set t...Federico Fissore
2015-03-30Starting 1.6.3Federico Fissore
2015-03-27LibraryManager: better type filteringFederico Fissore
2015-03-27Not using gcc version, hard to maintainFederico Fissore
2015-03-27avr platform: fixed avrdude pathFederico Fissore
2015-03-27Fixed platforms(.txt)Federico Fissore
2015-03-24Stream: set findMulti function as protectedMartino Facchin
2015-03-24Merge pull request #2814 from facchinm/test_pr2696Martino Facchin
2015-03-24Fix findUntil in Stream libraryJim Leonard (Xuth)
2015-03-24Merge pull request #2812 from facchinm/test_pr2794Martino Facchin
2015-03-24EEPROM: examples: fix Serial for board LeonardoMartino Facchin
2015-03-24Fixed EEPROM examples and added readmeChris--A
2015-03-20Updated EEPROM examples.Chris--A
2015-03-19Small tweaks to EEPROM lib and examples.Chris--A
2015-03-18Do not influence state of SS if it's already been set to an output previously...Victor Aprea
2015-03-18Updated EEPROM storage classChris--A
2015-03-17Added additional examples to EEPROM libChris--A
2015-03-17Added new version of EEPROM library.Chris--A
2015-03-11Started working on 1.6.2Federico Fissore
2015-03-10Added warning for uncertified boardsFederico Fissore
2015-03-05Merge branch 'ide-1.5.x' into SoftwareSerialMartino Facchin
2015-03-05SoftwareSerial: match bool API with HardwareSerialMartino Facchin
2015-02-19Update revision log. Version set to 1.6.1.Cristian Maglie
2015-02-16"objcopy" recipes are no more tied to "hex" extensionCristian Maglie
2015-02-10rename hex -> outputArnav Gupta
2015-02-05Corrected some email contacts.Cristian Maglie
2015-01-26Prevent low pulse on TX initialization in SoftwareSerialMatthijs Kooijman
2015-01-26Remove unneeded #ifdef in SoftwareSerialMatthijs Kooijman
2015-01-26Fix SoftwareSerial timingsMatthijs Kooijman
2015-01-26Disable the RX PCINT inside SoftwareSerial::recvMatthijs Kooijman
2015-01-26Optimize SoftwareSerial::setRxIntMsk()Matthijs Kooijman
2015-01-26In SoftwareSerial::recv, only calculate the new tail onceMatthijs Kooijman
2015-01-26Mark SoftwareSerial::recv and handle_interrupt as always_inlineMatthijs Kooijman
2015-01-26In SoftwareSerial, use ISR_ALIASOF to prevent duplicationMatthijs Kooijman
2015-01-26Optimize SoftwareSerial::recvMatthijs Kooijman
2015-01-26Further optimize SoftwareSerial::writeMatthijs Kooijman
2015-01-26Mark SoftwareSerial::tx_pin_write as "always_inline"Matthijs Kooijman
2015-01-26Simplify SoftwareSerial::writeMatthijs Kooijman
2015-01-26Use stopListening() in SoftwareSerial::end()Matthijs Kooijman
2015-01-26Fix race condition in SoftwareSerial::overflow()Matthijs Kooijman
2015-01-26Toggle SoftwareSerial interrupts when starting / stopping to listenMatthijs Kooijman