Skip to content

Commit

Permalink
发布新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunwancn committed Apr 20, 2020
1 parent 26b049d commit 096c7d2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
6 changes: 5 additions & 1 deletion peripherals/beep/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ if PKG_USING_BEEP

choice
prompt "Version"
default PKG_USING_BEEP_LATEST_VERSION
default PKG_USING_BEEP_V110
help
Select the this package version

config PKG_USING_BEEP_V110
bool "v1.1.0"

config PKG_USING_BEEP_V100
bool "v1.0.0"

Expand All @@ -82,6 +85,7 @@ if PKG_USING_BEEP

config PKG_BEEP_VER
string
default "v1.1.0" if PKG_USING_BEEP_V110
default "v1.0.0" if PKG_USING_BEEP_V100
default "latest" if PKG_USING_BEEP_LATEST_VERSION

Expand Down
6 changes: 6 additions & 0 deletions peripherals/beep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"filename": "rtt-pkgs-beep-1.0.0.zip",
"VER_SHA": "NULL"
},
{
"version": "v1.1.0",
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep/archive/v1.1.0.zip",
"filename": "rtt-pkgs-beep-1.1.0.zip",
"VER_SHA": "NULL"
},
{
"version": "latest",
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git",
Expand Down
6 changes: 5 additions & 1 deletion peripherals/easyblink/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ if PKG_USING_EASYBLINK

choice
prompt "Version"
default PKG_USING_EASYBLINK_LATEST_VERSION
default PKG_USING_EASYBLINK_V201
help
Select the package version

config PKG_USING_EASYBLINK_V201
bool "v2.0.1"

config PKG_USING_EASYBLINK_V200
bool "v2.0.0"

Expand All @@ -49,6 +52,7 @@ if PKG_USING_EASYBLINK

config PKG_EASYBLINK_VER
string
default "v2.0.1" if PKG_USING_EASYBLINK_V201
default "v2.0.0" if PKG_USING_EASYBLINK_V200
default "v1.0.0" if PKG_USING_EASYBLINK_V100
default "latest" if PKG_USING_EASYBLINK_LATEST_VERSION
Expand Down
6 changes: 6 additions & 0 deletions peripherals/easyblink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"filename": "rtt-pkgs-easyblink-2.0.0.zip",
"VER_SHA": "NULL"
},
{
"version": "v2.0.1",
"URL": "https://github.com/Sunwancn/rtt-pkgs-easyblink/archive/v2.0.1.zip",
"filename": "rtt-pkgs-easyblink-2.0.1.zip",
"VER_SHA": "NULL"
},
{
"version": "latest",
"URL": "https://github.com/Sunwancn/rtt-pkgs-easyblink.git",
Expand Down

0 comments on commit 096c7d2

Please sign in to comment.