From a915486a589266df52aef819d0da8afba9990d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Kry=C5=84ski?= Date: Sat, 14 Sep 2024 19:18:41 +0200 Subject: [PATCH] add platformio library.json --- library.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 library.json 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" + } +}