projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add TMC device capabilities to the incomplete TMC demo.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
2010-07-21
Dean Camera
Update all demos, projects and bootloaders to indent...
tree
|
commitdiff
2010-07-19
Dean Camera
Update makefiles to use the latest WinAVR/Atmel toolcha...
tree
|
commitdiff
2010-07-18
Dean Camera
Change over all makefiles to use C99 standards mode...
tree
|
commitdiff
2010-07-15
Dean Camera
Disable strict aliasing explicitly in the project makef...
tree
|
commitdiff
2010-07-15
Dean Camera
Removed the automated checking of event names in the...
tree
|
commitdiff
2010-07-13
Dean Camera
Add AVRStudio 4 project files to the ClassDriver Host...
tree
|
commitdiff
2010-07-12
Dean Camera
Add missing clean_doxygen phony targets to the project...
tree
|
commitdiff
2010-07-02
Dean Camera
Added new Drivers/USB/LowLevel/Device.c file to house...
tree
|
commitdiff
2010-06-12
Dean Camera
Minor fixes to demos to add in some missing comments...
tree
|
commitdiff
2010-06-03
Dean Camera
Minor documentation cleanups.
tree
|
commitdiff
2010-05-23
Dean Camera
Remove obsolete entry from the Doxygen configuration...
tree
|
commitdiff
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
tree
|
commitdiff
2010-05-07
Dean Camera
Change over instances of "make" in the makefiles to...
tree
|
commitdiff
2010-04-29
Dean Camera
The Audio_Device_IsSampleReceived() and Audio_Device_Is...
tree
|
commitdiff
2010-04-28
Dean Camera
Use puts_P() and printf_P() instead of the normal varia...
tree
|
commitdiff
2010-04-28
Dean Camera
Relocate USBInterrupt.c/.h from the HighLevel USB drive...
tree
|
commitdiff
2010-04-28
Dean Camera
USB_Init() no longer calls sei() to enable global inter...
tree
|
commitdiff
2010-03-25
Dean Camera
Add new LUFA logo by Ryo Yamauchi.
tree
|
commitdiff
2010-03-25
Dean Camera
All Class Driver Host mode demos now correctly set...
tree
|
commitdiff
2010-03-22
Dean Camera
Standardized the naming scheme given to configuration...
tree
|
commitdiff
2010-03-17
Dean Camera
Software PDI mode breaks unless the software USART...
tree
|
commitdiff
2010-03-16
Dean Camera
Fixed PDI programming mode in the AVRISP programmer...
tree
|
commitdiff
2010-02-09
Dean Camera
Fixed USB_GetHIDReportSize() returning the number of...
tree
|
commitdiff
2010-02-04
Dean Camera
New BOARD value option BOARD_NONE (equivelent to not...
tree
|
commitdiff
2010-02-03
Dean Camera
Exlude the "INCLUDE_FROM_*" macros from the individual...
tree
|
commitdiff
2010-01-28
Dean Camera
Fix up project documentation files' overview tables...
tree
|
commitdiff
2010-01-25
Dean Camera
Add Webserver project Doxygen configuration file and...
tree
|
commitdiff
2010-01-06
Dean Camera
Update Doxygen configuration files to the latest Doxyge...
tree
|
commitdiff
2010-01-05
Dean Camera
Added support to the MIDI Class drivers for packed...
tree
|
commitdiff
2009-12-30
Dean Camera
Update copyright year to 2010.
tree
|
commitdiff
2009-12-28
Dean Camera
Fix MIT license language to make its intent clearer.
tree
|
commitdiff
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
tree
|
commitdiff
2009-12-09
Dean Camera
Increase timeout of Mass Storage and Still Image host...
tree
|
commitdiff
2009-12-08
Dean Camera
Make sure that USB_STREAM_TIMEOUT_MS is set in the...
tree
|
commitdiff
2009-12-07
Dean Camera
Fix newly renamed VirtualSerial demos' include filename...
tree
|
commitdiff
2009-12-07
Dean Camera
Additional file renames and modifications to change...
tree
|
commitdiff
2009-12-07
Dean Camera
Rename CDC demos to VirtualSerial.
tree
|
commitdiff
2009-11-30
Dean Camera
Added CDC_Host_Flush() function to the CDC Host Class...
tree
|
commitdiff
2009-11-27
Dean Camera
Better checking of whether a packet is received in...
tree
|
commitdiff
2009-11-26
Dean Camera
Make the RNDISEthernetHost Class driver demo print...
tree
|
commitdiff
2009-11-26
Dean Camera
Added new RNDIS Host class driver and the beginnings...
tree
|
commitdiff
2009-11-24
Dean Camera
Make the StandaloneProgrammer project seamlessly read...
tree
|
commitdiff
2009-11-23
Dean Camera
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
tree
|
commitdiff
2009-11-20
Dean Camera
Fixed LowLevel Keyboard demo not saving the issued...
tree
|
commitdiff
2009-11-13
Dean Camera
Corrected the name of the misnamed USB_GetDeviceConfigD...
tree
|
commitdiff
2009-11-10
Dean Camera
Added new stream creation function to the CDC Class...
tree
|
commitdiff
2009-11-09
Dean Camera
Spell check all source code variables, comments and...
tree
|
commitdiff
2009-11-09
Dean Camera
Fixed HID host Class driver report send/receive report...
tree
|
commitdiff
2009-11-07
Dean Camera
Add optional pipe double banking support to the Host...
tree
|
commitdiff
2009-11-06
Dean Camera
Add double banking property to LUFA powered projects...
tree
|
commitdiff
2009-11-04
Dean Camera
Added new Printer Host mode Class driver.
tree
|
commitdiff
2009-11-04
Dean Camera
Add support for Mouse Scrollwheel to the MouseHostWithP...
tree
|
commitdiff
2009-11-04
Dean Camera
Added new JoystickHostWithParser demos to the library.
tree
|
commitdiff
2009-11-03
Dean Camera
Rename the AT90USBXXX67 internal driver directory to...
tree
|
commitdiff
2009-10-16
Dean Camera
Fix invalid Event name rule in demo/project makefiles.
tree
|
commitdiff
2009-10-12
Dean Camera
Make Audio device demos compatible with AVRs running...
tree
|
commitdiff
2009-10-11
Dean Camera
Added stdio.h stream examples for the virtual CDC UART...
tree
|
commitdiff
2009-10-08
Dean Camera
Add new MIDI Host Class driver to the library, and...
tree
|
commitdiff
2009-10-08
Dean Camera
Application documentation/comment cleanup.
tree
|
commitdiff
2009-09-30
Dean Camera
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
tree
|
commitdiff
2009-09-29
Dean Camera
Fix missing semicolons in the *WithParser Host mode...
tree
|
commitdiff
2009-09-29
Dean Camera
Remove old OTG demo directory with useless TestApp...
tree
|
commitdiff
2009-09-24
Dean Camera
Doxygen fixes to \param directives to give data directi...
tree
|
commitdiff
2009-09-24
Dean Camera
Fix incorrect names for the HID Host protocol setting...
tree
|
commitdiff
2009-09-22
Dean Camera
Fix broken Host ClassDriver MouseHostWithParser demo.
tree
|
commitdiff
2009-09-22
Dean Camera
Add new error condition to the HID Report Parser for...
tree
|
commitdiff
2009-09-21
Dean Camera
Add new attributes to the HID Report Parser and HID...
tree
|
commitdiff
2009-09-21
Dean Camera
Finish initial draft of the Host Mode HID Class driver.
tree
|
commitdiff
2009-09-21
Dean Camera
Add const qualifiers to Host mode Class drivers.
tree
|
commitdiff
2009-09-20
Dean Camera
Add KeyboardHost HID Host Class driver demo to the...
tree
|
commitdiff
2009-09-20
Dean Camera
Finish Class Driver MouseHost demo. Update HID Host...
tree
|
commitdiff
2009-09-20
Dean Camera
Added new Pipe_IsFrozen() macro to determine if the...
tree
|
commitdiff
2009-09-17
Dean Camera
Added support for the officially recommended layout...
tree
|
commitdiff
2009-09-17
Dean Camera
Fix Mass Storage Host Class driver GetMaxLUN command...
tree
|
commitdiff
2009-09-09
Dean Camera
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
tree
|
commitdiff
2009-09-09
Dean Camera
Add Host mode Class driver demo summaries.
tree
|
commitdiff
2009-09-09
Dean Camera
Finish Still Image Host class driver.
tree
|
commitdiff
2009-09-06
Dean Camera
Add in new invalid event hook check targets to project...
tree
|
commitdiff
2009-09-06
Dean Camera
Changed Still Image Host class driver to auto-fill...
tree
|
commitdiff
2009-09-02
Dean Camera
Add StillImage Host Class Driver functions for opening...
tree
|
commitdiff
2009-08-31
Dean Camera
Changed the parameters and behaviour of the USB_GetDevi...
tree
|
commitdiff
2009-08-30
Dean Camera
Added start of the Still Image Host Class driver demo...
tree
|
commitdiff
2009-08-30
Dean Camera
Replace -finline-limit with -fno-inline-small-functions...
tree
|
commitdiff
2009-08-27
Dean Camera
Condensed SCSI command functions in the LowLevel Mass...
tree
|
commitdiff
2009-08-27
Dean Camera
Fix memory corruption in Host mode Mass Storage Class...
tree
|
commitdiff
2009-08-26
Dean Camera
Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCap...
tree
|
commitdiff
2009-08-26
Dean Camera
Add SCSICodes.h to the Class Driver Common folder,...
tree
|
commitdiff
2009-08-26
Dean Camera
Oops: Really disable building of Projects/Host/ClassDri...
tree
|
commitdiff
2009-08-26
Dean Camera
More work on the Mass Storage Host mode Class driver.
tree
|
commitdiff
2009-08-13
Dean Camera
Added explicit attribute masks to the device mode demos...
tree
|
commitdiff
2009-08-13
Dean Camera
Added CDC_Device_Flush() command to the CDC Device...
tree
|
commitdiff
2009-08-11
Dean Camera
Add new functions to the HID host class driver, refine...
tree
|
commitdiff
2009-08-11
Dean Camera
Fixed swapped paremeters in the HID state memory copy...
tree
|
commitdiff
2009-08-11
Dean Camera
Fix issue in CDC device class driver where received...
tree
|
commitdiff
2009-08-06
Dean Camera
Make Endpoint control transfers more reliable; early...
tree
|
commitdiff
2009-08-05
Dean Camera
Renamed all library events to properly seperate out...
tree
|
commitdiff
2009-08-02
Dean Camera
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
tree
|
commitdiff
2009-07-28
Dean Camera
Change project makefiles so that the current target...
tree
|
commitdiff
2009-07-27
Dean Camera
State information for class drivers is now zeroed out...
tree
|
commitdiff
2009-07-27
Dean Camera
Collapse configuration descriptor size retrieval and...
tree
|
commitdiff
next