Commit 61896e5
Aurelie Fontaine
drivers: sensor: icm42670: supports icm42670-P and icm42670-S
samples: sensor: icm42670: adds sample to support enhanced features
Adds official TDK Invensense Inc. driver for icm42670-P and icm42670-S 6-axis sensor.
Adds SPI and I2C interface support. Adds APEX features, such as Pedometer, Tilt detection, Wake on Motion and Significant Motion Detector.
Adds AML support for icm42670-S to demonstrate pointing, gestures recognition, quaternion computing features with AML library built for CM4 target.
Add samples for this driver.
Validated with custom setup based on nrf52dk_nrf52832 + icm42670-p/icm42670-s EVB board
Build ok by running: west -T samples\sensor\icm42670\data_stream -T samples\sensor\icm42670\apex -T samples\sensor\icm42670\aml_pointing -p nrf52dk/nrf52832
Signed-off-by: Aurelie Fontaine <[email protected]>1 parent 7fd0a7a commit 61896e5
File tree
58 files changed
+10642
-1133
lines changed- drivers/sensor/tdk/icm42670
- Invn
- imu
- invn.algo.sw-integration.aml-42670s-gcc-arm-none-eabi-cm4-fpu-1.6.0
- doc
- include
- release/lib
- dts/bindings/sensor
- include/zephyr/drivers/sensor
- samples/sensor/icm42670
- aml_pointing
- boards
- src
- apex
- boards
- src
- data_stream
- boards
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+10642
-1133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
18 | 56 | | |
19 | 57 | | |
20 | | - | |
| 58 | + | |
21 | 59 | | |
22 | 60 | | |
23 | 61 | | |
| |||
0 commit comments