Skip to content

Commit

Permalink
Library v9.0.4 manifest with disabled archiving for @platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored and fpistm committed May 10, 2019
1 parent 4522ca6 commit 5dc0465
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "STM32duino FreeRTOS",
"version": "9.0.4",
"keywords": "rtos, timing, thread, task, mutex, semaphore",
"description": "Real Time Operating System implemented for STM32",
"repository": {
"type": "git",
"url": "https://github.com/stm32duino/STM32FreeRTOS.git"
},
"frameworks": "arduino",
"platforms": "ststm32",
"build": {
"libArchive": false
}
}

0 comments on commit 5dc0465

Please sign in to comment.