aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-22Fixed usb_products on some AVR boardsCristian Maglie
2013-07-17Added quoting to usb_product key to preserve double quotes.Cristian Maglie
2013-07-17Remove hardcoded product names (all provided for in boards.txt)Angus Gratton
2013-07-17Fix whitespace (tabify), oopsAngus Gratton
2013-07-17boards.txt: Refactor the default usb build flags into a generic property in p...Angus Gratton
2013-07-17Allow USB product and manufacturer strings to be supplied in boards.txtAngus Gratton
2013-07-14Merge branch 'master' into ide-1.5.xCristian Maglie
2013-07-12assembly compile recipe is missing (C. A. Church)Cristian Maglie
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-17Robot has its own coreCristian Maglie
2013-05-15Merge branch 'robot'Cristian Maglie
2013-05-13Added support to INT6 on Leonardo.Fede85
2013-05-13Added robot hardwareCristian Maglie
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-04-22Detect RAM usage and stop if fullLoren M. Lang
2013-04-17Updated libaries and core handling.Cristian Maglie
2013-04-17Moved old production firmware to the right placeCristian Maglie
2013-04-17Reverted to old board idsCristian Maglie
2013-04-06Set correct speed of Arduino ISP programmerKristian 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-28updated config() methods in WiFi libraryFede85
2013-03-28Merge branch 'wifishield-bugfix'Cristian Maglie
2013-03-28Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEADCristian Maglie
2013-03-26Fix print message on dhcp statusMimmo La Fauci
2013-03-26Fix issue on client sideMimmo La Fauci
2013-03-25Fixed issue loading the firmware with bootloaderMimmo La Fauci
2013-03-23Backported malloc and realloc from avr-libc 1.8.0 (without test code)Cristian Maglie
2013-03-22Fix issue with multiple clients on WebServerMimmo La Fauci
2013-03-21Added API to set static IP and DNS serverMimmo La Fauci
2013-03-21Added version field to platform.txtCristian Maglie
2013-03-20Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEADCristian Maglie
2013-03-18Changed the way ARDUINO is defined inside platform.txtCristian Maglie
2013-03-17Fix issue related to multiple client opened on web server sketchMimmo La Fauci
2013-03-16Commit BinaryMimmo La Fauci
2013-03-16Add info instead of printkMimmo La Fauci