-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplatform.json
More file actions
50 lines (50 loc) · 1.37 KB
/
Copy pathplatform.json
File metadata and controls
50 lines (50 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mfl",
"version": "1.0.5-dev",
"title": "MFL for GD32F30x and GD32F10x",
"description": "MFL Library board support for GD32F30x and GD32F10x",
"homepage": "http://www.gd32mcu.com/en/product",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"GigaDevice",
"GD32",
"MFL"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/bmourit/platform-mfl.git"
},
"frameworks": {
"arduino": {
"package": "framework-arduino-mfl",
"script": "builder/frameworks/arduino.py",
"description": "Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences",
"homepage": "https://github.com/bmourit/ArduinoCore-MFL",
"title": "Arduino"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.140201.0"
},
"framework-arduino-mfl": {
"type": "framework",
"optional": true,
"owner": "bmourit",
"version": "https://github.com/bmourit/ArduinoCore-MFL.git"
},
"tool-sreccat": {
"owner": "platformio",
"version": "~1.164.0",
"optional": true
}
}
}