aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2014-01-22Improve HardwareSerial::flush()Matthijs Kooijman
2014-01-22Use bit_is_clear in HardwareSerial::flush()Matthijs Kooijman
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-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-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-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-10-31Using NOT_AN_INTERRUPT defined constantCristian Maglie
2013-09-30Merge branch 'master' into ide-1.5.xCristian Maglie
2013-09-10Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
2013-09-09Fixed HardwareSerial bug introduced in 1.5.3.Cristian Maglie
2013-09-06Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discoveryFederico Fissore
2013-09-03Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27dCristian Maglie
2013-09-02USB CDC two argument begin()Paul Brook
2013-09-02USB serial baud arg typePaul Brook
2013-08-23Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
2013-08-22Merged robot coreCristian 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-30Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discoveryCristian Maglie
2013-07-30Applied USB CDC updates to robot's core.Cristian Maglie
2013-07-27Move buffers into USB CDC (look #947 and #1369 for reference)Cristian Maglie
2013-07-26Applied HardwareSerial updates to robot's core.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-07-04Refactored YunClient and YunServer classes.Cristian Maglie
2013-06-28Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discoveryFederico Fissore
2013-06-28String: fixed number of whitespaces in concat() methodsCristian Maglie
2013-06-25Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discoveryFederico Fissore
2013-06-21String: changed default to 2 decimal digitsCristian Maglie
2013-06-07Merge branch 'ide-1.5.x' into ide-1.5.x-discoveryCristian Maglie