Skip to content
Snippets Groups Projects
  1. Sep 09, 2010
  2. Sep 07, 2010
  3. Aug 24, 2010
  4. Aug 22, 2010
  5. Aug 09, 2010
  6. Jul 30, 2010
  7. Jul 23, 2010
  8. Jul 22, 2010
  9. Jul 21, 2010
    • Dean Camera's avatar
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel... · 99d8a393
      Dean Camera authored
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
      
      Rename LowLevel.c/.h to USBController.c/.h.
      
      Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
      99d8a393
  10. Jul 19, 2010
  11. Jul 02, 2010
    • Dean Camera's avatar
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific... · 8b053d6b
      Dean Camera authored
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request.
      
      Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.
      8b053d6b
  12. Jun 16, 2010
  13. May 16, 2010
  14. May 14, 2010
  15. May 13, 2010
  16. May 12, 2010
  17. May 09, 2010
  18. May 08, 2010
  19. Apr 28, 2010
  20. Feb 24, 2010
  21. Feb 23, 2010
    • Dean Camera's avatar
      Update Temperature board driver to be AVR32 compatible when the ADC peripheral... · e11fddfe
      Dean Camera authored
      Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
      
      Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
      e11fddfe
  22. Feb 19, 2010
  23. Feb 01, 2010
  24. Jan 29, 2010
  25. Jan 25, 2010
  26. Jan 05, 2010
  27. Dec 23, 2009
  28. Dec 04, 2009
    • Dean Camera's avatar
      Fixed HID Parser not distributing the Usage Min and Usage Max values across an... · 2919aeea
      Dean Camera authored
      Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items.
      
      Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype.
      
      Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values.
      2919aeea
  29. Nov 26, 2009
  30. Nov 23, 2009
  31. Nov 22, 2009
  32. Nov 13, 2009
Loading