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
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_V110
default PKG_USING_BEEP_V120
help
Select the this package version

config PKG_USING_BEEP_V120
bool "v1.2.0"

config PKG_USING_BEEP_V110
bool "v1.1.0"

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

config PKG_BEEP_VER
string
default "v1.2.0" if PKG_USING_BEEP_V120
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
8 changes: 7 additions & 1 deletion peripherals/beep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/Sunwancn/rtt-pkgs-beep",
"icon": "unknown",
"homepage": "https://github.com/Sunwancn/rtt-pkgs-beep",
"homepage": "https://gitee.com/Sunwancn/rtt-pkgs-beep",
"doc": "unknown",
"site": [
{
Expand All @@ -32,6 +32,12 @@
"filename": "rtt-pkgs-beep-1.1.0.zip",
"VER_SHA": "NULL"
},
{
"version": "v1.2.0",
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep/archive/refs/tags/v1.2.0.zip",
"filename": "rtt-pkgs-beep-1.2.0.zip",
"VER_SHA": "NULL"
},
{
"version": "latest",
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git",
Expand Down
Loading