Gráfico de commits

26 Commits (a016942a3ed1e3df397a26024dc475637e2ccc00)

Autor SHA1 Mensagem Data
Dean Camera de0df8b162 Update copyright year to 2013.
13 anos atrás
Dean Camera eee252603b Minor documentation improvements.
13 anos atrás
Dean Camera cb9e7392c5 AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
13 anos atrás
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
14 anos atrás
Dean Camera 2c806f6cee Update file header copyrights for 2012.
14 anos atrás
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 anos atrás
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 anos atrás
Dean Camera 1d433d4506 Update copyright year on all source files.
15 anos atrás
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 anos atrás
Dean Camera b37d77eab3 All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.
15 anos atrás
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
15 anos atrás
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
15 anos atrás
Dean Camera fc92f9969c Minor documentation cleanups.
15 anos atrás
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 anos atrás
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 anos atrás
Dean Camera 7f9f97c792 Update copyright year to 2010.
16 anos atrás
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
16 anos atrás
Dean Camera ba8ffa4cb7 Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
16 anos atrás
Dean Camera 87b2572ae5 Added new JoystickHostWithParser demos to the library.
16 anos atrás
Dean Camera 5832bab02f Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
16 anos atrás
Dean Camera 3ffa7543a0 Finish initial draft of the Host Mode HID Class driver.
16 anos atrás
Dean Camera 1756087c3e Optimize vendor/product description string display code in MassStorageHost.
16 anos atrás
Dean Camera 84d7783350 Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header.
16 anos atrás
Dean Camera 0323e13b39 Copy over schedulerless host demos to ClassDrivers directory, for later modification to new Host mode USB class drivers.
16 anos atrás
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 anos atrás
Dean Camera f1199200e1 Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
16 anos atrás