1
0
Fork 0
Commit graph

16 Commits (7e1e23af5969b0553aa498e11cac021e4eee04c4)

Autor SHA1 Nachricht Datum
Dean Camera 43b9d552bb Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
vor 15 Jahren
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.
vor 15 Jahren
Dean Camera f555ad7ced Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
vor 15 Jahren
Dean Camera 1d433d4506 Update copyright year on all source files.
vor 15 Jahren
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.
vor 15 Jahren
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
vor 15 Jahren
Dean Camera 158afe9109 Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
vor 15 Jahren
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
vor 15 Jahren
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.
vor 15 Jahren
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.
vor 15 Jahren
Dean Camera e81a4c950f Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter.
vor 16 Jahren
Dean Camera 431db89b00 Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
vor 16 Jahren
Dean Camera 7f9f97c792 Update copyright year to 2010.
vor 16 Jahren
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
vor 16 Jahren
Dean Camera 3757b1760f Fix newly renamed VirtualSerial demos' include filename references so that they compile.
vor 16 Jahren
Dean Camera cf22a744ec Additional file renames and modifications to change CDC demos to VirtualSerial.
vor 16 Jahren