Revīziju grafs

27 Revīzijas (3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe)

Autors SHA1 Ziņojums Datums
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
pirms 13 gadiem
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
pirms 14 gadiem
Dean Camera 2c806f6cee Update file header copyrights for 2012.
pirms 14 gadiem
Dean Camera df33278d91 Minor documentation corrections.
pirms 14 gadiem
Dean Camera 7dffa15c16 Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
pirms 14 gadiem
Dean Camera 782614dbb5 Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
pirms 15 gadiem
Dean Camera 43c4735305 Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.
pirms 15 gadiem
Dean Camera 1d433d4506 Update copyright year on all source files.
pirms 15 gadiem
Dean Camera a57287a59f Fix a few more incorrectly ordered endpoint initialisations in the device demos.
pirms 15 gadiem
Dean Camera fb76acb084 Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
pirms 15 gadiem
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.
pirms 15 gadiem
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
pirms 15 gadiem
Dean Camera 713670043a Move out many of the common class driver constants into grouped enums, to make them more managable.
pirms 15 gadiem
Dean Camera 508e905d8d Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
pirms 15 gadiem
Dean Camera 24e621a8d8 Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value.
pirms 15 gadiem
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
pirms 15 gadiem
Dean Camera 0313034245 Added const attributes to some of the class driver function parameters that were missing it.
pirms 15 gadiem
Dean Camera 26afe5fe9e Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDReport() function in the ClassDriver HID device demos.
pirms 15 gadiem
Dean Camera 05ac59d0ee Add new ReportType parameter to the HID class driver device callback and host report sending routines.
pirms 15 gadiem
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.
pirms 15 gadiem
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.
pirms 15 gadiem
Dean Camera 2b51944a4b Make sure the button report set masks use OR in all circumstances, to prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case.
pirms 16 gadiem
Dean Camera 89e4d73289 Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.
pirms 16 gadiem
Dean Camera 7f9f97c792 Update copyright year to 2010.
pirms 16 gadiem
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
pirms 16 gadiem
Dean Camera 3757b1760f Fix newly renamed VirtualSerial demos' include filename references so that they compile.
pirms 16 gadiem
Dean Camera cf22a744ec Additional file renames and modifications to change CDC demos to VirtualSerial.
pirms 16 gadiem