aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-02[HID] removed unused modules_count fieldCristian Maglie
2015-10-02[PUSB] Fixed checks on return valuesCristian Maglie
2015-10-02[USB] Fixed some compiler warningsCristian Maglie
2015-10-02[PUSB] Fixed the correct number of endpointsCristian Maglie
2015-10-02[PUSB] Fixed check for available endpointsCristian Maglie
2015-10-02[PUSB] No more static fields in PluggableUSB classCristian Maglie
2015-10-02[PUSB] epType array is now part of HID classCristian Maglie
2015-10-02[HID] Removed static fields in HID classCristian Maglie
2015-10-02[PUSB] The latest fields are now set via constructorCristian Maglie
2015-10-02[PUSB] callbacks are now pure virtual methodsCristian Maglie
2015-10-02[PUSB] Moved static members inside HID_ classCristian Maglie
2015-10-02[PUSB] replaced u8 with uint8_tCristian Maglie
2015-10-02[PUSB] Selected interface and endpoint are now part of PUSBListNodeCristian Maglie
2015-10-02[HID] Now HID extends directly PluggableUSBListNodeCristian Maglie
2015-10-02[PUSB] Global functions PUSB_* are now methods of PluggableUSB classCristian Maglie
2015-10-02[PUSB] PUSBCallback struct has been merged into PUSBListNodeCristian Maglie
2015-10-01Added LED_BUILTIN to GEMMAArturo Guadalupi
2015-09-29Merge remote-tracking branch 'arduino/master'Cristian Maglie
2015-09-29Removed not used PUSB_Begin()Nico
2015-09-28[HID] Added missing return in HID.begin()Cristian Maglie
2015-09-28[HID] Removed unused PUSBReturn structureCristian Maglie
2015-09-28[HID] Changed 'u8' to 'uint8_t' in definitionsCristian Maglie
2015-09-28Removed not needed Timer warningNico
2015-09-28Removed Timer warnings when Timer 2 is not presentNico
2015-09-28Remove Compiler Warning in Tone.cppNico
2015-09-28Fix compiler warning in CDC.cppNico
2015-09-28Fix compiler warnings in USBCore.cppNico
2015-09-28[HID] added 'const' qualifier in HID initializationCristian Maglie
2015-09-28Merge branch 'pluggable_hid_impr' of https://github.com/cmaglie/ArduinoCristian Maglie
2015-09-28Added Arduino Zero exclusion to READMEArturo Guadalupi
2015-09-25Merge pull request #3864 from facchinm/pulseInLongOVFMartino Facchin
2015-09-24Fixed another regression in IPAddress.hCristian Maglie
2015-09-24{build.path}/{archive_file} is now {archive_file_path} in recipe.ar.patternFederico Fissore
2015-09-22HID: merged HID_Descriptor into HIDDescriptorListNodeCristian Maglie
2015-09-22HID: Renamed fields in HIDDescriptorListNode and HID_DescriptorCristian Maglie
2015-09-21Modified reference to Leonardo only in the examplesArturo Guadalupi
2015-09-21Merge branch 'patch-7' of https://github.com/NicoHood/ArduinoCristian Maglie
2015-09-21fix pulseInLong considering overflowMartino Facchin
2015-09-21Merge pull request #3825 from NicoHood/patch-6Martino Facchin
2015-09-21pulseInLong: fix incorrect timeout handlingMartino Facchin
2015-09-20Fix CDC Serial buffer size determinationNico
2015-09-20Fix HW Serial buffer size determinationNico
2015-09-20Remove Raw HID definitions at wrong placeNico
2015-09-18Updating arduino-builder to 1.0.0-beta8Federico Fissore
2015-09-18Merge branch 'ethernet-dns-fix' of https://github.com/cmaglie/ArduinoCristian Maglie
2015-09-18Fixed wrong category in EEPROMCristian Maglie
2015-09-18Moved build artifacts into root build folderCristian Maglie
2015-09-18Added categories to librariesCristian Maglie
2015-09-18Fixed wrong condition in turnOffPWM(..)Cristian Maglie
2015-09-15Adding preprocessing recipes to AVR coreFederico Fissore