Dean Camera
d5cff25cd1
Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
12 years ago
Dean Camera
e62e50c663
Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
12 years ago
Dean Camera
d5d83b8e8f
Add LED flashing to the incomplete Mass Storage class bootloader. Clean up virtual FAT implementation.
12 years ago
Dean Camera
bb8754e2b8
Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader.
12 years ago
Dean Camera
63e1fc6e6c
Make the VirtualFAT firmware file read from device flash when opened by the host in the incomplete Mass Storage class bootloader.
12 years ago
Dean Camera
d5d9ff73e5
Remove debug code from the incomplete Mass Storage class bootloader, rename main source files.
12 years ago
Dean Camera
0f0f9638a3
Use real firmware file size in the VirtualFAT layer, clean up FAT12 chain update function.
12 years ago
Dean Camera
f00754ed97
FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain.
12 years ago
Dean Camera
6da1677bc3
Fix off-by-one in the VirtualFAT cluster chain generator.
12 years ago
Dean Camera
7f5dab4f26
Refactor macros in the VirtualFAT implementation of the incomplete Mass Storage bootloader.
12 years ago
Dean Camera
f0c7a11670
Corrections and debug channel in the Incomplete Mass Storage class bootloader.
12 years ago
Dean Camera
4753528b9e
Add APIs to the incomplete Mass Storage bootloader.
12 years ago
Dean Camera
64f17a679f
Add the start of a new Mass Storage class bootloader.
12 years ago
Dean Camera
1090e767f1
Remove incomplete/nonfunctional MIDI class bootloader.
15 years ago
Dean Camera
59c4871f80
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
15 years ago
Dean Camera
19ecd04f37
Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer.
15 years ago
Dean Camera
15f84bb8f5
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
...
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
15 years ago
Dean Camera
77e86e7d82
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
15 years ago
Dean Camera
db420853ce
Add Webserver project Doxygen configuration file and overview document.
...
Fix Doxygen configuration files' input file exclusion filters.
15 years ago
Dean Camera
efb6c35778
Update Doxygen configuration files to the latest Doxygen version.
15 years ago
Dean Camera
7f9f97c792
Update copyright year to 2010.
15 years ago
Dean Camera
d4ca7fb44c
Fix MIT license language to make its intent clearer.
15 years ago
Dean Camera
d6edfe35c8
Spell check all source code variables, comments and strings.
15 years ago
Dean Camera
c3dfc58707
Fix invalid Event name rule in demo/project makefiles.
16 years ago
Dean Camera
dc68de15b6
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
...
Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
16 years ago
Dean Camera
664a292181
Application documentation/comment cleanup.
16 years ago
Dean Camera
bdedbd558c
Add new MIDIHost LowLevel demo application.
...
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
16 years ago
Dean Camera
89c837ee34
Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.
...
MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs.
Added beginnings of a MIDI class bootloader.
16 years ago