samples: sensor: fxos8700: add mimxrt1024_evk board configuration
Add configuration for the mimxrt1024_evk board. This board does not have any of the FXOS8700 interrupt pins connected by default, so triggers are not available. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
36619c024d
commit
7a525c1c24
2
samples/sensor/fxos8700/boards/mimxrt1024_evk.conf
Normal file
2
samples/sensor/fxos8700/boards/mimxrt1024_evk.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=n
|
||||
CONFIG_FXOS8700_TRIGGER_NONE=y
|
|
@ -8,7 +8,7 @@ tests:
|
|||
sample.sensor.fxos8700.hybrid:
|
||||
platform_allow: frdm_k64f hexiwear_k64 warp7_m4 frdm_kw41z
|
||||
rv32m1_vega_ri5cy twr_ke18f lpcxpresso55s16
|
||||
mimxrt685_evk_cm33 frdm_k22f
|
||||
mimxrt685_evk_cm33 frdm_k22f mimxrt1024_evk
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
extra_configs:
|
||||
|
|
Loading…
Reference in a new issue