File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,19 @@ Sensors
373
373
};
374
374
};
375
375
376
+ * The :dtcompatible: `invensense,icp10125 ` driver has been renamed to
377
+ :dtcompatible: `invensense,icp101xx `.
378
+ The Device Tree can be configured as follows:
379
+
380
+ .. code-block :: devicetree
381
+
382
+ &i2c0 {
383
+ icp101xx:icp101xx@63 {
384
+ compatible = "invensense,icp101xx";
385
+ reg = <0x63>;
386
+ };
387
+ };
388
+
376
389
Serial
377
390
======
378
391
Original file line number Diff line number Diff line change @@ -17,4 +17,10 @@ config USE_EMD_ICM42670
17
17
depends on DT_HAS_INVENSENSE_ICM42670P_ENABLED \
18
18
|| DT_HAS_INVENSENSE_ICM42670S_ENABLED
19
19
20
+ config USE_EMD_ICP101XX
21
+ bool "ICP101XX Barometric Pressure and Temperature Sensors"
22
+ imply TDK_HAL
23
+ depends on ZEPHYR_HAL_TDK_MODULE
24
+ depends on DT_HAS_INVENSENSE_ICP101XX_ENABLED
25
+
20
26
endmenu
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ manifest:
243
243
groups :
244
244
- hal
245
245
- name : hal_tdk
246
- revision : e0ade95b29841d915c38bc157bb5509270e8aa21
246
+ revision : 6727477af1e46fa43878102489b9672a9d24e39f
247
247
path : modules/hal/tdk
248
248
groups :
249
249
- hal
You can’t perform that action at this time.
0 commit comments