Skip to content

Commit 1d126a6

Browse files
SunwancnRbb666
authored andcommitted
[peripherals/beep]发布1.2.0版本支持V4/V5系统
1 parent e056797 commit 1d126a6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

peripherals/beep/Kconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@ if PKG_USING_BEEP
6969

7070
choice
7171
prompt "Version"
72-
default PKG_USING_BEEP_V110
72+
default PKG_USING_BEEP_V120
7373
help
7474
Select the this package version
7575

76+
config PKG_USING_BEEP_V120
77+
bool "v1.2.0"
78+
7679
config PKG_USING_BEEP_V110
7780
bool "v1.1.0"
7881

@@ -85,6 +88,7 @@ if PKG_USING_BEEP
8588

8689
config PKG_BEEP_VER
8790
string
91+
default "v1.2.0" if PKG_USING_BEEP_V120
8892
default "v1.1.0" if PKG_USING_BEEP_V110
8993
default "v1.0.0" if PKG_USING_BEEP_V100
9094
default "latest" if PKG_USING_BEEP_LATEST_VERSION

peripherals/beep/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"repository": "https://github.com/Sunwancn/rtt-pkgs-beep",
1919
"icon": "unknown",
20-
"homepage": "https://github.com/Sunwancn/rtt-pkgs-beep",
20+
"homepage": "https://gitee.com/Sunwancn/rtt-pkgs-beep",
2121
"doc": "unknown",
2222
"site": [
2323
{
@@ -32,6 +32,12 @@
3232
"filename": "rtt-pkgs-beep-1.1.0.zip",
3333
"VER_SHA": "NULL"
3434
},
35+
{
36+
"version": "v1.2.0",
37+
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep/archive/refs/tags/v1.2.0.zip",
38+
"filename": "rtt-pkgs-beep-1.2.0.zip",
39+
"VER_SHA": "NULL"
40+
},
3541
{
3642
"version": "latest",
3743
"URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git",

0 commit comments

Comments
 (0)