2011-05-18 |
Dean Camera | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea... |
tree | commitdiff |
2011-05-18 |
Dean Camera | Oops - fix bad include path in the moved USBKEY Datafla... |
tree | commitdiff |
2011-05-18 |
Dean Camera | Seperated out board drivers by architecture in the... |
tree | commitdiff |
2011-05-14 |
Dean Camera | Fixed possible invalid program execution when in host... |
tree | commitdiff |
2011-05-09 |
Dean Camera | Add new USE_LUFA_CONFIG_HEADER compile time option. |
tree | commitdiff |
2011-05-08 |
Dean Camera | Minor documentation fixes. |
tree | commitdiff |
2011-04-25 |
Dean Camera | Add __VA_ARGS__ support to the LUFA supplied ISR macro... |
tree | commitdiff |
2011-04-20 |
Dean Camera | Fix reversed descriptions for the AVR8 USB pad regulato... |
tree | commitdiff |
2011-04-13 |
Dean Camera | Replace cast-as-char* byte access of multibyte variable... |
tree | commitdiff |
2011-04-12 |
Dean Camera | Add missing function attributes to the pipe/endpoint... |
tree | commitdiff |
2011-04-10 |
Dean Camera | Remove redundant type information for bitfield elements... |
tree | commitdiff |
2011-04-08 |
Dean Camera | Move global interrupt enable/disable functions out... |
tree | commitdiff |
2011-04-08 |
Dean Camera | Correct UC3 global interrupt functions. |
tree | commitdiff |
2011-04-08 |
Dean Camera | Add in a new common Delay_MS() function, which provides... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Oops - fix misnamed function call in Pipe_Discard_Stream(). |
tree | commitdiff |
2011-04-04 |
Dean Camera | Oops - fix incorrect variable name in the updated Pipe_... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Conditionally add available address spaces to the addre... |
tree | commitdiff |
2011-03-27 |
Dean Camera | Ensure the library builds cleanly in device mode for... |
tree | commitdiff |
2011-03-23 |
Dean Camera | Fix corner case in the HID report descriptor Mouse... |
tree | commitdiff |
2011-03-21 |
Dean Camera | Add in new architecture attribute defines to selectivel... |
tree | commitdiff |
2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
tree | commitdiff |
2011-03-16 |
Dean Camera | Fix bugs in the new VirtualSerialMassStorage demo ... |
tree | commitdiff |
2011-03-16 |
Dean Camera | Fix incorrectly named include guards in the Board drive... |
tree | commitdiff |
2011-03-16 |
Dean Camera | Added new VirtualSerialMassStorage Device Class Driver... |
tree | commitdiff |
2011-03-15 |
Dean Camera | Remove redundant Doxygen guards from the internal prepr... |
tree | commitdiff |
2011-03-15 |
Dean Camera | Fixed Remote Wakeup broken on the AVRs due to the mecha... |
tree | commitdiff |
2011-03-15 |
Dean Camera | Add named macros to the board joystick drivers where... |
tree | commitdiff |
2011-03-15 |
Dean Camera | Implemented on-demand PLL clock generation for the... |
tree | commitdiff |
2011-03-14 |
Dean Camera | Oops - fix internal serial number extraction routine... |
tree | commitdiff |
2011-03-14 |
Dean Camera | Correct Endpoint/Pipe maximum constants for the AVR32... |
tree | commitdiff |
2011-03-13 |
Dean Camera | Simplify the internal serial extraction routines for... |
tree | commitdiff |
2011-03-13 |
Dean Camera | Add experimental support for the AVR32 UC3A4 microcontr... |
tree | commitdiff |
2011-03-13 |
Dean Camera | Re-add accidentally deleted Host_UC3.c and Host_UC3... |
tree | commitdiff |
2011-03-13 |
Dean Camera | Rename UC3B driver files to UC3, as they are generic... |
tree | commitdiff |
2011-03-13 |
Dean Camera | Add experimental support for the UC3A0, UC3A1 and UC3A3... |
tree | commitdiff |
2011-03-11 |
Dean Camera | Simplify AVR32 UC3B software FIFO, as it will only... |
tree | commitdiff |
2011-03-11 |
Dean Camera | Add structure padding to the appropriate descriptor... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Fix UC3B architecture compile errors and ensure the... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Add software FIFOs to the UC3B pipe control interfaces... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Porting updates for the UC3B architecture - get UC3B... |
tree | commitdiff |
2011-03-03 |
Dean Camera | Fixed Still Image Host class driver exiting the descrip... |
tree | commitdiff |
2011-02-28 |
Dean Camera | Add in USB_INT_RegisterHandlers() internal function... |
tree | commitdiff |
2011-02-27 |
Dean Camera | Fix EVK1101 board joystick driver movement masks. |
tree | commitdiff |
2011-02-27 |
Dean Camera | Add code to start the USBB Generic Clock from the user... |
tree | commitdiff |
2011-02-27 |
Dean Camera | Oops - ensure that only the relevant/available interrup... |
tree | commitdiff |
2011-02-27 |
Dean Camera | Changed over the AVR8 USB controller interrupt manageme... |
tree | commitdiff |
2011-02-27 |
Dean Camera | General cleanup and more port work to the AVR32 UC3B. |
tree | commitdiff |
2011-02-27 |
Dean Camera | Fix USB Host mode compile errors for the UC3B architecture. |
tree | commitdiff |
2011-02-27 |
Dean Camera | Move out common architecture-independent core definitio... |
tree | commitdiff |
2011-02-27 |
Dean Camera | More AVR32 UC3B architecture ports - USB device mode... |
tree | commitdiff |
2011-02-26 |
Dean Camera | Removed Pipe_ClearErrorFlags(), pipe error flags are... |
tree | commitdiff |
2011-02-26 |
Dean Camera | Added TWI baud rate prescaler and bit length parameters... |
tree | commitdiff |
2011-02-26 |
Dean Camera | More UC3B architecture port updates. |
tree | commitdiff |
2011-02-20 |
Dean Camera | Update board driver common APIs to use uint_reg_t. |
tree | commitdiff |
2011-02-20 |
Dean Camera | Fix incorrect Doxygen grouping in the incomplete AVR32... |
tree | commitdiff |
2011-02-20 |
Dean Camera | Make sure the peripheral driver .c files include the... |
tree | commitdiff |
2011-02-20 |
Dean Camera | Rename architecture specific driver files, to make... |
tree | commitdiff |
2011-02-20 |
Dean Camera | Added start of a port of the core USB driver code to... |
tree | commitdiff |
2011-02-20 |
Dean Camera | More updates to remove architecture-specific comments... |
tree | commitdiff |
2011-02-20 |
Dean Camera | More Doxygen updates for multiple architecture support. |
tree | commitdiff |
2011-02-20 |
Dean Camera | Start update of documentation to support possible multi... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Initial restructuring of the core USB driver module... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Fix documentation glitches from the restructuring changes. |
tree | commitdiff |
2011-02-19 |
Dean Camera | Move out Dataflash IC command constants headers into... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Reduced latency for executing the Start-Of-Frame events... |
tree | commitdiff |
2011-02-16 |
Dean Camera | Added board driver support for the Sparkfun ATMEGA8U2... |
tree | commitdiff |
2011-02-13 |
Dean Camera | Add more const-ness to the stream endpoint/pipe functio... |
tree | commitdiff |
2011-02-12 |
Dean Camera | Fix include path in the library RingBuffer.h header... |
tree | commitdiff |
2011-02-10 |
Dean Camera | Add static keyword to all project globals whose scope... |
tree | commitdiff |
2011-02-02 |
Dean Camera | Fixed incorect BUTTONS_BUTTON1 definition for the Minim... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Renamed all driver termination *_ShutDown() functions... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Renamed the PRNT_Host_SendString(), CDC_Host_SendString... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Add new HID_DESCRIPTOR_VENDOR() macro, change over... |
tree | commitdiff |
2011-01-26 |
Dean Camera | Added new KeyboardMouseMultiReport Device ClassDriver... |
tree | commitdiff |
2011-01-23 |
Dean Camera | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD... |
tree | commitdiff |
2011-01-17 |
Dean Camera | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT... |
tree | commitdiff |
2011-01-17 |
Dean Camera | Abuse the the C preprocessor so that the HID macros... |
tree | commitdiff |
2011-01-16 |
Dean Camera | Fixed several functions in the Host mode Still Image... |
tree | commitdiff |
2011-01-16 |
Dean Camera | Minor documentation corrections for the new HID report... |
tree | commitdiff |
2011-01-16 |
Dean Camera | New HID report item macros (with HID_RI_ prefix) to... |
tree | commitdiff |
2011-01-16 |
Dean Camera | Added new ADC_GET_CHANNEL_MASK() convenience macro... |
tree | commitdiff |
2011-01-13 |
Dean Camera | Added new high level TWI packet read/write commands... |
tree | commitdiff |
2011-01-10 |
Dean Camera | Fix typos and outdated information. |
tree | commitdiff |
2011-01-10 |
Dean Camera | Call USB_USBTask() in the Endpoint stream functions... |
tree | commitdiff |
2011-01-10 |
Dean Camera | Altered all endpoint/pipe stream transfers so that... |
tree | commitdiff |
2011-01-08 |
Dean Camera | Oops - fix type preventing compilation of demos using... |
tree | commitdiff |
2011-01-08 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2011-01-08 |
Dean Camera | The FAST_STREAM_TRANSFERS compile time option has been... |
tree | commitdiff |
2011-01-03 |
Dean Camera | Update Doxygen documentation configuration file for... |
tree | commitdiff |
2011-01-01 |
Dean Camera | Update copyright year on all source files. |
tree | commitdiff |
2010-12-31 |
Dean Camera | Fixed incorrect byte ordering in the Audio_Device_Write... |
tree | commitdiff |
2010-12-31 |
Dean Camera | Rename RingBuffer header functions and typedefs from... |
tree | commitdiff |
2010-12-28 |
Dean Camera | Fixed inverted Minimus board LEDs. |
tree | commitdiff |
2010-12-26 |
Dean Camera | Fix compile errors from the changes to the SerialStream... |
tree | commitdiff |
2010-12-26 |
Dean Camera | More minor documentation corrections. |
tree | commitdiff |
next |