Added missing DoxyGen configuration file to the PrinterHost demo.
[pub/USBasp.git] / Demos /
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 new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-14 Dean CameraAdded better module summaries.
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 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 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-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 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 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 CameraRemove ConfigDescriptor.c/.h files from the ClassDriver...
2009-06-15 Dean CameraFixed broken HIDReportParser.c.
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraDoxygen corrections to fix Doxygen warnings in some...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-11 Dean CameraSome minor whitespace corrections.
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-09 Dean CameraCopy over schedulerless host demos to ClassDrivers...
2009-06-09 Dean CameraDeleted Host ClassDriver demos -- not yet started,...
2009-06-08 Dean CameraError status LEDs shown when device endpoint configurat...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-07 Dean CameraConverted device mode low-level demos to schedulerless.
2009-06-05 Dean CameraAdd master device Host demo makefile.
2009-06-05 Dean CameraDelete host mode demos from the root Host demos folder.
2009-06-05 Dean CameraCopy existing Host mode demos to new ClassDriver and...
2009-06-05 Dean CameraConversion of old incomplete SideShow demo to new APIs.
2009-06-05 Dean CameraAdd new Incomplete device subdirectory for work-in...
2009-06-05 Dean CameraRemove outdated AVRStudio project files from demos...
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-04 Dean CameraFixed EVENT_USB_CDC_ControLineStateChanged() event...
2009-06-04 Dean CameraFix Doxygen errors in demos.
2009-06-04 Dean CameraEnsure all USB device class drivers have the same three...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraAdd MIDI class driver, update MIDI device demo to use...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-26 Dean CameraFix all device mode demos broken in the recent API...
2009-05-22 Dean CameraMoved out each demos' functionality library files ...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-20 Dean CameraFixed incorrect PID value being used in the USBtoSerial...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-17 Dean CameraRemoved DESCRIPTOR_ADDRESS() macro as it was largely...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-15 Dean CameraFix to previous patch (make CDCHost demo deallocate...
2009-05-15 Dean CameraFixed CDCHost not clearing configured endpoints and...
2009-05-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-05-13 Dean CameraMoved USB Host state machine code out from USBTask...
2009-05-12 Dean CameraRemove remainder of data pipe interrupt management...
2009-05-12 Dean CameraFixed Mouse and Keyboard device demos not acting in...
2009-05-11 Dean CameraFixed RNDISEthernet not working under Linux due to...
2009-05-11 Dean CameraFixed bug in RNDISEthernet and DualCDC demos not using...
2009-05-10 Dean CameraFix broken Set Feature/Clear Feature chapter 9 request...
2009-05-07 Dean CameraRenamed the the TotalHIDReports element of the HID...
2009-05-07 Dean CameraFix build errors in Joystick device demo and library...
2009-05-06 Dean CameraChange device demos to cache the board button values...
next