Add Webserver project Doxygen configuration file and overview document.
[pub/USBasp.git] / Demos / Device / LowLevel /
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-25 Dean CameraAdded explicit ADC channel masks for the standard set...
2010-01-21 Dean CameraFix up the incomplete Webserver project so that it...
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-07 Dean CameraFix newly renamed VirtualSerial demos' include filename...
2009-12-07 Dean CameraAdditional file renames and modifications to change...
2009-12-07 Dean CameraRename CDC demos to VirtualSerial.
2009-11-26 Dean CameraMake MIDI device demos also turn off the on board LEDs...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-23 Dean CameraRemoved code to zero reports between two keyboard repor...
2009-11-20 Dean CameraFixed Endpoint_Write_Control_Stream_* functions not...
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
2009-11-15 Dean CameraCleanups to the MassStorage Device demos, and the MassS...
2009-11-13 Dean CameraCorrections, improvements and additions to the incomple...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-04 Dean CameraUpdate DevChapter9.c - use the Endpoint_ClearStatusStag...
2009-11-03 Dean CameraAdd new CDCMouse ClassDriver device demo, combining...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-14 Dean CameraFix AudioOutput and AudioInput class driver demos'...
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-10-04 Dean CameraFix broken Endpoint/Pipe stream templates.
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-10-02 Dean CameraCleanups to the Device mode Mass Storage demo applicati...
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-22 Dean CameraAdd new error condition to the HID Report Parser for...
2009-09-22 Dean CameraMove Dataflash operational checking code out from SCSI...
2009-09-13 Dean CameraFixed Low Level USBtoSerial demo not storing received...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-07 Dean CameraRemove information about 64 bit Windows OS signing...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-06 Dean CameraAdded 64 bit OS driver installation instructions to...
2009-09-06 Dean CameraChanged Still Image Host class driver to auto-fill...
2009-09-01 Dean CameraMove check for devices not supporting internal serials...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-23 Dean CameraFixed AVRISP programmer demo -- can now connect to...
2009-08-19 Dean CameraMoved out the handling of V2 Protocol parameters to...
2009-08-16 Dean CameraFix USBtoSerial device demos -- ensure the UDR1 registe...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-13 Dean CameraAdjust endpoint polling intervals for HID demos, to...
2009-08-13 Dean CameraAdded explicit attribute masks to the device mode demos...
2009-08-07 Dean CameraCleanups to RNDIS device demos. Fix issue in RNDIS...
2009-08-06 Dean CameraSimplify CDC device demos, by directly assigning the...
2009-08-05 Dean CameraFixed issue in USBtoSerial demos where the USART Rx...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-04 Dean CameraBetter fix for LowLevel CDC demo issue where sending...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-08-02 Dean CameraMake both LowLevel and ClassDriver AudioOutput demos...
2009-07-31 Dean CameraFixed the ClassDriver GenericHID demo so that it echoes...
2009-07-30 Dean CameraFix incorrect configuration in the ClassDriver AudioOut...
2009-07-30 Dean CameraSet all CDC and MassStorage device mode demos (LowLevel...
2009-07-30 Dean CameraAdded standard stream example to the ClassDriver CDC...
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraChange project makefiles so that the current target...
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-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
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 CameraChange Doxygen configuration files to not produce 4096...
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-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-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-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-22 Dean CameraAdd demos/bootloaders/projects overview 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-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
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-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-11 Dean CameraSome minor whitespace corrections.
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-08 Dean CameraError status LEDs shown when device endpoint configurat...
2009-06-07 Dean CameraConverted device mode low-level demos to schedulerless.
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...