Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / ManPages /
2010-09-13 Dean CameraFixed SET FEATURE and CLEAR FEATURE control requests...
2010-09-13 Dean CameraRemove incomplete MIDIToneGenerator project.
2010-09-11 Dean CameraAdded PRNT_Host_SendByte() and PRNT_Host_Flush() functi...
2010-09-11 Dean CameraAdded new project makefile template to the library...
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-09-09 Dean CameraAdded LEDs_ToggleLEDs() function to several board LED...
2010-09-07 Dean CameraAdded new PRNT_Host_BytesReceived() and PRNT_Host_Recei...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-09-04 Dean CameraReduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down...
2010-09-04 Dean CameraAdded board hardware driver support for the USBFOO...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-31 Dean CameraFix incorrect ADC driver documentation for the paramete...
2010-08-29 Dean CameraFix up documentation - remove obsolete Scheduler Overvi...
2010-08-29 Dean CameraAdd better description of the Ultra-Lightweight Ring...
2010-08-24 Dean CameraFixed LowLevel PrinterHost demo not sending control...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-08-22 Dean CameraMoved calls to Device mode Class Driver events to after...
2010-08-22 Dean CameraAdded compile time error to the AVRISP-MKII project...
2010-08-20 Dean CameraFixed critical pipe/endpoint memory allocation issue...
2010-08-20 Dean CameraAdded new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan...
2010-08-18 Dean CameraFixed MassStorage based demos and projects resetting...
2010-08-10 Dean CameraFixed USB_GetHIDReportItemInfo() function modifying...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-09 Dean CameraAdd notification endpoint to the incomplete TMC demo.
2010-08-09 Dean CameraCommit for the 100807 release.
2010-08-05 Dean CameraFixed software application start command broken in...
2010-08-03 Dean CameraEnsure all demos now compile in C99 standards mode...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraFix typo in DualVirtualSerial.c due to the changed...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-29 Dean CameraFixed Benito and USBtoSerial projects not turning off...
2010-07-29 Dean CameraAdd special support to the AVRISP-MKII for the new...
2010-07-29 Dean CameraOops - remove duplicated SPI driver init mask.
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-25 Dean CameraAdded periodic flush timer to the Benito project. Alter...
2010-07-23 Dean CameraAdd TMC device capabilities to the incomplete TMC demo.
2010-07-23 Dean CameraUpdate size of compiled Mouse demo in documentation...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-22 Dean CameraAdded start of a low level device Test and Measurement...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-20 Dean CameraFixed MIDI_Device_SendEventPacket() not correctly waiti...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraAdded ability to set the serial baud rate via the user...
2010-07-15 Dean CameraFixed HID device class driver still using PrevReportINB...
2010-07-13 Dean CameraRemove the timeout period extension code from the AVRIS...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files for the library bootloaders.
2010-07-13 Dean CameraAdd first lot of AVRStudio project files for some of...
2010-07-12 Dean CameraAlter the ring buffer library headers to have both...
2010-07-11 Dean CameraMajor changes to the XPLAINBridge software UART code...
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-07-08 Dean CameraAdd a new RFCOMM_ChannelOpened() callback event for...
2010-07-06 Dean CameraMake main readme file easier to read, and make document...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-23 Dean CameraAdd TEST RFCOMM command handler. Remove the RFCOMM...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-17 Dean CameraFixed broken PDI EEPROM Section Erase functionality...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraFix compile and Doxygen errors due to the spell-check...
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-08 Dean CameraAdd Mecurial repository mirror link to the library...
2010-06-07 Dean CameraMake the RFCOMM_SendFrame() function correctly generate...
2010-06-02 Dean CameraBetter fix to avoid void pointer arithmetic in ConfigDe...
2010-05-31 Dean CameraRemove void* arithmetic in the USB_GetNextDescriptor...
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-27 Dean CameraAdded new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-26 Dean CameraRemoved unused line encoding data and control requests...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-26 Dean CameraThe RingBuff library code has been replaced in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-21 Dean CameraOops - when adding a sequence header to the SDP respons...
2010-05-18 Dean CameraAdded new ADC_DisableChannel() function (thanks to...
2010-05-17 Dean CameraBegin processing code for Service Discovery Protocol...
2010-05-16 Dean CameraFixed AVRISP project not sending a full erase-and-write...
2010-05-14 Dean CameraFixed AVRISP project sending a LOAD EXTENDED ADDRESS...
2010-05-13 Dean CameraCommit for 100513 re-release due to critical device...
2010-05-13 Dean CameraRemove incorrect check for the current device state...
2010-05-13 Dean CameraAdditional fix to the AVRISP-MKII clone project for...
2010-05-13 Dean CameraFixed AVRISP-MKII clone project not correctly issuing...
2010-05-13 Dean CameraFixed possible device lockup when INTERRUPT_CONTROL_END...
2010-05-13 Dean CameraThe LIBUSB_FILTERDRV_COMPAT compile time option in...
2010-05-12 Dean CameraRemoved TeensyHID bootloader, per request from Paul...
2010-05-12 Dean CameraCommit for the 100512 release.
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraDevice mode class driver callbacks are now fired before...
2010-05-07 Dean CameraFix TeensyHID bootloader for the largest AVRs - only...
next