Skip to content
Snippets Groups Projects
  1. Feb 24, 2010
  2. 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
  3. Feb 22, 2010
  4. Feb 11, 2010
  5. Feb 04, 2010
  6. Feb 01, 2010
  7. Jan 25, 2010
  8. Jan 07, 2010
  9. Dec 30, 2009
  10. Dec 28, 2009
  11. Dec 13, 2009
  12. Dec 09, 2009
  13. Dec 04, 2009
  14. Dec 03, 2009
  15. Nov 24, 2009
  16. Nov 09, 2009
  17. Nov 08, 2009
  18. Oct 03, 2009
  19. Oct 02, 2009
  20. Sep 24, 2009
  21. Sep 17, 2009
  22. Aug 31, 2009
  23. Aug 23, 2009
  24. Jul 30, 2009
  25. Jul 24, 2009
  26. Jul 14, 2009
  27. Jun 29, 2009
    • Dean Camera's avatar
      Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for... · 86e6ed7f
      Dean Camera authored
      Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards.
      
      Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index.
      
      Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%.
      86e6ed7f
  28. Jun 28, 2009
    • Dean Camera's avatar
      Added const modifiers to device mode class drivers. · f1076ac4
      Dean Camera authored
      Added parameter directions to function parameter documentation.
      
      Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
      f1076ac4
  29. Jun 16, 2009
  30. May 07, 2009
  31. May 06, 2009
  32. May 05, 2009
  33. May 04, 2009
    • Dean Camera's avatar
      Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... · 253deb99
      Dean Camera authored
      Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor.
      
      Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references.
      253deb99
  34. Apr 22, 2009
  35. Apr 19, 2009
    • Dean Camera's avatar
      Fixed incorrect HID interface class and subclass values in the Mouse and... · 663f449c
      Dean Camera authored
      Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman).
      
      Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums.
      
      Minor documentation improvements.
      663f449c
  36. Apr 17, 2009
  37. Apr 16, 2009
Loading