aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
2013-09-09Fixed HardwareSerial bug introduced in 1.5.3.Cristian Maglie
2013-09-03Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27dCristian Maglie
2013-08-20Removed unused flags from String (free 1 byte of SRAM)Cristian Maglie
2013-07-31Merge branch 'master' into ide-1.5.xCristian Maglie
2013-07-31Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366Cristian Maglie
2013-07-27Move buffers into USB CDC (look #947 and #1369 for reference)Cristian Maglie
2013-07-26Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe...Cristian Maglie
2013-07-26Make private members of HardwareSerial protectedMatthijs Kooijman
2013-07-26Move buffers into HardwareSerialMatthijs Kooijman
2013-07-26Use uint8_t for HardwareSerial ringbuffer pointersMatthijs Kooijman
2013-07-17Remove hardcoded product names (all provided for in boards.txt)Angus Gratton
2013-07-17Fix whitespace (tabify), oopsAngus Gratton
2013-07-17Allow USB product and manufacturer strings to be supplied in boards.txtAngus Gratton
2013-06-28String: fixed number of whitespaces in concat() methodsCristian Maglie
2013-06-21String: changed default to 2 decimal digitsCristian Maglie
2013-06-06Fixed buffer overflow on String class (Paul Stoffregen)Cristian Maglie
2013-06-06Merged various bugfix / improvements to String class.Cristian Maglie
2013-06-06Added support for Flash string on String class.Cristian Maglie
2013-06-06String class: removed deep copy on substring method.Cristian Maglie
2013-06-06add String.toFloatTevin Zhang
2013-06-05Added remove methods to WStringRyan Esteves
2013-05-29Merged 1.0.5Cristian Maglie
2013-05-13Added support to INT6 on Leonardo.Fede85
2013-05-11Merged 1.0.5Cristian Maglie
2013-05-06Added const modifier to String.c_str()Cristian Maglie
2013-05-06Added c_str() method to String class.Cristian Maglie
2013-05-06Stream "_timeout" field and related methods are now protected instead of priv...Cristian Maglie
2013-05-02Removed double instance of the same codeKristian Sloth Lauszus
2013-04-18Check if ATmega32u4 is definedKristian Sloth Lauszus
2013-04-18Removed call to analogPinToChannel for LeonardoKristian Sloth Lauszus
2013-04-17Use analogPinToChannel if it's definedKristian Sloth Lauszus
2013-04-04Added support for all variants of SanguinoKristian Sloth Lauszus
2013-04-03Merged 1.0.5Cristian Maglie
2013-03-29Fix deprecated ISR names for ATmega8.Cristian Maglie
2013-03-29Removed deprecated interrupt handlersCristian Maglie
2013-03-29Increased malloc margin to 128.Cristian Maglie
2013-03-23Backported malloc and realloc from avr-libc 1.8.0 (without test code)Cristian Maglie
2013-03-06Use analogPinToChannel() macro if present for ATtiny25/45/85.David A. Mellis
2012-12-17Merged 1.0.4 pre-release into 1.5Cristian Maglie
2012-12-16Add trivial new[] and delete[] operators (Justin R. Cutler)Cristian Maglie
2012-12-16Fixed malloc() bug. (Paul Stoffregen)Cristian Maglie
2012-12-10Merged 1.0.3Cristian Maglie
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-12-08Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
2012-12-07Added support for Arduino EsploraCristian Maglie
2012-11-29Clarifying comment.David A. Mellis
2012-11-29Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
2012-11-04Merged 1.0.2Cristian Maglie
2012-11-02Added general yield()-hook for cooperative scheduling development (part 2)Cristian Maglie
2012-11-02HardwareSerial: change byte to uint8_t (since byte definition isn't present).David A. Mellis