Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Jan 07, 2018
  3. Nov 28, 2016
  4. Sep 05, 2016
  5. Sep 04, 2016
  6. Sep 03, 2016
  7. Aug 22, 2016
    • Jared Boone's avatar
      FatFs: Enable long file name support. · f7bfde73
      Jared Boone authored
      Lots of re-plumbing to make this work, including a bunch of Unicode stuff now in the binary. Bloat City, I'm sure.
      
      TODO: FatFs using unsigned (uint16_t) for UTF16 representation is kinda inconvenient. Lots of reinterpret_cast<>().
      f7bfde73
  8. Aug 21, 2016
  9. Jul 25, 2016
  10. Jul 20, 2016
  11. Jul 01, 2016
  12. Jun 24, 2016
  13. May 16, 2016
    • Jared Boone's avatar
      Improve File error handling. Massive effects... · 682a1706
      Jared Boone authored
      API is somewhat stolen from Rust std::fs::File. Static factories didn't work out so well, though. Move semantics made my head explode.
      TODO: Still a lot of places where errors aren't handled, but it's an improvement...
      682a1706
  14. May 12, 2016
  15. May 09, 2016
  16. Apr 30, 2016
  17. Feb 22, 2016
  18. Feb 11, 2016
  19. Jan 31, 2016
  20. Jan 27, 2016
  21. Jan 26, 2016
  22. Jan 25, 2016
  23. Jan 24, 2016
  24. Jan 18, 2016
Loading