Skip to content
Snippets Groups Projects
  1. Jul 23, 2010
  2. Jul 22, 2010
  3. Jul 21, 2010
  4. May 08, 2010
  5. Apr 28, 2010
  6. Dec 30, 2009
  7. Dec 28, 2009
  8. Nov 11, 2009
  9. Nov 09, 2009
  10. Aug 05, 2009
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
  11. Jul 21, 2009
    • Dean Camera's avatar
      Added new USB_DeviceState variable to keep track of the current Device mode USB state. · e071f389
      Dean Camera authored
      Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers.
      
      Removed vague USB_IsConnected global - test USB_DeviceState or USB_HostState explicitly to gain previous functionality.
      
      Removed USB_IsSuspended global - test USB_DeviceState against DEVICE_STATE_Suspended instead.
      
      Fixed possible enumeration errors from spinloops which may fail to exit if the USB connection is severed before the exit condition becomes true.
      e071f389
    • Dean Camera's avatar
      Add explicit guards to all device mode tasks to ensure the device is connected... · 67f390fe
      Dean Camera authored
      Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
      67f390fe
  12. Jul 13, 2009
  13. Jun 05, 2009
Loading