Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 08, 2010
  3. May 08, 2010
  4. Apr 28, 2010
  5. Jan 29, 2010
  6. Dec 30, 2009
  7. Nov 04, 2009
  8. Oct 26, 2009
  9. Sep 14, 2009
  10. Sep 06, 2009
  11. Aug 30, 2009
  12. Jun 14, 2009
  13. Jun 01, 2009
    • Dean Camera's avatar
      Commit of new class abstraction APIs for all device demos other than the MIDI... · d1e52660
      Dean Camera authored
      Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
      
      Removed scheduler and memory allocation libraries.
      
      Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated).
      
      Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt.
      d1e52660
  14. May 22, 2009
  15. Apr 17, 2009
  16. Apr 16, 2009
  17. Feb 23, 2009
Loading