aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
2016-04-14Subtract one from USB_EP_SIZE in USB_SendSpaceSandeep Mistry
2016-04-06[AVR] Discover newer bootloader at runtimeMartino Facchin
2016-03-18Add getTimeout accessor method.mattb5906
2016-03-08Speed and size improvement in Print::printFloat()BenoƮt Blanchon
2016-03-03huh? i guess it's just 'modulo'. let's save even moretico-tico
2016-02-03Boilerplate compression on ISR declarationPaulo Costa
2015-12-27fix delay/yield on avr, if function called by yield takes more a millisecond ...vbextreme
2015-12-23Merge NicoHood's fix for USB_SendControl with len>64Cristian Maglie
2015-12-23Added >64 byte USB_RecvControl() supportNicoHood
2015-12-19Added Long USB RecvControl call for >64 bytesNicoHood
2015-11-23Cleanup some Stream compiler warnings from #3337Sandeep Mistry
2015-11-23Make protected Stream::parseInt/Float overloads public.Chris--A
2015-11-23This adds control of Stream::parseInt/float lookahead.Chris--A
2015-11-23This is a bug fix which prevents parseFloat from proceeding pastChris--A
2015-11-23This commit improves the parsing capability by allowing decimals onlyChris--A
2015-10-21[USB] use plugged modules name to create iSerial fieldMartino Facchin
2015-10-12[PUSB] Renamed PUSBListNode to PluggableUSBModuleCristian Maglie
2015-10-09[PUSB] Minor Style changeNico
2015-10-08[HID] Improved checks in getDescriptor() methodCristian Maglie
2015-10-07[PUSB] Removed unnecessary endpoint and interface functionNicoHood
2015-10-07[PUSB] Made getDescriptor() and setup() more flexibleNicoHood
2015-10-07[PUSB] Changed Interface + Endpoint to unsigned variablesNicoHood
2015-10-07[PUSB] renamed some parametersCristian Maglie
2015-10-07Small return value error check correctionNicoHood
2015-10-03Removed not needed public statement for root nodeNicoHood
2015-10-02[PUSB] Fix static initialization order fiascoMartino Facchin
2015-10-02[HID] Code cleanup (no semantic changes)Cristian 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] The latest fields are now set via constructorCristian Maglie
2015-10-02[PUSB] callbacks are now pure virtual methodsCristian 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[PUSB] Global functions PUSB_* are now methods of PluggableUSB classCristian Maglie
2015-10-02[PUSB] PUSBCallback struct has been merged into PUSBListNodeCristian Maglie
2015-09-29Removed not used PUSB_Begin()Nico
2015-09-28[HID] Removed unused PUSBReturn structureCristian 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-25Merge pull request #3864 from facchinm/pulseInLongOVFMartino Facchin
2015-09-24Fixed another regression in IPAddress.hCristian Maglie
2015-09-21Merge branch 'patch-7' of https://github.com/NicoHood/ArduinoCristian Maglie
2015-09-21fix pulseInLong considering overflowMartino Facchin
2015-09-21pulseInLong: fix incorrect timeout handlingMartino Facchin