Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Jan 07, 2018
  3. Nov 27, 2016
  4. Sep 05, 2016
  5. Sep 03, 2016
  6. 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
  7. Jul 25, 2016
  8. 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
  9. May 12, 2016
  10. Feb 11, 2016
  11. Jan 31, 2016
  12. Jan 26, 2016
  13. Jan 25, 2016
  14. Jan 18, 2016
  15. Jan 17, 2016
  16. Jan 15, 2016
  17. Jan 14, 2016
Loading