Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
multipass
Commits
ae8864e6
Commit
ae8864e6
authored
4 years ago
by
Daniel Friesel
Browse files
Options
Downloads
Patches
Plain Diff
bme280, bme680 depend on arch implementing sleep_ms at the moment
parent
6ad4a4eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/driver/Kconfig
+2
-2
2 additions, 2 deletions
src/driver/Kconfig
with
2 additions
and
2 deletions
src/driver/Kconfig
+
2
−
2
View file @
ae8864e6
...
...
@@ -23,11 +23,11 @@ depends on meta_driver_i2c
config driver_bme280
bool "BME280 TPH Sensor"
depends on meta_driver_i2c
depends on meta_driver_i2c
&& (arch_msp430fr5969lp || arch_msp430fr5994lp)
config driver_bme680
bool "BME680 TPH+IAQ Sensor"
depends on meta_driver_i2c &&!driver_bme280
depends on meta_driver_i2c &&
!driver_bme280
&& (arch_msp430fr5969lp || arch_msp430fr5994lp)
# ccs811 is broken and incomplete
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment