aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2017-11-13Create macro to guard critical sections for large transmit buffersJohn Holman
2017-11-13Always read key to check for new LUFA bootloaderScott Allen
2017-11-13Don't use line coding to trigger USB auto-resetScott Allen
2017-11-13Save/restore the watchdog during USB auto-resetScott Allen
2017-11-13Fix save/restore of magic key location during resetScott Allen
2017-11-13Create timer0 overflow interrupt service routine for all ATtinies not just 24...Torben Nielsen
2017-11-13No fixed value for USB power current.Andreas Watterott
2017-07-07Update comments to reflect Stream functions changed from private to protectedper1234
2017-05-23Removed unneeded include in Print.hCristian Maglie
2017-05-23Move the flush method from Stream to PrintMatthijs Kooijman
2017-05-16Add Print::availableForWriteEric Wieser
2017-03-20Fixed warning about unused variableCristian Maglie
2017-03-16use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN I...liu nick
2017-03-16[AVR] USB send ZLP when neededCristian Maglie
2017-03-16Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"Cristian Maglie
2017-03-08AVR: Prevent warnings if BIN is previously definedCristian Maglie
2017-02-08Add virtual beginMulticast(...) stub to UDP classSandeep Mistry
2017-01-09Merge pull request #5815 from roncapat/masterMartino Facchin
2017-01-08Remove old TODOs for non-standard ipv4 format supportPatrick Roncagliolo
2017-01-07Change double quotes to single quotesPatrick Roncagliolo
2016-09-12Spaces to tabIván Pérez
2016-09-12WString: add `toDouble`Iván Pérez
2016-09-08Merge pull request #5300 from mischnic/attiny_anlReferenceSandeep Mistry
2016-09-07Requested changes to not change code for non ATtinyX5sNiklas Mischkulnig
2016-08-28remove extra semicolonKyle Chisholm
2016-08-27Add all analog references supported by the ATtinyX5 seriesNiklas Mischkulnig
2016-07-22Merge pull request #5128 from facchinm/configurable_usb210Martino Facchin
2016-07-21Merge pull request #5135 from facchinm/usbsuspend_resumeMartino Facchin
2016-07-18Cast to "unsigned int" instead of just "unsigned" for consistencySandeep Mistry
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