Skip to content

Commit 51accd9

Browse files
kurisaWRbb666
authored andcommitted
migrate the software package repository
1 parent 09a6f05 commit 51accd9

File tree

8 files changed

+48
-20
lines changed

8 files changed

+48
-20
lines changed

peripherals/sensors/df220/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ if PKG_USING_DF220
1010
string
1111
default "/packages/peripherals/sensors/df220"
1212

13+
config PKG_DF220_USING_SENSOR_V1
14+
bool "Enable sensor_v1 divce framework"
15+
select RT_USING_SENSOR
16+
default n
17+
1318
choice
1419
prompt "Version"
1520
default PKG_USING_DF220_LATEST_VERSION

peripherals/sensors/df220/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
"github": "Zhou DingHua"
1414
},
1515
"license": "GPL-3.0",
16-
"repository": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread.git",
16+
"repository": "https://github.com/RT-Thread-packages/df220.git",
1717
"icon": "unknown",
1818
"homepage": "unknown",
1919
"doc": "unknown",
2020
"site": [
2121
{
2222
"version": "v1.0.0",
23-
"URL": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread/archive/1.0.0.zip",
24-
"filename": "df220-RT-Thread-1.0.0.zip",
23+
"URL": "https://github.com/RT-Thread-packages/df220/archive/refs/tags/1.0.0.zip",
24+
"filename": "df220-1.0.0.zip",
2525
"VER_SHA": ""
2626
},
2727
{
2828
"version": "latest",
29-
"URL": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread.git",
30-
"filename": "Null for git package",
29+
"URL": "https://github.com/RT-Thread-packages/df220.git",
30+
"filename": "df220-latest.zip",
3131
"VER_SHA": "master"
3232
}
3333
]

peripherals/sensors/gy271/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ if PKG_USING_GY271
1010
string
1111
default "/packages/peripherals/sensors/gy271"
1212

13+
config PKG_HONEY_GY271_USING_SENSOR_V1
14+
bool "Enable sensor_v1 divce framework"
15+
select RT_USING_SENSOR
16+
default n
17+
18+
config PKG_USING_GY271_SAMPLE
19+
bool "Enable gy271 sample"
20+
default n
21+
1322
choice
1423
prompt "Version"
1524
default PKG_USING_GY271_LATEST_VERSION

peripherals/sensors/gy271/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"github": "jch12138"
1616
},
1717
"license": "Apache-2.0",
18-
"repository": "https://github.com/jch12138/gy271",
18+
"repository": "https://github.com/RT-Thread-packages/gy271",
1919
"icon": "https://www.rt-thread.org/qa/template/fxiaomi/style/image/logo.png",
20-
"homepage": "https://github.com/jch12138/gy271",
20+
"homepage": "https://github.com/RT-Thread-packages/gy271",
2121
"doc": "unknown",
2222
"site": [
2323
{
2424
"version": "v1.0.0",
25-
"URL": "https://github.com/jch12138/gy271/releases/download/1.0.0/gy271-1.0.0.zip",
25+
"URL": "https://github.com/RT-Thread-packages/gy271/archive/refs/tags/1.0.0.zip",
2626
"filename": "gy271-1.0.0.zip",
27-
"VER_SHA": "62dd423f2953f7c01b90ac07ed17c1c711167709"
27+
"VER_SHA": ""
2828
},
2929
{
3030
"version": "latest",
31-
"URL": "https://github.com/jch12138/gy271.git",
32-
"filename": "gy271.zip",
31+
"URL": "https://github.com/RT-Thread-packages/gy271.git",
32+
"filename": "gy271-latest.zip",
3333
"VER_SHA": "master"
3434
}
3535
]

peripherals/sensors/hdc1000/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ if PKG_USING_HDC1000
1111
string
1212
default "/packages/peripherals/sensors/hdc1000"
1313

14+
config PKG_HDC1000_USING_SENSOR_V1
15+
bool "Enable sensor_v1 divce framework"
16+
select RT_USING_SENSOR
17+
default n
18+
19+
config PKG_USING_HDC1000_EXAMPLE
20+
bool "Enable hdc1000 example"
21+
default n
22+
1423
choice
1524
prompt "Version"
1625
default PKG_USING_HDC1000_LATEST_VERSION

peripherals/sensors/hdc1000/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"email": "[email protected]"
1313
},
1414
"license": "Apache-2.0",
15-
"repository": "https://github.com/Forest-Rain/hdc1000",
15+
"repository": "https://github.com/RT-Thread-packages/hdc1000.git",
1616
"icon": "unknown",
1717
"homepage": "unknown",
1818
"doc": "unknown",
1919
"site": [
2020
{
2121
"version": "v1.0.0",
22-
"URL": "https://github.com/Forest-Rain/hdc1000.git",
22+
"URL": "https://github.com/RT-Thread-packages/hdc1000/archive/refs/tags/1.0.0.zip",
2323
"filename": "hdc1000-1.0.0.zip",
24-
"VER_SHA": "ad60559cdf50638acbedd41ce9cc227dfd60b9ee"
24+
"VER_SHA": ""
2525
},
2626
{
2727
"version": "latest",
28-
"URL": "https://github.com/Forest-Rain/hdc1000.git",
28+
"URL": "https://github.com/RT-Thread-packages/hdc1000.git",
2929
"filename": "hdc1000-latest.zip",
3030
"VER_SHA": "master"
3131
}

peripherals/sensors/hmc5883/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ if PKG_USING_HMC5883
99
string
1010
default "/packages/peripherals/sensors/hmc5883"
1111

12+
config PKG_INTF_HMC5883_USING_SENSOR_V1
13+
bool "Enable sensor_v1 divce framework"
14+
select RT_USING_SENSOR
15+
default n
16+
1217
choice
1318
prompt "Version"
1419
default PKG_USING_HMC5883_LATEST_VERSION

peripherals/sensors/hmc5883/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
"github": "https://github.com/gmyFighting"
1414
},
1515
"license": "Apache-2.0",
16-
"repository": "https://github.com/gmyFighting/hmc5883",
16+
"repository": "https://github.com/RT-Thread-packages/hmc5883.git",
1717
"icon": "unknown",
1818
"homepage": "unknown",
1919
"doc": "unknown",
2020
"site": [
2121
{
2222
"version": "v1.0.0",
23-
"URL": "https://github.com/gmyFighting/hmc5883/archive/1.0.0.zip",
23+
"URL": "https://github.com/RT-Thread-packages/hmc5883/archive/1.0.0.zip",
2424
"filename": "hmc5883-1.0.0.zip",
25-
"VER_SHA": "master"
25+
"VER_SHA": ""
2626
},
2727
{
2828
"version": "latest",
29-
"URL": "https://github.com/gmyFighting/hmc5883.git",
30-
"filename": "hmc5883-1.0.0.zip",
29+
"URL": "https://github.com/RT-Thread-packages/hmc5883.git",
30+
"filename": "hmc5883-latest.zip",
3131
"VER_SHA": "master"
3232
}
3333
]

0 commit comments

Comments
 (0)