Skip to content

Commit 8410fef

Browse files
modified platform.txt, package
1 parent 2ef65a8 commit 8410fef

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

package/package_CubeCell_index.template.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
}
4242
],
4343
"size": "7094272"
44-
}
45-
"platforms": [
46-
{
44+
},
45+
{
4746
"category": "CubeCell",
4847
"name": "CubeCell Dev-boards",
4948
"url": "https://github.com/HelTecAutomation/ASR650x-Arduino/archive/0.0.2.zip",
50-
"checksum": "SHA-256:19cf63ab95d8b640194764028bc483cbb021904c9aa55a8f68a5b792ea19e164",
49+
"checksum": "SHA-256:8dba4bdb616478b05f5e7bb0d286a078c05252cf78335696f3c088062f557115",
5150
"help": {
5251
"online": ""
5352
},
@@ -76,9 +75,9 @@
7675
"name": "CubeCellflash"
7776
}
7877
],
79-
"size": "7094272"
78+
"size": "8757248"
8079
}
81-
],
80+
],
8281
"tools": [
8382
{
8483
"version": "0.0.1",

platform.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name=CubeCell
22
version=0.0.1
33

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
77

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
1111

1212
compiler.warning_flags=-w
1313
compiler.warning_flags.none=-w
1414
compiler.warning_flags.default=
1515
compiler.warning_flags.more=-Wall
1616
compiler.warning_flags.all=-Wall -Wextra
1717

18-
compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/
18+
compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/
1919

2020
compiler.sdk.path={runtime.platform.path}/cores/asr650x
2121
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/"

0 commit comments

Comments
 (0)