pub/USBasp.git
2014-06-08 Dean CameraFix possible infinite loop in the control stream write...
2014-06-08 Dean CameraAdd COMPILER_PATH optional variable to the BUILD build...
2014-06-07 Dean CameraEnsure BulkVendor received data is cleared before readi...
2014-05-30 Dean CameraFixed spurious 0xFE USART byte sent in the USBtoSerial...
2014-05-27 Dean CameraFix AVRISP-MKII status values to match the published...
2014-05-21 Dean CameraFixed incorrect XMEGA DFLL reference frequency (thanks...
2014-04-30 Dean CameraFix LED driver for the Arduino Leonardo board.
2014-04-21 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-04-21 Dean CameraUpgrade to latest Doxygen.
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-04-06 László MondaFix typos and add new macros for HID keyboard scancodes.
2014-03-31 Dean CameraUpdate to latest Atmel Studio integration binary, impro...
2014-03-09 Dean CameraMore fixes for incorrect return types/values.
2014-03-05 Dean CameraFix incorrect error codes returned on pip config failur...
2014-03-01 Dean CameraRevert version and update documentation after the 14030...
2014-03-01 Dean CameraUpdate version for the 140302 release. LUFA-140302
2014-03-01 Dean CameraAdd Atmel Studio 6.2 compatibility.
2014-02-22 Dean CameraMinor typo corrections.
2014-02-16 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-02-16 Dean CameraFix incorrect whitespace.
2014-02-16 Dean CameraUpdate to latest Atmel Studio integration binary.
2014-02-01 Dean CameraMerge pull request #21 from mondalaci/fix-ringbuffer...
2014-02-01 László MondaFix ring buffer example.
2014-01-27 Dean CameraFix incorrect descriptor length when using USB_STRING_D...
2014-01-12 Dean CameraFix documentation: jump address for bootloader should...
2014-01-08 Dean CameraRename all Doxygen.conf file to doxyfile and distribute...
2014-01-07 Dean CameraFix USB_STRING_DESCRIPTOR() macro reported length to...
2014-01-07 Dean CameraMinor documentation improvements.
2014-01-07 Dean CameraAdd USB_STRING_DESCRIPTOR_ARRAY() macro, update demos...
2014-01-07 László MondaUse the new USB_STRING_DESCRIPTOR macro for every strin...
2014-01-07 László MondaAdd USB_STRING_DESCRIPTOR and make the Keyboard demo...
2014-01-07 Dean CameraUpdate to latest Atmel Studio integration binary.
2014-01-07 Dean CameraFix broken teensy-ee build rule.
2014-01-06 Dean CameraUpdate to latest Atmel Studio integration binary.
2014-01-06 Dean CameraMinor documentation improvements.
2014-01-05 Dean CameraMinor documentation improvements.
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-04 László MondaGet rid of the redundant ATTR_NEVER_INLINE macro which...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMinor documentation improvements.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2014-01-03 László MondaAdd further instructions regarding the modemmanager...
2013-12-30 Dean CameraMinor documentation improvements.
2013-12-30 Dean CameraUpdate VSIX extension manifest description.
2013-12-26 Dean CameraMinor documentation improvements.
2013-12-26 Dean CameraUpgrade Doxygen configuration files to the latest version.
2013-12-22 Dean CameraUpdate to latest LUFA Atmel Studio integration binary.
2013-12-20 Dean CameraFix incorrect Dataflash header file included for the...
2013-12-20 Dean CameraMerge pull request #15 from mondalaci/limit-control...
2013-12-20 Dean CameraMinor documentation improvements.
2013-12-20 Dean CameraMerge pull request #16 from hansmi/master
2013-12-19 Michael HanselmannAVR8: Add option to keep 3.3V regulator enabled
2013-12-18 László MondaAdd todo item.
2013-12-14 Dean CameraFix STK525 and STK526 device support in the Atmel Studi...
2013-11-21 Dean CameraUse new VERSION_BCD() macro with explicit int arguments...
2013-11-21 Dean CameraReduce PDI/TPI reset hold period from 1ms to 100us...
2013-11-20 Dean CameraExclude all host application directories from the Doxyg...
2013-11-20 Dean CameraFix incorrect status constants in the AVRISP-MKII Clone...
2013-11-20 Dean CameraAdd Documentation output directories to the .gitignore...
2013-11-05 Dean CameraFixed MIDI device class driver MIDI_Device_ReceiveEvent...
2013-11-04 Dean CameraIncrease AVRISP-MKII Clone PDI/TPI handshake to 1ms...
2013-11-03 Dean CameraMinor documentation improvements.
2013-11-03 Dean CameraMerge pull request #12 from mondalaci/generichid-node...
2013-11-03 László MondaAdd node.js libusb GenericHID test script.
2013-11-03 Dean CameraMinor documentation improvements.
2013-11-03 Dean CameraMerge pull request #11 from mondalaci/generichid-libusb...
2013-11-03 Dean CameraFix signature bytes in the DFU class bootloader.
2013-11-02 László MondaAdd libusb GenericHID Python test script.
2013-11-02 Dean CameraAVRISP-MKII Clone Project PDI/TPI frequency increased...
2013-10-30 Dean CameraMinor documentation improvements.
2013-10-30 Dean CameraAdd new Bulk Vendor device demo application.
2013-10-30 Dean CameraAdd Python host test application for the low level...
2013-10-27 Dean CameraMinor documentation fixes.
2013-10-27 Dean CameraUse non-abbreviated XPROG/PDI/TPI constant names.
2013-10-27 Dean CameraRefactor AVRISP MKII Clone PDI/TPI command constants...
2013-10-27 Dean CameraMore minor speedups to the AVRISP-MKII clone programmer...
2013-10-27 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2013-10-27 Dean CameraMinor documentation improvements.
2013-10-27 Dean CameraOnly issue the REPEAT instruction in the clone programm...
2013-10-12 Dean CameraMerge pull request #10 from mondalaci/replace-audio...
2013-10-11 László MondaReplace remaining MIDI interface numbers with enums.
2013-10-11 Dean CameraMerge pull request #9 from mondalaci/replace-remaining...
2013-10-09 László MondaReplace CDC interface numbers with enums.
2013-10-06 Dean CameraMinor documentation corrections.
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-09-27 Dean CameraMerge pull request #7 from mondalaci/hidclassdevice_whi...
2013-09-27 Dean CameraMerge branch 'mondalaci-avr910_typos'
2013-09-27 Dean CameraMinor formatting fixes.
2013-09-24 László MondaUse spaces instead of tabs wherever necessary to fix...
2013-09-24 László MondaUse spaces instead of tabs where necessary to fix inden...
2013-09-24 László MondaFix "AVR910" typos to "AVR109".
2013-09-16 Dean CameraAdd missing AppConfig.h reference in the Mass Storage...
2013-09-05 Dean CameraRemove style override that conflicts with the latest...
2013-09-05 Dean CameraMinor code style fix.
2013-09-01 Dean CameraReset version information following the 130901 release.
2013-09-01 Dean CameraVersion for the 130901 release. LUFA-130901
2013-09-01 Dean CameraMinor documentation improvements.
2013-09-01 Dean CameraMinor documentation improvements.
2013-09-01 Dean CameraOops - use unique section names for the board driver...
next