index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
MassStorage
/
Lib
/
DataflashManager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...
Dean Camera
2009-10-08
1
-2
/
+2
*
Move Dataflash operational checking code out from SCSI.c into the DataflashMa...
Dean Camera
2009-09-22
1
-0
/
+33
*
Changed over manual loops waiting for endpoints to be ready to use the librar...
Dean Camera
2009-08-05
1
-20
/
+8
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-4
/
+20
*
Change Doxygen configuration files to not produce 4096 directories for the do...
Dean Camera
2009-07-20
1
-0
/
+2
*
Minor correction to MagStripe demo to fix build problems.
Dean Camera
2009-06-29
1
-9
/
+15
*
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...
Dean Camera
2009-06-29
1
-20
/
+29
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-12
/
+12
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-4
/
+4
*
More Doxygen fixes - ensure no undocumented function parameters.
Dean Camera
2009-06-15
1
-0
/
+2
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
1
-0
/
+469