Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5dc0465

Browse filesBrowse files
ivankravetsfpistm
authored andcommitted
Library v9.0.4 manifest with disabled archiving for @platformio
Resolves: - #17 - platformio/platform-ststm32#237
1 parent 4522ca6 commit 5dc0465
Copy full SHA for 5dc0465

File tree

Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed

‎library.json

Copy file name to clipboard
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "STM32duino FreeRTOS",
3+
"version": "9.0.4",
4+
"keywords": "rtos, timing, thread, task, mutex, semaphore",
5+
"description": "Real Time Operating System implemented for STM32",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/stm32duino/STM32FreeRTOS.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "ststm32",
12+
"build": {
13+
"libArchive": false
14+
}
15+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.