-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
21 lines (21 loc) · 633 Bytes
/
Copy pathlibrary.json
File metadata and controls
21 lines (21 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "stm32cubeduino",
"version": "1.2.0",
"description": "Port of the Arduino API for the STM32 Cube framework.",
"keywords": "arduino, stm32, stm32cube, stm32cubeduino",
"platforms": "ststm32",
"frameworks": "stm32cube",
"repository": {
"type": "git",
"url": "https://github.com/daniel-starke/STM32CubeDuino.git"
},
"authors": {
"name": "Daniel Starke",
"url": "https://github.com/daniel-starke/",
"maintainer": true
},
"build": {
"flags": "-Wall -Wextra -Wformat -pedantic -Wshadow -Wconversion -Wparentheses -Wunused -Wno-missing-field-initializers -std=c++14",
"extraScript": "BuildScript.py"
}
}