Skip to content
Snippets Groups Projects
  1. May 08, 2010
  2. Mar 30, 2010
  3. Mar 29, 2010
  4. Mar 24, 2010
  5. Feb 24, 2010
  6. 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
  7. Feb 22, 2010
  8. Feb 11, 2010
  9. Feb 04, 2010
  10. Feb 01, 2010
  11. Jan 25, 2010
  12. Jan 07, 2010
  13. Dec 30, 2009
  14. Dec 28, 2009
  15. Dec 13, 2009
  16. Dec 09, 2009
  17. Dec 04, 2009
  18. Dec 03, 2009
  19. Nov 24, 2009
  20. Nov 09, 2009
  21. Nov 08, 2009
  22. Oct 03, 2009
  23. Oct 02, 2009
  24. Sep 24, 2009
  25. Sep 17, 2009
  26. Aug 31, 2009
  27. Aug 23, 2009
  28. Jul 30, 2009
  29. Jul 24, 2009
  30. Jul 14, 2009
  31. 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
Loading