pub/USBasp.git
2009-07-30 Dean CameraAdded standard stream example to the ClassDriver CDC...
2009-07-30 Dean CameraFix redefinition warning when USB_DEVICE_ONLY is set...
2009-07-29 Dean CameraCleanup USBMode.h to simplify preprocessor logic.
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraExtend the automatic serial number descriptor code...
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-28 Dean CameraMake LowLevel AudioOutput demo work in the same way...
2009-07-28 Dean CameraChanged AudioOutput demos to explicitly use timer 3...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-27 Dean CameraCollapse configuration descriptor size retrieval and...
2009-07-27 Dean CameraChange Host mode class driver Pipe configuration routin...
2009-07-27 Dean CameraAdd new MouseHost Class Driver demo, unfinished, to...
2009-07-26 Dean CameraCorrected new Pipe_IsEndpointBound() function.
2009-07-26 Dean CameraAdded new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin...
2009-07-24 Dean CameraAdded new LEDs_ToggleLEDs() function to the Board LEDs...
2009-07-24 Dean CameraEnsure new Benito Programmer project matches Don's...
2009-07-23 Dean CameraMinor updates to the Benito programmer - remove redunda...
2009-07-23 Dean CameraTweaks to the new Benito Programmer project for documen...
2009-07-23 Dean CameraAdded new Benito project, a simple modified USB-to...
2009-07-23 Dean CameraEnsure that the USB_DeviceState variable is properly...
2009-07-21 Dean CameraSlight changes to TeensyHID bootloader to ensure it...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd PrinterHost demo to the documentation.
2009-07-21 Dean CameraAdd extra tests to the MassStorage device demo and...
2009-07-21 Dean CameraAdd explicit guards to all device mode tasks to ensure...
2009-07-20 Dean CameraSimplify SideShow GUID compares via a macro.
2009-07-20 Dean CameraFixes to unfinished SideShow demo to re-enable correct...
2009-07-20 Dean CameraMove unfinished SideShow source files to nested Lib...
2009-07-20 Dean CameraEnsure control pipe is selected in the PrinterHost...
2009-07-20 Dean CameraChange Doxygen configuration files to not produce 4096...
2009-07-20 Dean CameraAdded missing DoxyGen configuration file to the Printer...
2009-07-20 Dean CameraAdded extra DoxyGen documentation to the new PrinterHos...
2009-07-20 Dean CameraAdd PrinterHost to the project file and Host LowLevel...
2009-07-20 Dean CameraMoved PrinterHost demo from Incomplete to LowLevel...
2009-07-20 Dean CameraFixed PrinterHost demo Printer_GetDeviceID() routine...
2009-07-20 Dean CameraRemove ClearPipeStall routine from the StillImageHost...
2009-07-20 Dean CameraCleaner solution to the PrinterHost data send routine...
2009-07-20 Dean CameraFix unfinished printer host demo - some printer languag...
2009-07-20 Dean CameraAdded error codes to most StillImageHost demo commands.
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraUse sane ANSI terminal escape codes for the Host mode...
2009-07-19 Dean CameraAdd partial project documentation to the incomplete...
2009-07-19 Dean CameraFix PrinterHost demo so that it will only enumerate...
2009-07-19 Dean CameraFixed incorrect PIPE_EPNUM_MASK mask causing pipe failu...
2009-07-19 Dean CameraMagstripe Project: Ensure that empty tracks still print...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-07-16 Dean CameraAdded support for the new ATMEGA32U2, ATMEGA16U2 and...
2009-07-16 Dean CameraFix small error in last commit preventing compilation...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-07-14 Dean CameraAdded better module summaries.
2009-07-13 Dean CameraFix broken Pipe stream function templates due to mixed...
2009-07-13 Dean CameraAdded new EEPROM and FLASH buffer versions of the Endpo...
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
2009-07-13 Dean CameraSeperated out parts of the PrinterHost incomplete demo...
2009-07-11 Dean CameraFixed compilation error in incomplete BluetoothHost...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-29 Dean CameraMinor correction to MagStripe demo to fix build problems.
2009-06-29 Dean CameraDataflash_WaitWhileBusy() now always ensures that the...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-26 Dean CameraRename some of the library documentation files.
2009-06-26 Dean CameraSplit Getting Started page of the documentation into...
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-23 Dean CameraOops - SCSI INQUIRY data uses fixed-length, non-termina...
2009-06-23 Dean CameraMassStorageHost demo now retrieves Inquiry data from...
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-23 Dean CameraFixed CDCHost demo unfreezing IN pipes during configura...
2009-06-22 Dean CameraAdd demos/bootloaders/projects overview to the manual.
2009-06-22 Dean CameraCorrected the ADC driver for the ATMEGA16U4 and ATMEGA3...
2009-06-21 Dean CameraOptimize unique serial number reading code for size...
2009-06-21 Dean CameraAdd NO_INTERNAL_SERIAL compile time option to bootloade...
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-21 Dean CameraTrim unique serial number created by the USE_INTERNAL_S...
2009-06-21 Dean CameraRe-add signature byte defines to the DFU and CDC class...
2009-06-21 Dean CameraAdd new temp LUFA project logo to the manual.
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraClean up RNDIS demo type define names.
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-19 Dean CameraRe-add in simple scheduler for compatibility with legac...
2009-06-18 Dean CameraFix broken MagStripe project.
2009-06-18 Dean CameraOops - restore deleted MissileLauncher project, fix...
2009-06-18 Dean CameraFix spelling of the MissileLauncher project directory.
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraAdd MissleLauncher project to the /Projects/ makefile...
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-16 Dean CameraAdded USB Missle Launcher project, submitted by Dave...
2009-06-16 Dean CameraAdded new USB_Host_SetDeviceConfiguration() convenience...
2009-06-15 Dean CameraMove main library documentation pages into a new ManPag...
2009-06-15 Dean CameraRemove ConfigDescriptor.c/.h files from the ClassDriver...
next