Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rsoc][sensor_v1]da270 pkg adapt sensor_v1 frame #1816

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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/bma400/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ if PKG_USING_BMA400
string
default "/packages/peripherals/sensors/bma400"

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

config PKG_USING_BMA400_ACCE
bool "Enable bma400 acce"
default y
Expand Down
5 changes: 5 additions & 0 deletions peripherals/sensors/bmi088/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ if PKG_USING_BMI088
config PKG_BMI088_PATH
string
default "/packages/peripherals/sensors/bmi088"

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

choice
prompt "Version"
Expand Down
5 changes: 5 additions & 0 deletions peripherals/sensors/bmi160_bmx160/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ if PKG_USING_BMI160_BMX160
config BMX160_USING_MAG
bool "Enable BMX160 magnetometer"
default n

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

choice
prompt "Version"
Expand Down
4 changes: 4 additions & 0 deletions peripherals/sensors/bmp180/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ if PKG_USING_BMP180
bool "Enable bmp180 sample"
default n

config PKG_BMP180_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n
choice
prompt "Version"
default PKG_USING_BMP180_LATEST_VERSION
Expand Down
5 changes: 5 additions & 0 deletions peripherals/sensors/da270/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ if PKG_USING_DA270
bool "Enable da270 acce"
default y

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

choice
prompt "Version"
default PKG_USING_DA270_LATEST_VERSION
Expand Down