aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-03-1865-126/+126
* Speed up Mass Storage bootloader by turning off the internal clock divider, a...Dean Camera2013-03-182-0/+4
* Ensure bootloader makefile calculation functions are uniform across all bootl...Dean Camera2013-03-185-17/+17
* Update Mass Storage bootloader so that it can support devices with only 4KB b...Dean Camera2013-03-1812-109/+136
* Minor documentation improvements.Dean Camera2013-03-183-14/+28
* Tweak the LUFA config for the Mass Storage class bootloader to reduce the com...Dean Camera2013-03-171-2/+2
* Minor documentation improvements.Dean Camera2013-03-171-1/+2
* Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the...Dean Camera2013-03-172-2/+4
* Enable C++ compatibility check warnings in the ModuleTest build test.Dean Camera2013-03-141-6/+8
* Minor documentation improvements.Dean Camera2013-03-142-3/+3
* Small size improvement in the Printer and Mass Storage class bootloaders.Dean Camera2013-03-134-5/+4
* Fix invalid definition of STDOUT_ASSERT().Dean Camera2013-03-131-3/+3
* Fix "grep: Version.h: No such file or directory" error when including the cor...Dean Camera2013-03-121-1/+1
* Add missing module dependency to the USBtoSerial project. Minor documentation...Dean Camera2013-03-124-8/+27
* Minor documentation improvements.Dean Camera2013-03-101-0/+1
* Fix off-by-one error in the Mass Storage bootloader file size, add missing Vo...Dean Camera2013-03-103-14/+32
* Enable Mass Storage bootloader builds in the BootloaderTest build test.Dean Camera2013-03-102-6/+6
* Move out the Mass Storage class bootloader to the main Bootloader directory n...Dean Camera2013-03-1015-1/+1
* Fix Printer bootloader top level documentation.Dean Camera2013-03-101-2/+2
* Remove compiled BIN files when running "make clean" with the BUILD build syst...Dean Camera2013-03-101-1/+1
* Add top level documentation to the Mass Storage class bootloader.Dean Camera2013-03-102-0/+2043
* Oops - fix broken FAT_DATE() and FAT_TIME() macros.Dean Camera2013-03-101-2/+2
* Add documentation to the incomplete Mass Storage class bootloader, update the...Dean Camera2013-03-107-38/+154
* Minor optimizations and corrections to the incomplete Mass Storage class boot...Dean Camera2013-03-106-44/+9
* Update Bootloader buld test to generate bootloaders using the new Printer cla...Dean Camera2013-03-092-4/+40
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling r...Dean Camera2013-03-099-0/+20
* Add LED flashing to the incomplete Mass Storage class bootloader. Clean up vi...Dean Camera2013-03-092-25/+28
* Update BUILD build system module to produce BIN files as well as HEX.Dean Camera2013-03-091-1/+7
* Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Stor...Dean Camera2013-03-092-4/+32
* Make the VirtualFAT firmware file read from device flash when opened by the h...Dean Camera2013-03-091-2/+4
* Remove debug code from the incomplete Mass Storage class bootloader, rename m...Dean Camera2013-03-095-14/+4
* Use real firmware file size in the VirtualFAT layer, clean up FAT12 chain upd...Dean Camera2013-03-091-34/+38
* FAT heuristics mean a disk as small as the one emulated in the incomplete Mas...Dean Camera2013-03-091-10/+24
* Fix off-by-one in the VirtualFAT cluster chain generator.Dean Camera2013-03-092-2/+2
* Refactor macros in the VirtualFAT implementation of the incomplete Mass Stora...Dean Camera2013-03-093-15/+17
* Corrections and debug channel in the Incomplete Mass Storage class bootloader.Dean Camera2013-03-095-42/+65
* Add APIs to the incomplete Mass Storage bootloader.Dean Camera2013-03-084-4/+236
* Add the start of a new Mass Storage class bootloader.Dean Camera2013-03-0810-0/+1300
* Minor documentation fixes.Dean Camera2013-03-071-12/+0
* Use a temporary variable for the Printer bootloader HEX parser when combining...Dean Camera2013-03-061-3/+6
* Fix incorrect HEX extended address parsing in the Printer class bootloader.Dean Camera2013-03-041-4/+19
* Fix incorrect Bootloader documentation.Dean Camera2013-03-043-7/+7
* Add documentation to the Printer class bootloader, add LED flash when the boo...Dean Camera2013-03-033-0/+2063
* Add bootloader API functions to the Printer class bootloader.Dean Camera2013-03-034-1/+230
* Add additional comments to the Printer class bootloader, fix incorrect VID/PI...Dean Camera2013-03-033-3/+21
* Add new Printer class USB bootloader.Dean Camera2013-03-037-1/+890
* Reset version information now that the LUFA-130303 release has been tagged.Dean Camera2013-03-034-2/+41
* Commit for the LUFA-130303 release.Dean Camera2013-03-034-5/+5
* Minor documentation updates.Dean Camera2013-03-031-3/+8
* Clean up Studio Integration cache generation script. Re-indent integration VS...Dean Camera2013-03-013-33/+35