커밋 그래프

47 커밋 (f92cc29e3a34d7bcc10dbdb374987bb89a928eb4)

작성자 SHA1 메시지 날짜
Dean Camera 1e05d46b66 Update copyrights to 2016.
10 년 전
Dean Camera 1d2680b358 Update copyrights to 2015 (better late than never).
10 년 전
Dean Camera e368a89987 Update copyrights for 2014.
12 년 전
Dean Camera 329629a316 Pseudo-port the host mode demos for possible later multi-arch support.
12 년 전
Dean Camera 03cdb09071 Minor documentation improvements.
12 년 전
Dean Camera de0df8b162 Update copyright year to 2013.
13 년 전
Dean Camera eee252603b Minor documentation improvements.
13 년 전
Dean Camera 1eefbf9041 Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
13 년 전
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
13 년 전
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
14 년 전
Dean Camera 2c806f6cee Update file header copyrights for 2012.
14 년 전
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
14 년 전
Dean Camera d9c16402b9 Add missing device deconfiguration-on-error statements to the host mode demos and projects.
14 년 전
Dean Camera 137ce280c1 Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
14 년 전
Dean Camera 2731c3a8ae Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.
14 년 전
Dean Camera 782614dbb5 Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
15 년 전
Dean Camera 43b9d552bb Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
15 년 전
Dean Camera afd828c095 Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
15 년 전
Dean Camera 1d433d4506 Update copyright year on all source files.
15 년 전
Dean Camera b8dfa976ce Added standard keyboard HID report scancode defines (thanks to László Monda).
15 년 전
Dean Camera cb779e3d7d Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
15 년 전
Dean Camera 55538dcef3 Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible.
15 년 전
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
15 년 전
Dean Camera 713670043a Move out many of the common class driver constants into grouped enums, to make them more managable.
15 년 전
Dean Camera 28401f7bb7 Spell check all source files once again to find any typos.
15 년 전
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
15 년 전
Dean Camera 071e02c6b6 Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
15 년 전
Dean Camera 9e34144c9b Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
15 년 전
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 년 전
Dean Camera 74353374c3 All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed.
15 년 전
Dean Camera 35a0fe9384 Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes.
16 년 전
Dean Camera 7f9f97c792 Update copyright year to 2010.
16 년 전
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
16 년 전
Dean Camera e625fd6df3 Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor().
16 년 전
Dean Camera 64e5c4084f Add optional pipe double banking support to the Host mode Class drivers.
16 년 전
Dean Camera 5832bab02f Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
16 년 전
Dean Camera 664a292181 Application documentation/comment cleanup.
16 년 전
Dean Camera 512977322b Fix missing semicolons in the *WithParser Host mode demos.
16 년 전
Dean Camera 409c49f057 Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.
16 년 전
Dean Camera 573a27d90a Fix incorrect names for the HID Host protocol setting routines.
16 년 전
Dean Camera 849b9535e7 Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition.
16 년 전
Dean Camera 242303c160 Add new attributes to the HID Report Parser and HID Host Mode Class driver to keep track of the largest report the device can send for buffer allocation purposes. Change MouseHostWithParser and KeyboardHostWithParser demos to only allocate the needed number of bytes.
16 년 전
Dean Camera 3ffa7543a0 Finish initial draft of the Host Mode HID Class driver.
16 년 전
Dean Camera 1756087c3e Optimize vendor/product description string display code in MassStorageHost.
16 년 전
Dean Camera 0323e13b39 Copy over schedulerless host demos to ClassDrivers directory, for later modification to new Host mode USB class drivers.
16 년 전
Dean Camera 34f6e0dd33 Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations.
16 년 전
Dean Camera f1199200e1 Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
16 년 전