projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
Audio.h
2011-06-16
Dean Camera
Rename new Audio class driver functions, callbacks...
blob
|
commitdiff
2011-06-08
Dean Camera
Pipe_BoundEndpointNumber() has been renamed to Pipe_Get...
blob
|
commitdiff
|
diff to current
2011-06-08
Dean Camera
Remove warnings in the documentation for the library...
blob
|
commitdiff
|
diff to current
2011-06-08
Dean Camera
Added new Host mode Audio Class driver.
blob
|
commitdiff
|
diff to current
2011-06-07
Dean Camera
Fix errors in the Audio device demos and class driver...
blob
|
commitdiff
|
diff to current
2011-06-05
Dean Camera
Massive corrections to the project documentation and...
blob
|
commitdiff
|
diff to current
2011-06-03
Dean Camera
Added new callback to the Audio Class driver to allow...
blob
|
commitdiff
|
diff to current
2011-04-04
Dean Camera
Renamed all low level Endpoint_Read_*, Endpoint_Write_...
blob
|
commitdiff
|
diff to current
2011-02-20
Dean Camera
Start update of documentation to support possible multi...
blob
|
commitdiff
|
diff to current
2011-02-19
Dean Camera
Add new ARCH option to the makefiles to (eventually...
blob
|
commitdiff
|
diff to current
2011-01-10
Dean Camera
Altered all endpoint/pipe stream transfers so that...
blob
|
commitdiff
|
diff to current
2011-01-08
Dean Camera
Minor documentation improvements.
blob
|
commitdiff
|
diff to current
2011-01-01
Dean Camera
Update copyright year on all source files.
blob
|
commitdiff
|
diff to current
2010-12-31
Dean Camera
Fixed incorrect byte ordering in the Audio_Device_Write...
blob
|
commitdiff
|
diff to current
2010-12-26
Dean Camera
Documentation improvements - put driver example code...
blob
|
commitdiff
|
diff to current
2010-11-05
Dean Camera
Renamed the EVENT_USB_Device_UnhandledControlRequest...
blob
|
commitdiff
|
diff to current
2010-10-28
Dean Camera
Changed over fourwalledcubicle.com links to the new...
blob
|
commitdiff
|
diff to current
2010-10-24
Dean Camera
All USB class drivers are now automatically included...
blob
|
commitdiff
|
diff to current
2010-10-13
Dean Camera
Clean up excessive whitespace at the end of each line...
blob
|
commitdiff
|
diff to current
2010-10-12
Dean Camera
Fixed MIDI_Host_Flush() not aborting early when the...
blob
|
commitdiff
|
diff to current
2010-09-30
Dean Camera
Fix low level host mode demos not correctly fetching...
blob
|
commitdiff
|
diff to current
2010-08-21
Dean Camera
Clarify in the documentation that the Audio demos and...
blob
|
commitdiff
|
diff to current
2010-07-19
Dean Camera
Update makefiles to use the latest WinAVR/Atmel toolcha...
blob
|
commitdiff
|
diff to current
2010-06-17
Dean Camera
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
blob
|
commitdiff
|
diff to current
2010-06-15
Dean Camera
Change over Doxygen \note documentation to \pre where...
blob
|
commitdiff
|
diff to current
2010-06-08
Dean Camera
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
blob
|
commitdiff
|
diff to current
2010-06-03
Dean Camera
More documentation fixes.
blob
|
commitdiff
|
diff to current
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
blob
|
commitdiff
|
diff to current
2010-04-29
Dean Camera
The Audio_Device_IsSampleReceived() and Audio_Device_Is...
blob
|
commitdiff
|
diff to current
2010-04-13
Dean Camera
Removed two-step endpoint/pipe bank clear and switch...
blob
|
commitdiff
|
diff to current
2010-03-29
Dean Camera
Add briefs for the library core structures.
blob
|
commitdiff
|
diff to current
2010-03-29
Dean Camera
Add file-level brief documentation.
blob
|
commitdiff
|
diff to current
2010-02-11
Dean Camera
Add more include protection macros to give the user...
blob
|
commitdiff
|
diff to current
2010-01-05
Dean Camera
Inline USB management functions in the Class drivers...
blob
|
commitdiff
|
diff to current
2010-01-04
Dean Camera
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
blob
|
commitdiff
|
diff to current
2009-12-30
Dean Camera
Update copyright year to 2010.
blob
|
commitdiff
|
diff to current
2009-12-28
Dean Camera
Fix MIT license language to make its intent clearer.
blob
|
commitdiff
|
diff to current
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
blob
|
commitdiff
|
diff to current
2009-11-09
Dean Camera
Spell check all source code variables, comments and...
blob
|
commitdiff
|
diff to current
2009-11-06
Dean Camera
Add optional double-banking support to the Device mode...
blob
|
commitdiff
|
diff to current
2009-10-08
Dean Camera
Add new MIDI Host Class driver to the library, and...
blob
|
commitdiff
|
diff to current
2009-10-03
Dean Camera
Changed Audio Class driver sample read/write functions...
blob
|
commitdiff
|
diff to current
2009-08-26
Dean Camera
More work on the Mass Storage Host mode Class driver.
blob
|
commitdiff
|
diff to current
2009-08-05
Dean Camera
Renamed all library events to properly seperate out...
blob
|
commitdiff
|
diff to current
2009-07-30
Dean Camera
Fix incorrect configuration in the ClassDriver AudioOut...
blob
|
commitdiff
|
diff to current
2009-07-27
Dean Camera
State information for class drivers is now zeroed out...
blob
|
commitdiff
|
diff to current
2009-07-14
Dean Camera
Added module file dependancy information to the USB...
blob
|
commitdiff
|
diff to current
2009-06-28
Dean Camera
Added const modifiers to device mode class drivers.
blob
|
commitdiff
|
diff to current
2009-06-26
Dean Camera
Reduce struct name pollution - group typedef struct...
blob
|
commitdiff
|
diff to current
2009-06-18
Dean Camera
Break device mode class driver interfaces into seperate...
blob
|
commitdiff
|
diff to current
2009-06-15
Dean Camera
Enhanced class drivers to use the same public/private...
blob
|
commitdiff
|
diff to current
2009-06-14
Dean Camera
Add host mode USB Class driver stubs, add beginnings...
blob
|
commitdiff
|
diff to current
2009-06-11
Dean Camera
Changed to new device mode Class Driver function name...
blob
|
commitdiff
|
diff to current
2009-06-08
Dean Camera
Finished basic documentation of all device mode class...
blob
|
commitdiff
|
diff to current
2009-06-04
Dean Camera
Fixed EVENT_USB_CDC_ControLineStateChanged() event...
blob
|
commitdiff
|
diff to current
2009-06-04
Dean Camera
Added Doxygen documentation to the Audio class driver...
blob
|
commitdiff
|
diff to current
2009-06-04
Dean Camera
Minor documentation page updates.
blob
|
commitdiff
|
diff to current
2009-06-01
Dean Camera
Add MIDI class driver, update MIDI device demo to use...
blob
|
commitdiff
|
diff to current
2009-06-01
Dean Camera
Commit of new class abstraction APIs for all device...
blob
|
commitdiff
|
diff to current