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 | Remove deleted source files from the Device mode Class... |
tree | commitdiff |
2009-08-30 |
Dean Camera | Replace -finline-limit with -fno-inline-small-functions... |
tree | commitdiff |
2009-08-26 |
Dean Camera | Add SCSICodes.h to the Class Driver Common folder,... |
tree | commitdiff |
2009-08-23 |
Dean Camera | Fixed AVRISP programmer demo -- can now connect to... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Fix misspelt event name in the Class driver USBtoSerial... |
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-11 |
Dean Camera | Add CDC Host class driver EVENT_CDC_Host_ControLineStat... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Fixed swapped paremeters in the HID state memory copy... |
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 | Fix incorrect Event call name in USBInterrupt.c. |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
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-31 |
Dean Camera | Fix demos based on the device mode HID class driver... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Add new HID_Device_MillisecondElapsed() function to... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Fix to HID device mode Class driver, so that new report... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Minor cleanups to DualCDC ClassDriver device demo for... |
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-30 |
Dean Camera | Fix redefinition warning when USB_DEVICE_ONLY is set... |
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 | Changed AudioOutput demos to explicitly use timer 3... |
tree | commitdiff |
2009-07-27 |
Dean Camera | State information for class drivers is now zeroed out... |
tree | commitdiff |
2009-07-23 |
Dean Camera | Added new Benito project, a simple modified USB-to... |
tree | commitdiff |
2009-07-23 |
Dean Camera | Ensure that the USB_DeviceState variable is properly... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Added new USB_DeviceState variable to keep track of... |
tree | commitdiff |
2009-07-20 |
Dean Camera | Change Doxygen configuration files to not produce 4096... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Minor updates to the Magstripe and MissileLauncher... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... |
tree | commitdiff |
2009-07-14 |
Dean Camera | Added better module summaries. |
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-21 |
Dean Camera | Added new USE_INTERNAL_SERIAL define for using the... |
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-18 |
Dean Camera | Break device mode class driver interfaces into seperate... |
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-16 |
Dean Camera | Added USB Missle Launcher project, submitted by Dave... |
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 | Add host mode USB Class driver stubs, add beginnings... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Changed per-device controller preprocessor checks over... |
tree | commitdiff |
2009-06-11 |
Dean Camera | Changed to new device mode Class Driver function name... |
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-05 |
Dean Camera | Add master device Host demo makefile. |
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 |
|