Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 1 | -1/+1 |
| | | | | Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Copy out the EndpointStream and PipeStream functions to each architecture, ↵ | Dean Camera | 2011-05-26 | 1 | -2/+2 |
| | | | | so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available). | ||||
* | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean Camera | 2011-03-15 | 1 | -3/+1 |
| | |||||
* | Rename architecture specific driver files, to make them appear with uniquely ↵ | Dean Camera | 2011-02-20 | 1 | -6/+6 |
| | | | | identifying filenames in the documentation. | ||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 1 | -5/+0 |
| | | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily. | ||||
* | Initial restructuring of the core USB driver module to support multiple ↵ | Dean Camera | 2011-02-19 | 1 | -37/+36 |
| | | | | architectures in the future. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -2/+2 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Minor documentation corrections for the new HID report item constant defines. | Dean Camera | 2011-01-16 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 1 | -19/+19 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 1 | -3/+3 |
| | | | | fix incorrect and missing section names. | ||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 1 | -6/+6 |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 1 | -0/+9 |
| | | | | | | is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -35/+35 |
| | | | | tool made by Laszlo Monda | ||||
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h ↵ | Dean Camera | 2010-08-22 | 1 | -0/+4 |
| | | | | and PipeStream.c/.h files. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -6/+6 |
| | |||||
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵ | Dean Camera | 2010-07-21 | 1 | -6/+6 |
| | | | | | | | | directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. | ||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -11/+11 |
| | | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. | ||||
* | Make main readme file easier to read, and make documentation build ↵ | Dean Camera | 2010-07-06 | 1 | -2/+2 |
| | | | | instructions clearer. | ||||
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific ↵ | Dean Camera | 2010-07-02 | 1 | -0/+1 |
| | | | | | | functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. | ||||
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -3/+2 |
| | | | | Minor tweaks to the library documentation. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -395/+395 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -6/+5 |
| | | | | LowLevel directory as it is hardware-dependent. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -0/+2 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -3/+3 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -3/+2 |
| | |||||
* | More AVR32 achitecture ports. | Dean Camera | 2010-02-24 | 1 | -4/+0 |
| | |||||
* | More porting of the USB core to the AVR32. | Dean Camera | 2010-02-23 | 1 | -0/+4 |
| | |||||
* | Start porting the USB core to the AVR32 UC3B. | Dean Camera | 2010-02-23 | 1 | -1/+2 |
| | |||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -0/+5 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | Add documentation to the USB Class Drivers module on how to use the Host ↵ | Dean Camera | 2010-02-02 | 1 | -0/+109 |
| | | | | mode class drivers. | ||||
* | Replace the Webserver demo's uIP with the latest code ripped from the ↵ | Dean Camera | 2010-02-02 | 1 | -0/+109 |
| | | | | Contiki project by Adam Dunkels. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 ↵ | Dean Camera | 2009-11-29 | 1 | -8/+5 |
| | | | | | | and ATMEGA16U2. Simplified the USB.h master include file's target validity checks. | ||||
* | Better checking of whether a packet is received in the RNDISEthernetHost ↵ | Dean Camera | 2009-11-27 | 1 | -4/+4 |
| | | | | Class driver demo - show busy LED status while packets are being printed out. | ||||
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵ | Dean Camera | 2009-11-26 | 1 | -2/+2 |
| | | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. | ||||
* | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean Camera | 2009-11-13 | 1 | -0/+9 |
| | | | | Change device demos which use the joystick to use the natural UP, DOWN, LEFT, RIGHT ordering in all demos when checking the joystick's position. | ||||
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵ | Dean Camera | 2009-11-08 | 1 | -2/+2 |
| | | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. | ||||
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 1 | -0/+50 |
| | | | | | | Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation. | ||||
* | Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ↵ | Dean Camera | 2009-08-30 | 1 | -3/+0 |
| | | | | in next release. | ||||
* | Commit for 090810rc1 release. | Dean Camera | 2009-08-05 | 1 | -1/+5 |
| | |||||
* | Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models. | Dean Camera | 2009-07-16 | 1 | -0/+2 |
| | |||||
* | Added better module summaries. | Dean Camera | 2009-07-14 | 1 | -1/+3 |
| | |||||
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -14/+0 |
| | | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. | ||||
* | Changed per-device controller preprocessor checks over to per-device series ↵ | Dean Camera | 2009-06-14 | 1 | -5/+1 |
| | | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds. | ||||
* | Added Doxygen documentation to the Audio class driver. Added new modules for ↵ | Dean Camera | 2009-06-04 | 1 | -0/+27 |
| | | | | each of the new device class drivers to the library documentation. | ||||
* | Commit of new class abstraction APIs for all device demos other than the ↵ | Dean Camera | 2009-06-01 | 1 | -2/+0 |
| | | | | | | | | | | MIDI demo - not documented yet. Removed scheduler and memory allocation libraries. Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated). Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt. |