Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekr1234 committed Nov 30, 2020
1 parent 36fe919 commit 955f78e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Desktop.ini
Thumbs.db
ehthumbs.db
out
**/.pio
**/.vscode

compile_commands.json
11 changes: 8 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 955f78e

Please sign in to comment.