forked from HelTecAutomation/platform-asrmicro650x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
61 lines (61 loc) · 1.49 KB
/
platform.json
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "asrmicro650x",
"title": "ASR Microelectronics ASR650x",
"description": "ASR Microelectronics ASR650x series is highly intergrated and ultra low power SoC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.",
"homepage": "http://www.asrmicro.com",
"keywords": [
"dev-platform",
"ASR Microelectronics",
"ARM",
"PSoC",
"Semtech",
"SX1262",
"Heltec",
"CubeCell",
"LoRa"
],
"license": "Apache-2.0",
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/HelTecAutomation/platform-asrmicro650x.git"
},
"version": "1.4.0",
"frameworks": {
"arduino": {
"package": "framework-arduinoasrmicro",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.90201.0"
},
"framework-arduinoasrmicro": {
"type": "framework",
"owner": "heltecautomation",
"version": "~1.4.0",
"optional": true
},
"tool-cubecellelftool": {
"owner": "heltecautomation",
"version": "~0.0.1"
},
"tool-cubecellflash": {
"type": "uploader",
"optional": true,
"owner": "heltecautomation",
"version": "~0.0.1"
},
"tool-cubecellflash6601": {
"type": "uploader",
"optional": true,
"owner": "heltecautomation",
"version": "~0.0.1"
}
}
}