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