Skip to content

Commit 7577ff5

Browse files
deepikabhavnaniadbridge
authored andcommitted
Added thread safety info to FatFs/LittleFs
1 parent 9d81960 commit 7577ff5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

features/storage/filesystem/fat/FATFileSystem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
/**
3434
* FATFileSystem based on ChaN's Fat Filesystem library v0.8
35+
*
36+
* Synchronization level: Thread safe
3537
*/
3638
class FATFileSystem : public mbed::FileSystem {
3739
public:

features/storage/filesystem/littlefs/LittleFileSystem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* LittleFileSystem, a little filesystem
27+
*
28+
* Synchronization level: Thread safe
2729
*/
2830
class LittleFileSystem : public mbed::FileSystem {
2931
public:

0 commit comments

Comments
 (0)