Age | Commit message (Expand) | Author |
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 |
2014-05-07 | Match return value to type in available() | Zachary J. Fields |
2014-05-06 | Remove unneeded register and ISR names in HardwareSerialx.cpp | Matthijs Kooijman |
2014-05-06 | Fix comment typo | Matthijs Kooijman |
2014-05-02 | Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2 | Matthijs Kooijman |
2014-04-20 | Fixed other trivial warnings in AVR USB core. | Cristian Maglie |
2014-04-20 | Removed other unused variables in CDC.cpp and HID.cpp | Cristian Maglie |
2014-04-20 | Removed 'USB_MANUFACTURER' constant redefinition for known VIDs. | Cristian Maglie |
2014-04-20 | Merge branch 'ide-1.5.x-warnings' of github.com:matthijskooijman/Arduino into... | Cristian Maglie |
2014-04-01 | Merge commit '1ad74' into ide-1.5.x | Cristian Maglie |
2014-04-01 | Use correct type for index calculation in HardwareSerial | Cristian Maglie |
2014-04-01 | I forgot a file | jantje |
2014-04-01 | Import WString from 1.5.6 | Matt Jenkins |
2014-04-01 | Fixed string constructor overloading bug | Matt Jenkins |
2014-03-27 | Fix typo in SerialEvent3 handling | Matthijs Kooijman |
2014-03-24 | Added support for different size of TX and RX buffer sizes. | jantje |