Skip to content
Snippets Groups Projects
  1. Dec 17, 2009
  2. Dec 16, 2009
  3. Dec 15, 2009
  4. Dec 14, 2009
  5. Dec 13, 2009
  6. Dec 11, 2009
  7. Dec 09, 2009
    • Dean Camera's avatar
      Fix inverted bit-banged USART logic in the AVRISP project for PDI programming.... · 9c8ed168
      Dean Camera authored
      Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode.
      9c8ed168
  8. Dec 03, 2009
  9. Dec 02, 2009
  10. Oct 16, 2009
  11. Sep 09, 2009
    • Dean Camera's avatar
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard... · b221e7d1
      Dean Camera authored
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
      
      Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.
      b221e7d1
  12. Sep 06, 2009
  13. Aug 30, 2009
  14. Aug 25, 2009
  15. Aug 24, 2009
  16. Aug 23, 2009
  17. Aug 20, 2009
  18. Aug 19, 2009
  19. Aug 18, 2009
  20. Aug 17, 2009
    • Dean Camera's avatar
      Added beginnings of a new AVRISP-MKII clone project. · ecd82778
      Dean Camera authored
      Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints.
      
      Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
      ecd82778
  21. Aug 02, 2009
  22. Jul 28, 2009
  23. Jul 16, 2009
    • Dean Camera's avatar
      Added new TOTAL_NUM_CONFIGURATIONS option, removed... · 37f8a84f
      Dean Camera authored
      Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
      
      Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified.
      37f8a84f
  24. Jul 11, 2009
    • Dean Camera's avatar
      Added incomplete PrinterHost demo application. · e0af6014
      Dean Camera authored
      Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder.
      
      Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case.
      e0af6014
  25. Jun 19, 2009
  26. Jun 07, 2009
Loading