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-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-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 | 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-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-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 | Simplify SideShow GUID compares via a macro. |
tree | commitdiff |
2009-07-20 |
Dean Camera | Fixes to unfinished SideShow demo to re-enable correct... |
tree | commitdiff |
2009-07-20 |
Dean Camera | Move unfinished SideShow source files to nested Lib... |
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-15 |
Dean Camera | Fix HID class device driver -- if a SetIDle request... |
tree | commitdiff |
2009-07-14 |
Dean Camera | Added better module summaries. |
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-21 |
Dean Camera | Added new USE_INTERNAL_SERIAL define for using the... |
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-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-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 | Add master device Host demo makefile. |
tree | commitdiff |
2009-06-05 |
Dean Camera | Conversion of old incomplete SideShow demo to new APIs. |
tree | commitdiff |
2009-06-05 |
Dean Camera | Add new Incomplete device subdirectory for work-in... |
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 |
2009-06-05 |
Dean Camera | Added multiple Report ID support to the HID class drive... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Fix Doxygen errors in demos. |
tree | commitdiff |
2009-06-04 |
Dean Camera | Ensure all USB device class drivers have the same three... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Minor documentation page updates. |
tree | commitdiff |
2009-06-02 |
Dean Camera | Removed new Start of Frame event from the library;... |
tree | commitdiff |
2009-06-01 |
Dean Camera | Add MIDI class driver, update MIDI device demo to use... |
tree | commitdiff |
2009-06-01 |
Dean Camera | Commit of new class abstraction APIs for all device... |
tree | commitdiff |
2009-05-26 |
Dean Camera | Fix all device mode demos broken in the recent API... |
tree | commitdiff |
2009-05-22 |
Dean Camera | Moved out each demos' functionality library files ... |
tree | commitdiff |
2009-05-22 |
Dean Camera | Deleted StdDescriptors.c, renamed USB_GetDescriptor... |
tree | commitdiff |
2009-05-20 |
Dean Camera | Fixed incorrect PID value being used in the USBtoSerial... |
tree | commitdiff |
2009-05-18 |
Dean Camera | Rewritten event system to remove all macros, to make... |
tree | commitdiff |
2009-05-17 |
Dean Camera | Removed DESCRIPTOR_ADDRESS() macro as it was largely... |
tree | commitdiff |
2009-05-15 |
Dean Camera | Fixed CDCHost not clearing configured endpoints and... |
tree | commitdiff |
2009-05-14 |
Dean Camera | Removed all user pipe/endpoint interrupt APIs, added... |
tree | commitdiff |
2009-05-13 |
Dean Camera | Moved USB Host state machine code out from USBTask... |
tree | commitdiff |
2009-05-12 |
Dean Camera | Fixed Mouse and Keyboard device demos not acting in... |
tree | commitdiff |
2009-05-11 |
Dean Camera | Fixed RNDISEthernet not working under Linux due to... |
tree | commitdiff |
2009-05-11 |
Dean Camera | Fixed bug in RNDISEthernet and DualCDC demos not using... |
tree | commitdiff |
2009-05-10 |
Dean Camera | Fix broken Set Feature/Clear Feature chapter 9 request... |
tree | commitdiff |
2009-05-07 |
Dean Camera | Renamed the the TotalHIDReports element of the HID... |
tree | commitdiff |
2009-05-07 |
Dean Camera | Fix build errors in Joystick device demo and library... |
tree | commitdiff |
2009-05-06 |
Dean Camera | Change device demos to cache the board button values... |
tree | commitdiff |
2009-05-06 |
Dean Camera | Changed HWB board driver to Buttons driver, to allow... |
tree | commitdiff |
2009-05-04 |
Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... |
tree | commitdiff |
2009-05-01 |
Dean Camera | Fix minor build errors. |
tree | commitdiff |
2009-04-26 |
Dean Camera | Fixed SPI driver init function not clearing SPI2X bit... |
tree | commitdiff |
2009-04-24 |
Dean Camera | Endpoint configuration is now refined to give better... |
tree | commitdiff |
2009-04-23 |
Dean Camera | Fixed USB_RemoteWakeupEnabled flag never being set... |
tree | commitdiff |
2009-04-22 |
Dean Camera | Documentation enhancements to improve documentation... |
tree | commitdiff |
next |