diff --git a/peripherals/sensors/df220/Kconfig b/peripherals/sensors/df220/Kconfig index 396149880c..b4f4895ca1 100755 --- a/peripherals/sensors/df220/Kconfig +++ b/peripherals/sensors/df220/Kconfig @@ -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 diff --git a/peripherals/sensors/df220/package.json b/peripherals/sensors/df220/package.json index ce9802ebd3..3d2e4d0871 100755 --- a/peripherals/sensors/df220/package.json +++ b/peripherals/sensors/df220/package.json @@ -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" } ] diff --git a/peripherals/sensors/gy271/Kconfig b/peripherals/sensors/gy271/Kconfig index 7d4b3aadfc..303aa98b3b 100644 --- a/peripherals/sensors/gy271/Kconfig +++ b/peripherals/sensors/gy271/Kconfig @@ -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 diff --git a/peripherals/sensors/gy271/package.json b/peripherals/sensors/gy271/package.json index f31e96f8fb..a4e0552ec7 100644 --- a/peripherals/sensors/gy271/package.json +++ b/peripherals/sensors/gy271/package.json @@ -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" } ] diff --git a/peripherals/sensors/hdc1000/Kconfig b/peripherals/sensors/hdc1000/Kconfig index b06e5a8d57..4a0a5f05a5 100644 --- a/peripherals/sensors/hdc1000/Kconfig +++ b/peripherals/sensors/hdc1000/Kconfig @@ -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 diff --git a/peripherals/sensors/hdc1000/package.json b/peripherals/sensors/hdc1000/package.json index f0174c0c8e..b461225cf4 100644 --- a/peripherals/sensors/hdc1000/package.json +++ b/peripherals/sensors/hdc1000/package.json @@ -12,20 +12,20 @@ "email": "296894494@qq.com" }, "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" } diff --git a/peripherals/sensors/hmc5883/Kconfig b/peripherals/sensors/hmc5883/Kconfig index ba5c80515c..6377b43ac9 100644 --- a/peripherals/sensors/hmc5883/Kconfig +++ b/peripherals/sensors/hmc5883/Kconfig @@ -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 diff --git a/peripherals/sensors/hmc5883/package.json b/peripherals/sensors/hmc5883/package.json index 7298c2cdcb..7e53486824 100644 --- a/peripherals/sensors/hmc5883/package.json +++ b/peripherals/sensors/hmc5883/package.json @@ -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" } ]