Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions iot/iot_cloud/tencent-iot-sdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if PKG_USING_TENCENT_IOT_EXPLORER
default n
select PKG_USING_MBEDTLS

choice
choice PKG_TENCENT_IOT_EXPLORER_PRODUCT_TYPE
prompt "Select Product Type"
help
Select product communication protocol
Expand Down Expand Up @@ -95,7 +95,7 @@ if PKG_USING_TENCENT_IOT_EXPLORER
default n

if PKG_USING_TENCENT_IOT_EXPLORER_OTA
choice
choice PKG_TENCENT_IOT_EXPLORER_OTA_DOWNLOAD_CHANNEL
prompt "Config OTA download by https or http"
help
Select download channel
Expand All @@ -111,7 +111,7 @@ if PKG_USING_TENCENT_IOT_EXPLORER
bool "Enable GateWay"
default n

choice
choice PKG_TENCENT_IOT_EXPLORER_SEL
prompt "Version"
default PKG_USING_TENCENT_IOT_EXPLORER_LATEST_VERSION
help
Expand All @@ -120,22 +120,10 @@ if PKG_USING_TENCENT_IOT_EXPLORER
config PKG_USING_TENCENT_IOT_EXPLORER_LATEST_VERSION
bool "latest"

config PKG_USING_TENCENT_IOT_EXPLORER_V300
bool "v3.0.0"

config PKG_USING_TENCENT_IOT_EXPLORER_V302
bool "v3.0.2"

config PKG_USING_TENCENT_IOT_EXPLORER_V313
bool "v3.1.3"

endchoice

config PKG_TENCENT_IOT_EXPLORER_VER
string
default "v3.1.3" if PKG_USING_TENCENT_IOT_EXPLORER_V313
default "v3.0.2" if PKG_USING_TENCENT_IOT_EXPLORER_V302
default "v3.0.0" if PKG_USING_TENCENT_IOT_EXPLORER_V300
default "latest" if PKG_USING_TENCENT_IOT_EXPLORER_LATEST_VERSION

endif
24 changes: 3 additions & 21 deletions iot/iot_cloud/tencent-iot-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,13 @@
"email": "yougaliu@tencent.com"
},
"license": "MIT",
"repository": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread",
"homepage": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread#readme",
"repository": "https://gitee.com/RT-Thread-Mirror/tencent-cloud-iot-package-for-rtthread",
"homepage": "https://gitee.com/RT-Thread-Mirror/tencent-cloud-iot-package-for-rtthread#readme",
"readme": "tencent-iot-explorer: Tencent Iot Explorer Development Platform",
"site": [
{
"version": "v3.0.0",
"URL": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread/archive/v3.0.0.zip",
"filename": "tencent-iot-package-for-rtthread-v3.0.0.zip",
"VER_SHA": ""
},
{
"version": "v3.0.2",
"URL": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread/archive/v3.0.2.zip",
"filename": "tencent-iot-package-for-rtthread-v3.0.2.zip",
"VER_SHA": ""
},
{
"version": "v3.1.3",
"URL": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread/archive/v3.1.3.zip",
"filename": "tencent-iot-package-for-rtthread-v3.1.3.zip",
"VER_SHA": ""
},
{
"version": "latest",
"URL": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread.git",
"URL": "https://gitee.com/RT-Thread-Mirror/tencent-cloud-iot-package-for-rtthread.git",
"filename": "tencent-cloud-iotsdk-package-for-rtthread.zip",
"VER_SHA": "master"
}
Expand Down