커밋 그래프

11 커밋 (50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08)

작성자 SHA1 메시지 날짜
Dean Camera c7bc3ec391 Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
16 년 전
Dean Camera 576f40f5ae Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos.
16 년 전
Dean Camera a9d5e129b7 Changed over manual loops waiting for endpoints to be ready to use the library Endpoint_WaitUntilReady() function for robustness. Fixes issues with terminated transfers on the host locking up USB devices.
16 년 전
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
16 년 전
Dean Camera 4f747e7b76 Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories.
16 년 전
Dean Camera b462f2d457 Minor correction to MagStripe demo to fix build problems.
16 년 전
Dean Camera 86e6ed7f31 Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards.
16 년 전
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
16 년 전
Dean Camera f896c00c48 Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
16 년 전
Dean Camera c75f8bf223 More Doxygen fixes - ensure no undocumented function parameters.
16 년 전
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
16 년 전