Unverified Commit 666124c9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

bsec driver is incompatible with avr-gcc 5

parent f888fd49
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -37,13 +37,17 @@ depends on meta_driver_i2c && !driver_bme280

config driver_bme680_bsec
bool "with BSEC (proprietary library for IAQ calculation)"
depends on driver_bme680
depends on driver_bme680 && (arch_msp430fr5994lp || arch_posix)
# incompatible with avr-gcc 5:
# /usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: avr:6 architecture of input file `...' is incompatible with avr:5 output


config driver_bme680_bsec_path
string "BSEC library path"
default "bme680-bsec-lite" if arch_arduino_nano
default "bme680-bsec" if arch_msp430fr5994lp
default "bme680-bsec-armv6" if arch_posix
depends on driver_bme680_bsec && (arch_msp430fr5994lp || arch_posix)
depends on driver_bme680_bsec

config driver_ccs811
bool "CCS811 VOC Sensor"