Update Studio Integration DLL, to include package logging.
[pub/USBasp.git] / Bootloaders /
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...
2012-08-27 Dean CameraAdd human readable definitions for the AVR109 protocol...
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-16 Dean CameraFix up non-unique DFU/CDC bootloader signatures.
2012-08-16 Dean CameraFixed missing Win-32bit compatibility sections in the...
2012-08-13 Dean CameraUpgrade Doxygen configuration files, custom style CSS...
2012-08-11 Dean CameraAdd help text to the project makefiles to help new...
2012-07-29 Dean CameraUpgrade Doxygen configuration files to 1.8.1.2.
2012-07-29 Dean CameraEnhance bootloader descriptor strings in the CDC and...
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-14 Dean CameraUse immediate variable expansion in the second-deepest...
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-07-10 Dean CameraSlightly better method of recursive make - use proper...
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-07-07 Dean CameraUpdate CDC driver INF files so that they should work...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-24 Dean CameraDon't enforce silent output on submake - pass down...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-17 Dean CameraRe-add in DFU bootloader Manufacturer string, as the...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-15 Dean CameraModify CDC and DFU bootloaders so that the various...
2012-06-12 Dean CameraRemove unused makefile macro from the DFU bootloader.
2012-06-10 Dean CameraAdd OBJDIR optional build variable to the BULD build...
2012-06-09 Dean CameraClean up bootloader makefile comments.
2012-06-09 Dean CameraAdded new JTAG_ENABLE() macro for the AVR8 architecture...
2012-06-04 Dean CameraFix typos in recursive make rules.
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-04 Dean CameraAdd emergency aborts to the recursive makefiles to...
2012-06-03 Dean CameraQuiet initial recursive makefile invocation for all...
2012-06-03 Dean CameraUse auto-detection of project directories for the demo...
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-29 Dean CameraEnsure the DFU bootloader disables and clears the activ...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraRemove legacy AS4 project files, now that they can...
2012-05-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraTurn off watchdog before jumping to the user applicatio...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
next