File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
],
43
43
"size" : " 7094272"
44
- }
45
- "platforms" : [
46
- {
44
+ },
45
+ {
47
46
"category" : " CubeCell" ,
48
47
"name" : " CubeCell Dev-boards" ,
49
48
"url" : " https://github.com/HelTecAutomation/ASR650x-Arduino/archive/0.0.2.zip" ,
50
- "checksum" : " SHA-256:19cf63ab95d8b640194764028bc483cbb021904c9aa55a8f68a5b792ea19e164 " ,
49
+ "checksum" : " SHA-256:8dba4bdb616478b05f5e7bb0d286a078c05252cf78335696f3c088062f557115 " ,
51
50
"help" : {
52
51
"online" : " "
53
52
},
76
75
"name" : " CubeCellflash"
77
76
}
78
77
],
79
- "size" : " 7094272 "
78
+ "size" : " 8757248 "
80
79
}
81
- ],
80
+ ],
82
81
"tools" : [
83
82
{
84
83
"version" : " 0.0.1" ,
Original file line number Diff line number Diff line change 1
1
name=CubeCell
2
2
version=0.0.1
3
3
4
- tools.CubeCellflash.cmd.windows={runtime.platform. path}/tools/CubeCellflash /CubeCellflash.exe
5
- tools.CubeCellflash.cmd.linux={runtime.platform. path}/tools/CubeCellflash /CubeCellflash
6
- tools.CubeCellflash.cmd.macosx={{ runtime.platform. path}/tools/CubeCellflash /CubeCellflash
4
+ tools.CubeCellflash.cmd.windows={runtime.tools.CubeCellflash. path}/CubeCellflash.exe
5
+ tools.CubeCellflash.cmd.linux={runtime.tools.CubeCellflash. path}/CubeCellflash
6
+ tools.CubeCellflash.cmd.macosx={runtime.tools.CubeCellflash. path}/CubeCellflash
7
7
8
- tools.CubeCellelftool.cmd.windows={runtime.platform. path}/tools/CubeCellelftool /CubeCellelftool.exe
9
- tools.CubeCellelftool.cmd.linux={runtime.platform. path}/tools/CubeCellelftool /CubeCellelftool
10
- tools.CubeCellelftool.cmd.macosx={runtime.platform. path}/tools/CubeCellelftool /CubeCellelftool
8
+ tools.CubeCellelftool.cmd.windows={runtime.tools.CubeCellelftool. path}/CubeCellelftool.exe
9
+ tools.CubeCellelftool.cmd.linux={runtime.tools.CubeCellelftool. path}/CubeCellelftool
10
+ tools.CubeCellelftool.cmd.macosx={runtime.tools.CubeCellelftool. path}/CubeCellelftool
11
11
12
12
compiler.warning_flags=-w
13
13
compiler.warning_flags.none=-w
14
14
compiler.warning_flags.default=
15
15
compiler.warning_flags.more=-Wall
16
16
compiler.warning_flags.all=-Wall -Wextra
17
17
18
- compiler.path={runtime.platform.path}/ tools/ gcc-arm-none-eabi/bin/
18
+ compiler.path={runtime.tools. gcc-arm-none-eabi.path} /bin/
19
19
20
20
compiler.sdk.path={runtime.platform.path}/cores/asr650x
21
21
compiler.cpreprocessor.flags=-D{build.band} -DACTIVE_REGION=LORAMAC_{build.band} -DCLASS_MODE={build.LORAWAN_MODE} -DLoraWan_RGB={build.RGB} -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO -DCONFIG_MANUFACTURER="ASR" -DCONFIG_DEVICE_MODEL="6501" -DCONFIG_VERSION="v4.0" "-I{compiler.sdk.path}/board/" "-I{compiler.sdk.path}/board/src/" "-I{compiler.sdk.path}/board/inc/" "-I{compiler.sdk.path}/device/asr6501_lrwan/" "-I{compiler.sdk.path}/device/sx126x/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/mac/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/mac/region/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/system/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/system/crypto/" "-I{compiler.sdk.path}/port/" "-I{compiler.sdk.path}/port/include/" "-I{compiler.sdk.path}/projects/" "-I{compiler.sdk.path}/projects/PSoC4/" "-I{compiler.sdk.path}/cores/" "-I{compiler.sdk.path}/Serial/" "-I{compiler.sdk.path}/Wire/" "-I{compiler.sdk.path}/SPI/"
You can’t perform that action at this time.
0 commit comments