Fix code style in the HID parser module.
[pub/USBasp.git] / Bootloaders /
2013-08-14 Dean CameraAdd host application directories as distributables...
2013-07-14 Dean CameraMinor code style improvement to the HID bootloader...
2013-07-07 Dean CameraRefactor the new Python HID bootloader host application...
2013-07-07 Dean CameraAdd new HID bootloader alternative host loader applicat...
2013-07-06 Dean CameraMark the very low RAM devices as being unsupported...
2013-07-06 Dean CameraAdd automatic application start on virtual disk ejectio...
2013-06-27 Dean CameraRe-added Set Control Line State request handling to...
2013-06-16 Dean CameraMinor documentation improvements.
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-20 Dean CameraMinor documentation improvements.
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraAdd platform includes to the bootloaders.
2013-05-19 Dean CameraAssume 16MHz crystal by default in the AVR8 bootloaders.
2013-05-19 Dean CameraUpdate Doxygen configuration files to the latest version.
2013-05-15 Dean CameraAdd symbolic names for USB Device String Descriptors...
2013-05-14 Dean CameraFix Printer class bootloader - descriptors are stored...
2013-05-14 Dean CameraMinor documentation improvements.
2013-05-10 Dean CameraShrink the size of the Printer class bootloader by...
2013-05-10 Dean CameraFix typos in the bootloader API table entry names.
2013-05-05 Dean CameraTighten up Printer bootloader implementation; fold...
2013-05-05 Dean CameraUpdate the Printer class bootloader to use the new...
2013-05-01 Dean CameraMinor documentation improvements.
2013-04-23 Dean CameraAdd move-to-root directives to all ASF XML application...
2013-04-08 Dean CameraImprove bootloader compile error message text when...
2013-04-06 Dean CameraClean up bootloader project ASF integration code.
2013-04-06 Dean CameraAdd bootloader projects for Atmel Studio 6.1 (requires...
2013-04-06 Dean CameraAdd checks to the bootloaders so that they will give...
2013-04-04 Dean CameraMinor documentation improvements.
2013-04-04 Dean CameraAutomatically exit the printer class bootloader and...
2013-03-31 Dean CameraMinor clean up of the Mass Storage bootloader.
2013-03-31 Dean CameraAdd ATTR_NEVER_INLINE attribute. Add EEPROM byte read...
2013-03-30 Dean CameraAdd EEPROM read/write support to the Mass Storage class...
2013-03-30 Dean CameraClean up the VirtualFAT implementation.
2013-03-29 Dean CameraMinor cleanup of the Mass Storage bootloader VirtualFAT...
2013-03-29 Dean CameraOops - ensure the SCSI transfer length is correct in...
2013-03-29 Dean CameraMinor documentation improvements.
2013-03-29 Dean CameraUpdate Mass Storage bootloader for Linux compatibility...
2013-03-27 Dean CameraFixed race condition in the DFU class bootloader causin...
2013-03-26 Dean CameraMinor documentation improvements.
2013-03-25 Dean CameraClean up the Mass Storage bootloader virtual FAT direct...
2013-03-25 Dean CameraAdd Long File Name (VFAT) entry to the Mass Storage...
2013-03-22 Dean CameraAdd known-issues documentation section to the various...
2013-03-20 Dean CameraAdd smaller AVR8 targets to the Mass Storage bootloader...
2013-03-20 Dean CameraMake the Mass Storage bootloader compatible with the...
2013-03-20 Dean CameraSignificantly reduce the size of the Mass Storage class...
2013-03-18 Dean CameraMake Mass Storage bootloader makefile variable naming...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-18 Dean CameraSpeed up Mass Storage bootloader by turning off the...
2013-03-18 Dean CameraEnsure bootloader makefile calculation functions are...
2013-03-18 Dean CameraUpdate Mass Storage bootloader so that it can support...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-17 Dean CameraTweak the LUFA config for the Mass Storage class bootlo...
2013-03-14 Dean CameraMinor documentation improvements.
2013-03-13 Dean CameraSmall size improvement in the Printer and Mass Storage...
2013-03-10 Dean CameraFix off-by-one error in the Mass Storage bootloader...
2013-03-10 Dean CameraEnable Mass Storage bootloader builds in the Bootloader...
2013-03-10 Dean CameraMove out the Mass Storage class bootloader to the main...
2013-03-10 Dean CameraFix Printer bootloader top level documentation.
2013-03-10 Dean CameraAdd top level documentation to the Mass Storage class...
2013-03-10 Dean CameraOops - fix broken FAT_DATE() and FAT_TIME() macros.
2013-03-10 Dean CameraAdd documentation to the incomplete Mass Storage class...
2013-03-10 Dean CameraMinor optimizations and corrections to the incomplete...
2013-03-09 Dean CameraUpdate Bootloader buld test to generate bootloaders...
2013-03-09 Dean CameraAdd dummy handler for SCSI_CMD_START_STOP_UNIT in all...
2013-03-09 Dean CameraAdd LED flashing to the incomplete Mass Storage class...
2013-03-09 Dean CameraAdd FLASH writing routine to the VirtualFAT layer of...
2013-03-09 Dean CameraMake the VirtualFAT firmware file read from device...
2013-03-09 Dean CameraRemove debug code from the incomplete Mass Storage...
2013-03-09 Dean CameraUse real firmware file size in the VirtualFAT layer...
2013-03-09 Dean CameraFAT heuristics mean a disk as small as the one emulated...
2013-03-09 Dean CameraFix off-by-one in the VirtualFAT cluster chain generator.
2013-03-09 Dean CameraRefactor macros in the VirtualFAT implementation of...
2013-03-09 Dean CameraCorrections and debug channel in the Incomplete Mass...
2013-03-08 Dean CameraAdd APIs to the incomplete Mass Storage bootloader.
2013-03-08 Dean CameraAdd the start of a new Mass Storage class bootloader.
2013-03-06 Dean CameraUse a temporary variable for the Printer bootloader...
2013-03-04 Dean CameraFix incorrect HEX extended address parsing in the Print...
2013-03-04 Dean CameraFix incorrect Bootloader documentation.
2013-03-03 Dean CameraAdd documentation to the Printer class bootloader,...
2013-03-03 Dean CameraAdd bootloader API functions to the Printer class bootl...
2013-03-03 Dean CameraAdd additional comments to the Printer class bootloader...
2013-03-03 Dean CameraAdd new Printer class USB bootloader.
2013-02-24 Dean CameraFix swapped product IDs for the ATMEGA8U2 and AT90USB82...
2013-01-29 Dean CameraWhitespace fixes in the LUFA configuration files.
2013-01-29 Dean CameraMinor documentation improvements.
2013-01-20 Dean CameraUpgrade Doxygen configuration files to the latest version.
2013-01-10 Dean CameraUpdate and add missing Atmel Studio project description...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraUpgrade Doxygen configuration files to the latest Doxyg...
2013-01-03 Dean CameraRemove support for devices that were not put into produ...
2012-11-10 Dean CameraRemove dependency on the "bc" command line calculator...
2012-10-28 Dean CameraMake "HighByte" variable in the CDC Bootloader a uint8_...
2012-10-20 Dean CameraMinor cleanup of the CDC bootloader.
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
2012-09-15 Dean CameraShorten the product string descriptors in the CDC and...
2012-09-15 Dean CameraFix up the StaticAnalysis build test so that it does...
2012-09-13 Dean CameraRemove incorrect PROGMEM qualifier on the Manufacturer...
2012-08-27 Dean CameraFixed incompatibility in the CDC class bootloader on...
next