diff --git a/library.json b/library.json new file mode 100644 index 00000000..02cf0f52 --- /dev/null +++ b/library.json @@ -0,0 +1,18 @@ +{ + "build": { + "flags": [ + "-Isrc/object/basic", + "-Isrc/core", + "-Isrc/object/cia301/", + "-Isrc/service/cia301/", + "-Isrc/service/cia305/", + "-Isrc/hal", + "-Isrc/config" + ], + "srcFilter": "+<*> -" + }, + "repository": { + "type": "git", + "url": "https://github.com/embedded-office/canopen-stack" + } +}