diff --git a/library.json b/library.json new file mode 100644 index 00000000..84e2e5cc --- /dev/null +++ b/library.json @@ -0,0 +1,17 @@ +{ + "name": "littlefs", + "description": "A little fail-safe filesystem designed for microcontrollers", + "repository": { + "type": "git", + "url": "https://github.com/littlefs-project/littlefs" + }, + "homepage": "https://github.com/littlefs-project/littlefs", + "license": "BSD-3-Clause", + "platforms": "*", + "frameworks": "*", + "build": { + "srcDir": ".", + "srcFilter": "+<*> - - - - -", + "unflags": "-Wshadow" + } +}