Skip to content

Commit b52fdbf

Browse files
aviscontiMaureenHelm
authored andcommitted
sensor/stmemsc: Align stmemsc i/f to v1.03
Align stmemsc HAL i/f to v1.03. Signed-off-by: Armando Visconti <[email protected]>
1 parent 5b3ec3e commit b52fdbf

File tree

105 files changed

+54379
-4062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+54379
-4062
lines changed

sensor/stmemsc/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ set(stmems_pids
1010
ais328dq
1111
ais3624dq
1212
asm330lhh
13+
h3lis100dl
1314
h3lis331dl
1415
hts221
1516
i3g4250d
1617
iis2dh
1718
iis2dlpc
19+
iis2iclx
1820
iis2mdc
1921
iis328dq
2022
iis3dhhc
@@ -24,6 +26,7 @@ set(stmems_pids
2426
ism330dlc
2527
l20g20is
2628
l3gd20h
29+
lis25ba
2730
lis2de12
2831
lis2dh12
2932
lis2ds12
@@ -33,14 +36,16 @@ set(stmems_pids
3336
lis2mdl
3437
lis331dlh
3538
lis3de
36-
lis3dhh
3739
lis3dh
40+
lis3dhh
41+
lis3dsh
3842
lis3mdl
3943
lps22hb
4044
lps22hh
4145
lps25hb
4246
lps27hhw
4347
lps33hw
48+
lps33k
4449
lps33w
4550
lsm303agr
4651
lsm303ah
@@ -49,9 +54,12 @@ set(stmems_pids
4954
lsm6dsl
5055
lsm6dsm
5156
lsm6dso
57+
lsm6dso32
5258
lsm6dsox
5359
lsm6dsr
60+
lsm6dsrx
5461
lsm9ds1
62+
stts22h
5563
stts751
5664
)
5765

sensor/stmemsc/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Origin:
66
https://www.st.com/en/embedded-software/c-driver-mems.html
77

88
Status:
9-
version v1.02
9+
version v1.03
1010

1111
Purpose:
1212
ST Microelectronics standard C platform-independent drivers for MEMS
@@ -46,7 +46,7 @@ URL:
4646
https://www.st.com/en/embedded-software/c-driver-mems.html
4747

4848
commit:
49-
version v1.02
49+
version v1.03
5050

5151
Maintained-by:
5252
ST Microelectronics

0 commit comments

Comments
 (0)