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
5 changes: 5 additions & 0 deletions peripherals/sensors/df220/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ if PKG_USING_DF220
string
default "/packages/peripherals/sensors/df220"

config PKG_DF220_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n

choice
prompt "Version"
default PKG_USING_DF220_LATEST_VERSION
Expand Down
10 changes: 5 additions & 5 deletions peripherals/sensors/df220/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"github": "Zhou DingHua"
},
"license": "GPL-3.0",
"repository": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread.git",
"repository": "https://github.com/RT-Thread-packages/df220.git",
"icon": "unknown",
"homepage": "unknown",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread/archive/1.0.0.zip",
"filename": "df220-RT-Thread-1.0.0.zip",
"URL": "https://github.com/RT-Thread-packages/df220/archive/refs/tags/1.0.0.zip",
"filename": "df220-1.0.0.zip",
"VER_SHA": ""
},
{
"version": "latest",
"URL": "https://github.com/MiraMEMS-Wonderful/df220-RT-Thread.git",
"filename": "Null for git package",
"URL": "https://github.com/RT-Thread-packages/df220.git",
"filename": "df220-latest.zip",
"VER_SHA": "master"
}
]
Expand Down
9 changes: 9 additions & 0 deletions peripherals/sensors/gy271/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ if PKG_USING_GY271
string
default "/packages/peripherals/sensors/gy271"

config PKG_HONEY_GY271_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n

config PKG_USING_GY271_SAMPLE
bool "Enable gy271 sample"
default n

choice
prompt "Version"
default PKG_USING_GY271_LATEST_VERSION
Expand Down
12 changes: 6 additions & 6 deletions peripherals/sensors/gy271/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"github": "jch12138"
},
"license": "Apache-2.0",
"repository": "https://github.com/jch12138/gy271",
"repository": "https://github.com/RT-Thread-packages/gy271",
"icon": "https://www.rt-thread.org/qa/template/fxiaomi/style/image/logo.png",
"homepage": "https://github.com/jch12138/gy271",
"homepage": "https://github.com/RT-Thread-packages/gy271",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/jch12138/gy271/releases/download/1.0.0/gy271-1.0.0.zip",
"URL": "https://github.com/RT-Thread-packages/gy271/archive/refs/tags/1.0.0.zip",
"filename": "gy271-1.0.0.zip",
"VER_SHA": "62dd423f2953f7c01b90ac07ed17c1c711167709"
"VER_SHA": ""
},
{
"version": "latest",
"URL": "https://github.com/jch12138/gy271.git",
"filename": "gy271.zip",
"URL": "https://github.com/RT-Thread-packages/gy271.git",
"filename": "gy271-latest.zip",
"VER_SHA": "master"
}
]
Expand Down
9 changes: 9 additions & 0 deletions peripherals/sensors/hdc1000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ if PKG_USING_HDC1000
string
default "/packages/peripherals/sensors/hdc1000"

config PKG_HDC1000_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n

config PKG_USING_HDC1000_EXAMPLE
bool "Enable hdc1000 example"
default n

choice
prompt "Version"
default PKG_USING_HDC1000_LATEST_VERSION
Expand Down
8 changes: 4 additions & 4 deletions peripherals/sensors/hdc1000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"email": "[email protected]"
},
"license": "Apache-2.0",
"repository": "https://github.com/Forest-Rain/hdc1000",
"repository": "https://github.com/RT-Thread-packages/hdc1000.git",
"icon": "unknown",
"homepage": "unknown",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/Forest-Rain/hdc1000.git",
"URL": "https://github.com/RT-Thread-packages/hdc1000/archive/refs/tags/1.0.0.zip",
"filename": "hdc1000-1.0.0.zip",
"VER_SHA": "ad60559cdf50638acbedd41ce9cc227dfd60b9ee"
"VER_SHA": ""
},
{
"version": "latest",
"URL": "https://github.com/Forest-Rain/hdc1000.git",
"URL": "https://github.com/RT-Thread-packages/hdc1000.git",
"filename": "hdc1000-latest.zip",
"VER_SHA": "master"
}
Expand Down
5 changes: 5 additions & 0 deletions peripherals/sensors/hmc5883/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ if PKG_USING_HMC5883
string
default "/packages/peripherals/sensors/hmc5883"

config PKG_INTF_HMC5883_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n

choice
prompt "Version"
default PKG_USING_HMC5883_LATEST_VERSION
Expand Down
10 changes: 5 additions & 5 deletions peripherals/sensors/hmc5883/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"github": "https://github.com/gmyFighting"
},
"license": "Apache-2.0",
"repository": "https://github.com/gmyFighting/hmc5883",
"repository": "https://github.com/RT-Thread-packages/hmc5883.git",
"icon": "unknown",
"homepage": "unknown",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/gmyFighting/hmc5883/archive/1.0.0.zip",
"URL": "https://github.com/RT-Thread-packages/hmc5883/archive/1.0.0.zip",
"filename": "hmc5883-1.0.0.zip",
"VER_SHA": "master"
"VER_SHA": ""
},
{
"version": "latest",
"URL": "https://github.com/gmyFighting/hmc5883.git",
"filename": "hmc5883-1.0.0.zip",
"URL": "https://github.com/RT-Thread-packages/hmc5883.git",
"filename": "hmc5883-latest.zip",
"VER_SHA": "master"
}
]
Expand Down
Loading