Skip to content

Commit

Permalink
Merge pull request RT-Thread#1134 from greedyhao/master
Browse files Browse the repository at this point in the history
[bluetrum] add v0.0.3
  • Loading branch information
Guozhanxin authored Dec 28, 2021
2 parents 875039c + e2beb20 commit 2049a17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion peripherals/bluetrum_sdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ if PKG_USING_BLUETRUM_SDK

choice
prompt "Version"
default PKG_USING_BLUETRUM_SDK_LATEST_VERSION
default PKG_USING_BLUETRUM_SDK_V002
help
Select the package version

config PKG_USING_BLUETRUM_SDK_V003
bool "v0.0.3"

config PKG_USING_BLUETRUM_SDK_V002
bool "v0.0.2"

Expand All @@ -28,6 +31,7 @@ if PKG_USING_BLUETRUM_SDK

config PKG_BLUETRUM_SDK_VER
string
default "v0.0.3" if PKG_USING_BLUETRUM_SDK_V003
default "v0.0.2" if PKG_USING_BLUETRUM_SDK_V002
default "v0.0.1" if PKG_USING_BLUETRUM_SDK_V001
default "latest" if PKG_USING_BLUETRUM_SDK_LATEST_VERSION
Expand Down
10 changes: 8 additions & 2 deletions peripherals/bluetrum_sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@
"homepage": "unknown",
"doc": "unknown",
"site": [
{
"version": "v0.0.3",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk/archive/refs/tags/v0.0.3.zip",
"filename": "bluetrum-sdk-0.0.3.zip",
"VER_SHA": "v0.0.3"
},
{
"version": "v0.0.2",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk.git",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk/archive/refs/tags/v0.0.2.zip",
"filename": "bluetrum-sdk-0.0.2.zip",
"VER_SHA": "v0.0.2"
},
{
"version": "v0.0.1",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk.git",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk/archive/refs/tags/v0.0.1.zip",
"filename": "bluetrum-sdk-0.0.1.zip",
"VER_SHA": "v0.0.1"
},
Expand Down

0 comments on commit 2049a17

Please sign in to comment.