Skip to content

Commit

Permalink
samples: grove_temperature: cleanup whitelisting
Browse files Browse the repository at this point in the history
Do not whitelist on boards, rely on features instead. Turns out we do
not need I2C enabled as well.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jul 12, 2019
1 parent db5aa49 commit 7d309ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/sensor/grove_temperature/prj.conf
@@ -1,6 +1,5 @@
CONFIG_STDOUT_CONSOLE=y CONFIG_STDOUT_CONSOLE=y
CONFIG_SENSOR=y CONFIG_SENSOR=y
CONFIG_I2C=y
CONFIG_ADC=y CONFIG_ADC=y
CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC=y
CONFIG_DISPLAY=y CONFIG_DISPLAY=y
Expand Down
1 change: 0 additions & 1 deletion samples/sensor/grove_temperature/sample.yaml
Expand Up @@ -3,7 +3,6 @@ sample:
tests: tests:
sample.sensor.grove_temperature: sample.sensor.grove_temperature:
min_flash: 33 min_flash: 33
platform_whitelist: arduino_101_sss arduino_due
tags: drivers sensor grove temperature tags: drivers sensor grove temperature
harness: grove harness: grove
depends_on: adc depends_on: adc

0 comments on commit 7d309ee

Please sign in to comment.