aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2016-07-18Merge pull request #4667 from bblanchon/patch-1Sandeep Mistry
2016-07-18Merge pull request #4718 from mattb5906/new-feature/stream-timeout-get-4680Sandeep Mistry
2016-07-18Merge branch 'invalidated-string-move' of https://github.com/sandeepmistry/Ar...Cristian Maglie
2016-07-14Send an USB remote wakeup if data need to be writtenMartino Facchin
2016-07-14[AVR][USB] fix IRQ flags clearingMartino Facchin
2016-07-13configurable USB_VERSION string via defineMartino Facchin
2016-07-12Make String::move of an invalidated String result in an invalidated StringSandeep Mistry
2016-07-11Merge pull request #4864 from sandeepmistry/avr-usb-txArturo Guadalupi
2016-06-28WString.h: allow modifying the string while iteratingIvan-Perez
2016-06-28WString.h: Add const qualifier to `begin` and `end` functionsIvan-Perez
2016-05-18Move Caterina_BL related defines into generic USBCore.hMartino Facchin
2016-04-20Removed extra whitespaces in WString.hCristian Maglie
2016-04-20Removed C++11 dependency for `begin()` and `end()`Christopher Andrews
2016-04-20Updated String library to use C++11 iterators.Christopher Andrews
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