- Aug 20, 2019
-
- Aug 09, 2019
-
-
- 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
-
- Aug 05, 2019
-
- Jul 17, 2019
- Jul 15, 2019
-
-
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
-
- Jun 15, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Apr 24, 2019
-
-
schneider authored
-
- Apr 23, 2019