Skip to content
Snippets Groups Projects
  1. Jul 31, 2015
  2. Jan 24, 2015
  3. Jan 15, 2015
  4. Jan 13, 2015
  5. Dec 18, 2014
  6. Dec 17, 2014
  7. Dec 13, 2014
    • Scott Lahteine's avatar
      SD Card Alpha Sorting · 0cbbba08
      Scott Lahteine authored
      First iteration of alphabetical sorting for SD cards, both
      slow+efficient and fast+rammy. Option for folders to sort first, last,
      or not at all.
      0cbbba08
  8. Dec 01, 2014
    • Scott Lahteine's avatar
      # This is a combination of 4 commits. · de725bd4
      Scott Lahteine authored
      # The first commit's message is:
      SD Card Alpha Sorting
      
      First iteration of alphabetical sorting for SD cards, both
      slow+efficient and fast+rammy. Option for folders to sort first, last,
      or not at all.
      
      # This is the 2nd commit message:
      
      Expand on More RAM concept, address minor bugs
      
      # This is the 3rd commit message:
      
      Improvements, more SORT_USES_MORE_RAM
      
      With this option, always keeps the dir in RAM, doubling as a cache for
      getfilename. A board with only 8K of SRAM is cutting it very close.
      
      # This is the 4th commit message:
      
      Completed SORT_USES_MORE_RAM implementation
      
      For the MORE_RAM option we need to buffer both the short and long
      names, even though long names are sometimes redundant. Worst case, all
      the names are max length. We can save some RAM by not storing these. We
      could save more RAM by only storing the visible part of the long name.
      de725bd4
  9. Nov 27, 2014
    • Scott Lahteine's avatar
      SD Card Alpha Sorting · 14187dae
      Scott Lahteine authored
      First iteration of alphabetical sorting for SD cards, both
      slow+efficient and fast+rammy. Option for folders to sort first, last,
      or not at all.
      14187dae
  10. Nov 24, 2014
    • Scott Lahteine's avatar
      SD Card Alpha Sorting · f40cff59
      Scott Lahteine authored
      First iteration of alphabetical sorting for SD cards, both
      slow+efficient and fast+rammy. Option for folders to sort first, last,
      or not at all.
      f40cff59
  11. Aug 22, 2012
  12. Dec 26, 2011
  13. Nov 18, 2011
Loading