diff --git a/package/package_CubeCell_index.template.json b/package/package_CubeCell_index.template.json index bf2e9030..4a6063bf 100644 --- a/package/package_CubeCell_index.template.json +++ b/package/package_CubeCell_index.template.json @@ -41,13 +41,12 @@ } ], "size": "7094272" - } - "platforms": [ - { + }, + { "category": "CubeCell", "name": "CubeCell Dev-boards", "url": "https://github.com/HelTecAutomation/ASR650x-Arduino/archive/0.0.2.zip", - "checksum": "SHA-256:19cf63ab95d8b640194764028bc483cbb021904c9aa55a8f68a5b792ea19e164", + "checksum": "SHA-256:8dba4bdb616478b05f5e7bb0d286a078c05252cf78335696f3c088062f557115", "help": { "online": "" }, @@ -76,9 +75,9 @@ "name": "CubeCellflash" } ], - "size": "7094272" + "size": "8757248" } - ], + ], "tools": [ { "version": "0.0.1", diff --git a/platform.txt b/platform.txt index 61d06423..61a618b7 100644 --- a/platform.txt +++ b/platform.txt @@ -1,13 +1,13 @@ name=CubeCell version=0.0.1 -tools.CubeCellflash.cmd.windows={runtime.platform.path}/tools/CubeCellflash/CubeCellflash.exe -tools.CubeCellflash.cmd.linux={runtime.platform.path}/tools/CubeCellflash/CubeCellflash -tools.CubeCellflash.cmd.macosx={{runtime.platform.path}/tools/CubeCellflash/CubeCellflash +tools.CubeCellflash.cmd.windows={runtime.tools.CubeCellflash.path}/CubeCellflash.exe +tools.CubeCellflash.cmd.linux={runtime.tools.CubeCellflash.path}/CubeCellflash +tools.CubeCellflash.cmd.macosx={runtime.tools.CubeCellflash.path}/CubeCellflash -tools.CubeCellelftool.cmd.windows={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool.exe -tools.CubeCellelftool.cmd.linux={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool -tools.CubeCellelftool.cmd.macosx={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool +tools.CubeCellelftool.cmd.windows={runtime.tools.CubeCellelftool.path}/CubeCellelftool.exe +tools.CubeCellelftool.cmd.linux={runtime.tools.CubeCellelftool.path}/CubeCellelftool +tools.CubeCellelftool.cmd.macosx={runtime.tools.CubeCellelftool.path}/CubeCellelftool compiler.warning_flags=-w compiler.warning_flags.none=-w @@ -15,7 +15,7 @@ compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra -compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/ +compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/ compiler.sdk.path={runtime.platform.path}/cores/asr650x 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/"