Age | Commit message (Expand) | Author |
2015-01-18 | Temporary fix for pulseIn() regression. | Cristian Maglie |
2015-01-07 | Arduino custom type boolean is now mapped to bool type | Cristian Maglie |
2014-10-21 | Merge branch 'master' into ide-1.5.x | Cristian Maglie |
2014-10-21 | Revert "Match return value to type in available()" | Cristian Maglie |
2014-10-21 | Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() | Cristian Maglie |
2014-09-26 | Add #include "Print.h" in Server.h | George Chailazopoulos |
2014-09-12 | Fixed trivial include error introduced in previous commit 2e3e539b... oops... | Cristian Maglie |
2014-09-12 | Added license to USBAPI.h | Cristian Maglie |
2014-09-12 | Merge pull request #1937 from matthijskooijman/stringindex | Cristian Maglie |
2014-09-10 | Fix off-by-one in String::substring | Matthijs Kooijman |
2014-09-10 | Merge pull request #2279 from cmaglie/fix-leo-upload-osx10.9.4 | Cristian Maglie |
2014-09-10 | Simplify String::remove(unsigned int) | Matthijs Kooijman |
2014-09-10 | Fix bounds check in String::remove() | Matthijs Kooijman |
2014-09-10 | Remove unneeded check in String::remove(unsigned int) | Matthijs Kooijman |
2014-09-06 | Fixed license for new.cpp and small cosmetic changes | Cristian Maglie |
2014-09-06 | Correct implementation of gcc specific internal functions | Cristian Maglie |
2014-09-06 | Printable.h doesn't need new.h but only stdlib.h for size_t. | Cristian Maglie |
2014-09-01 | Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4 | Cristian Maglie |
2014-08-08 | Merge branch 'master' into ide-1.5.x | Cristian Maglie |
2014-08-08 | Added replacement stub for cstdlib atexit() funciton. | Christopher Andrews |
2014-07-24 | Merge remote-tracking branch 'arduino/master' into ide-1.5.x | Cristian Maglie |
2014-07-24 | Merge pull request #2206 from amulya349/master | Cristian Maglie |
2014-07-23 | Fix of a bug | Amulya Kumar Sahoo |
2014-07-19 | Merge pull request #2190 from ribbons/compiler-warnings | Cristian Maglie |
2014-07-18 | Add availableForWrite() to HardwareSerial | PaulStoffregen |
2014-07-17 | Cast empty string to char* to fix compiler warning | Matt Robinson |
2014-07-01 | Merge branch 'ide-1.5.x-timer-variant' of github.com:matthijskooijman/Arduino... | Cristian Maglie |
2014-06-27 | initVariant() is now declared as external "C" function. | Cristian Maglie |
2014-06-27 | Merge branch 'ide-1.5.7' into ide-1.5.x | Cristian Maglie |
2014-06-25 | Support Atmega8 (and similar that define PE instead of UPE) again | Matthijs Kooijman |
2014-06-25 | Allow variants to define an initVariant() function that is called at startup. | Matthijs Kooijman |
2014-06-25 | Removed patch for old malloc bug (no more useful with updated toolchain) | Cristian Maglie |
2014-06-19 | Allow variants to define an initVariant() function that is called at startup. | Cristian Maglie |
2014-06-19 | Merge branch 'master' into ide-1.5.x | Cristian Maglie |
2014-06-19 | Fixed regression in USBAPI and CDC (xaljox) | Cristian Maglie |
2014-06-13 | Merge branch 'master' into HEAD | Cristian Maglie |
2014-06-10 | Update USBAPI.h | Embedded Micro |
2014-06-02 | Merge pull request #2104 from amulya349/master | Cristian Maglie |
2014-05-30 | Merge branch 'master' into HEAD | Cristian Maglie |
2014-05-30 | USB CDC available() method returns correct number of bytes in buffer. | Cristian Maglie |
2014-05-30 | Fix of a bug | Amulya Kumar Sahoo |
2014-05-30 | Fix of a bug | Amulya Kumar Sahoo |
2014-05-26 | Merge branch 'usbcdc-improved' into ide-1.5.x | Cristian Maglie |
2014-05-24 | Improve CDC read code | Paul Brook |
2014-05-24 | Fix race condition in USB CDC transmit | Paul Brook |
2014-05-24 | improved USB write speeds | Justin Rajewski |
2014-05-24 | Backported Print class from ide-1.5.x branch | Cristian Maglie |
2014-05-23 | Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Ardu... | Cristian Maglie |
2014-05-23 | Merge remote-tracking branch 'arduino/master' into ide-1.5.x | Cristian Maglie |
2014-05-16 | Support TIMER1C | Matthijs Kooijman |