Skip to content
Snippets Groups Projects
  1. Aug 14, 2019
  2. Aug 12, 2019
  3. Aug 09, 2019
    • swym's avatar
      feat(fatfs): Implement global FLASH lock · 6d1686e0
      swym authored and rahix's avatar rahix committed
      - Implement de-initialization
      - Wrap filesystem operations in semaphore
      - Introduce EpicFileSystem object and move epic_file_FOO(...)
        imlementations into efs_FOO(EpicFileSystem*, ...) functions.
      - epic_file_FOO(...) functions are now wrappers around the _fs_
        functions, but lock and unlock the global filesystem object before &
        after calls.  This way, all efs_ functions can assume that the
        necessary lock has been acquired.
      - libff: don't use FF_FS_REENTRANT, our own FS lock is enough
      6d1686e0
  4. Aug 06, 2019
  5. Jul 29, 2019
  6. Jul 20, 2019
  7. Jul 19, 2019
  8. Jul 16, 2019
  9. Jul 15, 2019
    • swym's avatar
      libff13: enable reentrancy · d028fa6b
      swym authored
      glue functions for handling the locking are implement as weak symbols in
      libff13 itself and overriden to use FreeRTOS's semaphores in epicardium
      d028fa6b
  10. Jul 14, 2019
  11. Jul 11, 2019
  12. Jul 06, 2019
  13. Jul 05, 2019
  14. Jul 04, 2019
  15. Jul 03, 2019
  16. Jun 28, 2019
  17. Jun 23, 2019
  18. Jun 21, 2019
  19. Jun 18, 2019
  20. Jun 16, 2019
Loading