Skip to content
Snippets Groups Projects
  1. Jan 01, 2011
  2. Oct 28, 2010
  3. Oct 13, 2010
  4. Jul 29, 2010
    • Dean Camera's avatar
      Add special support to the AVRISP-MKII for the new model USBTINY-MKII's... · 62022252
      Dean Camera authored
      Add special support to the AVRISP-MKII for the new model USBTINY-MKII's additional LED to indicate target power source.
      
      Add support to the USBTINY-MKII's additional LED in the board's LED driver header.
      
      Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED.
      62022252
  5. Jul 13, 2010
  6. Jun 21, 2010
  7. May 08, 2010
  8. Feb 01, 2010
  9. Dec 30, 2009
  10. Dec 28, 2009
  11. Dec 27, 2009
  12. Dec 24, 2009
  13. Dec 03, 2009
  14. Dec 02, 2009
  15. Nov 23, 2009
  16. Aug 25, 2009
  17. Aug 24, 2009
  18. Aug 20, 2009
  19. Aug 19, 2009
  20. Aug 18, 2009
  21. 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
  22. 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
  23. Jul 20, 2009
  24. Jun 05, 2009
  25. May 18, 2009
    • Dean Camera's avatar
      Rewritten event system to remove all macros, to make user code clearer. · 2ee9fc70
      Dean Camera authored
      Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley).
      
      Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code.
      
      Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code.
      2ee9fc70
  26. Mar 19, 2009
  27. Feb 23, 2009
Loading