From 955f78ec2838a9ae9f262020c685e44712b07b86 Mon Sep 17 00:00:00 2001 From: maciekr1234 <23438866+maciekr1234@users.noreply.github.com> Date: Mon, 30 Nov 2020 20:03:00 +0000 Subject: [PATCH] update --- .gitignore | 3 --- library.json | 11 ++++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index dc90f6c..c30cc55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ Desktop.ini Thumbs.db ehthumbs.db -out **/.pio **/.vscode - -compile_commands.json diff --git a/library.json b/library.json index fe8a736..5bf8eed 100644 --- a/library.json +++ b/library.json @@ -2,14 +2,19 @@ "name": "os_rtos", "keywords": "os, rtos", "description": " ", + "repository": + { + "type": "git", + "url": "https://github.com/maciekr1234/os_rtos.git" + }, "authors": [], "version": "1.0.0", - "frameworks": "*", - "platforms": "ststm32", "build": { "extraScript": "tools/pio_build.py" }, "dependencies": { "STM32FreeRTOS": "https://github.com/stm32duino/STM32FreeRTOS.git" - } + }, + "frameworks": "*", + "platforms": "ststm32" }