2009-12-30 |
Dean Camera | Update copyright year to 2010. |
tree | commitdiff |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
tree | commitdiff |
2009-12-09 |
Dean Camera | Increase timeout of Mass Storage and Still Image host... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Fix newly renamed VirtualSerial demos' include filename... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Additional file renames and modifications to change... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Rename CDC demos to VirtualSerial. |
tree | commitdiff |
2009-11-26 |
Dean Camera | Make MIDI device demos also turn off the on board LEDs... |
tree | commitdiff |
2009-11-26 |
Dean Camera | Added new RNDIS Host class driver and the beginnings... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Removed code to zero reports between two keyboard repor... |
tree | commitdiff |
2009-11-20 |
Dean Camera | Fixed Endpoint_Write_Control_Stream_* functions not... |
tree | commitdiff |
2009-11-20 |
Dean Camera | Fixed LowLevel Keyboard demo not saving the issued... |
tree | commitdiff |
2009-11-15 |
Dean Camera | Cleanups to the MassStorage Device demos, and the MassS... |
tree | commitdiff |
2009-11-13 |
Dean Camera | Corrections, improvements and additions to the incomple... |
tree | commitdiff |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
2009-11-04 |
Dean Camera | Update DevChapter9.c - use the Endpoint_ClearStatusStag... |
tree | commitdiff |
2009-11-03 |
Dean Camera | Add new CDCMouse ClassDriver device demo, combining... |
tree | commitdiff |
2009-10-18 |
Dean Camera | Moved USBtoSerial demo the Projects directory, as it... |
tree | commitdiff |
2009-10-16 |
Dean Camera | Fix invalid Event name rule in demo/project makefiles. |
tree | commitdiff |
2009-10-14 |
Dean Camera | Fix AudioOutput and AudioInput class driver demos'... |
tree | commitdiff |
2009-10-12 |
Dean Camera | Make Audio device demos compatible with AVRs running... |
tree | commitdiff |
2009-10-08 |
Dean Camera | Application documentation/comment cleanup. |
tree | commitdiff |
2009-10-04 |
Dean Camera | Fix broken Endpoint/Pipe stream templates. |
tree | commitdiff |
2009-10-03 |
Dean Camera | Changed Audio Class driver sample read/write functions... |
tree | commitdiff |
2009-10-02 |
Dean Camera | Cleanups to the Device mode Mass Storage demo applicati... |
tree | commitdiff |
2009-09-30 |
Dean Camera | Removed mostly useless "TestApp" demo, as it was mainly... |
tree | commitdiff |
2009-09-22 |
Dean Camera | Add new error condition to the HID Report Parser for... |
tree | commitdiff |
2009-09-22 |
Dean Camera | Move Dataflash operational checking code out from SCSI... |
tree | commitdiff |
2009-09-13 |
Dean Camera | Fixed Low Level USBtoSerial demo not storing received... |
tree | commitdiff |
2009-09-09 |
Dean Camera | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time... |
tree | commitdiff |
2009-09-09 |
Dean Camera | Add Host mode Class driver demo summaries. |
tree | commitdiff |
2009-09-07 |
Dean Camera | Remove information about 64 bit Windows OS signing... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Add in new invalid event hook check targets to project... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Added 64 bit OS driver installation instructions to... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Changed Still Image Host class driver to auto-fill... |
tree | commitdiff |
2009-09-01 |
Dean Camera | Move check for devices not supporting internal serials... |
tree | commitdiff |
2009-08-30 |
Dean Camera | Replace -finline-limit with -fno-inline-small-functions... |
tree | commitdiff |
2009-08-23 |
Dean Camera | Fixed AVRISP programmer demo -- can now connect to... |
tree | commitdiff |
2009-08-19 |
Dean Camera | Moved out the handling of V2 Protocol parameters to... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Fix USBtoSerial device demos -- ensure the UDR1 registe... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Adjust endpoint polling intervals for HID demos, to... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Added explicit attribute masks to the device mode demos... |
tree | commitdiff |
2009-08-07 |
Dean Camera | Cleanups to RNDIS device demos. Fix issue in RNDIS... |
tree | commitdiff |
2009-08-06 |
Dean Camera | Simplify CDC device demos, by directly assigning the... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Fixed issue in USBtoSerial demos where the USART Rx... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Make Control Endpoint stream transfers more reliable... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Changed over manual loops waiting for endpoints to... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
tree | commitdiff |
2009-08-04 |
Dean Camera | Better fix for LowLevel CDC demo issue where sending... |
tree | commitdiff |
2009-08-04 |
Dean Camera | Fix issue with CDC device demos causing broken communic... |
tree | commitdiff |
2009-08-02 |
Dean Camera | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT... |
tree | commitdiff |
2009-08-02 |
Dean Camera | Make both LowLevel and ClassDriver AudioOutput demos... |
tree | commitdiff |
2009-07-31 |
Dean Camera | Fixed the ClassDriver GenericHID demo so that it echoes... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Fix incorrect configuration in the ClassDriver AudioOut... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Set all CDC and MassStorage device mode demos (LowLevel... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Added standard stream example to the ClassDriver CDC... |
tree | commitdiff |
2009-07-29 |
Dean Camera | Added 404 errors to the RNDIS Webserver example. |
tree | commitdiff |
2009-07-28 |
Dean Camera | Change project makefiles so that the current target... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Make LowLevel AudioOutput demo work in the same way... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Changed AudioOutput demos to explicitly use timer 3... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Added new USB_DeviceState variable to keep track of... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Add extra tests to the MassStorage device demo and... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Add explicit guards to all device mode tasks to ensure... |
tree | commitdiff |
2009-07-20 |
Dean Camera | Change Doxygen configuration files to not produce 4096... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... |
tree | commitdiff |
2009-07-15 |
Dean Camera | Fix HID class device driver -- if a SetIDle request... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Added new EEPROM and FLASH buffer versions of the Endpo... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Added compatibility list to the documentation of each... |
tree | commitdiff |
2009-07-11 |
Dean Camera | Added incomplete PrinterHost demo application. |
tree | commitdiff |
2009-06-29 |
Dean Camera | Minor correction to MagStripe demo to fix build problems. |
tree | commitdiff |
2009-06-29 |
Dean Camera | Dataflash_WaitWhileBusy() now always ensures that the... |
tree | commitdiff |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
tree | commitdiff |
2009-06-26 |
Dean Camera | Reduce struct name pollution - group typedef struct... |
tree | commitdiff |
2009-06-23 |
Dean Camera | Fixed MassStorage demo not clearing the reset flag... |
tree | commitdiff |
2009-06-22 |
Dean Camera | Add demos/bootloaders/projects overview to the manual. |
tree | commitdiff |
2009-06-20 |
Dean Camera | Added USE_INTERNAL_SERIAL compile time option to automa... |
tree | commitdiff |
2009-06-19 |
Dean Camera | Clean up RNDIS demo type define names. |
tree | commitdiff |
2009-06-19 |
Dean Camera | Fix makefiles -- the auto-addition of -D switches to... |
tree | commitdiff |
2009-06-19 |
Dean Camera | Move LUFA compile time options to a new section in... |
tree | commitdiff |
2009-06-16 |
Dean Camera | Remove hardcoded DOT path from all Doxygen config files. |
tree | commitdiff |
2009-06-16 |
Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... |
tree | commitdiff |
2009-06-15 |
Dean Camera | More Doxygen fixes - ensure no undocumented function... |
tree | commitdiff |
2009-06-15 |
Dean Camera | Doxygen corrections to fix Doxygen warnings in some... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Changed per-device controller preprocessor checks over... |
tree | commitdiff |
2009-06-11 |
Dean Camera | Some minor whitespace corrections. |
tree | commitdiff |
2009-06-10 |
Dean Camera | Fixes to the MIDI device demos (ClassDriver, LowLevel... |
tree | commitdiff |
2009-06-08 |
Dean Camera | Error status LEDs shown when device endpoint configurat... |
tree | commitdiff |
2009-06-07 |
Dean Camera | Converted device mode low-level demos to schedulerless. |
tree | commitdiff |
2009-06-05 |
Dean Camera | Remove outdated AVRStudio project files from demos... |
tree | commitdiff |
2009-06-05 |
Dean Camera | Move new Class Driver powered demos to a new ClassDrive... |
tree | commitdiff |
|