Skip to content

Commit

Permalink
add library.json to support compilation as platformio library
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedler committed Oct 24, 2024
1 parent d01280e commit 07f29c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "+<*> -<benches> -<bd> -<tests> -<runners> -<scripts>",
"unflags": "-Wshadow"
}
}

0 comments on commit 07f29c7

Please sign in to comment.