-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: sensor: enable sensor trigger
1. enable sensor trigger. 2. add a fixture for cases, as some platform need special rework. Signed-off-by: Hake Huang <[email protected]>
- Loading branch information
Showing
25 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXLS8974_TRIGGER_OWN_THREAD=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/accel_trig/boards/lpcxpresso55s28_lpc55s28.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/accel_trig/boards/lpcxpresso55s69_lpc55s69_cpu0.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
1 change: 1 addition & 0 deletions
1
samples/sensor/accel_trig/boards/mimxrt1040_evk_mimxrt1042.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXLS8974_TRIGGER_OWN_THREAD=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/accel_trig/boards/mimxrt1050_evk@hyperflash_mimxrt1052.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
6 changes: 6 additions & 0 deletions
6
samples/sensor/accel_trig/boards/mimxrt1160_evk_mimxrt1166_cm7.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# check the fxos8700 dts for this board for addition settings | ||
# | ||
|
||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
6 changes: 6 additions & 0 deletions
6
samples/sensor/accel_trig/boards/mimxrt1170_evk@A_mimxrt1176_cm7.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# check the fxos8700 dts for this board for addition settings | ||
# | ||
|
||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/accel_trig/boards/mimxrt595_evk_mimxrt595s_cm33.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/accel_trig/boards/mimxrt685_evk_mimxrt685s_cm33.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
1 change: 1 addition & 0 deletions
1
samples/sensor/magn_trig/boards/mimxrt1050_evk@hyperflash_mimxrt1052.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
5 changes: 5 additions & 0 deletions
5
samples/sensor/magn_trig/boards/mimxrt1160_evk_mimxrt1166_cm7.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# check the fxos8700 dts for this board for addition settings | ||
# | ||
|
||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
5 changes: 5 additions & 0 deletions
5
samples/sensor/magn_trig/boards/mimxrt1170_evk@A_mimxrt1176_cm7.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# check the fxos8700 dts for this board for addition settings | ||
# | ||
|
||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
2 changes: 2 additions & 0 deletions
2
samples/sensor/magn_trig/boards/mimxrt595_evk_mimxrt595s_cm33.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y | ||
CONFIG_FXOS8700_MODE_ACCEL=y |
1 change: 1 addition & 0 deletions
1
samples/sensor/magn_trig/boards/mimxrt685_evk_mimxrt685s_cm33.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters