Skip to content

Commit

Permalink
sensor/stmemsc: Align stmemsc i/f to v2.00
Browse files Browse the repository at this point in the history
Align stmemsc HAL i/f to v2.00

Signed-off-by: Armando Visconti <[email protected]>
  • Loading branch information
avisconti authored and galak committed Jun 15, 2021
1 parent b52fdbf commit 575de9d
Show file tree
Hide file tree
Showing 124 changed files with 108,909 additions and 36,998 deletions.
6 changes: 5 additions & 1 deletion sensor/stmemsc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
set(stmems_pids
a3g4250d
ais2dw12
ais2ih
ais328dq
ais3624dq
asm330lhh
Expand Down Expand Up @@ -40,21 +41,24 @@ set(stmems_pids
lis3dhh
lis3dsh
lis3mdl
lps22ch
lps22hb
lps22hh
lps25hb
lps27hhtw
lps27hhw
lps33hw
lps33k
lps33w
lsm303agr
lsm303ah
lsm6ds3
lsm6ds3tr_c
lsm6ds3tr-c
lsm6dsl
lsm6dsm
lsm6dso
lsm6dso32
lsm6dso32x
lsm6dsox
lsm6dsr
lsm6dsrx
Expand Down
6 changes: 3 additions & 3 deletions sensor/stmemsc/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Origin:
https://www.st.com/en/embedded-software/c-driver-mems.html

Status:
version v1.03
version v2.00

Purpose:
ST Microelectronics standard C platform-independent drivers for MEMS
Expand All @@ -31,7 +31,7 @@ Description:
I2C or SPI platform driver like the following:

/** Please note that is MANDATORY: return 0 -> no Error.**/
int platform_wr(void *handle, u8_t reg, u8_t *bufp, u16_t len);
int platform_wr(void *handle, u8_t reg, const u8_t *bufp, u16_t len);
int platform_rd(void *handle, u8_t reg, u8_t *bufp, u16_t len);

stmdev_ctx_t stmdev_ctx = {
Expand All @@ -46,7 +46,7 @@ URL:
https://www.st.com/en/embedded-software/c-driver-mems.html

commit:
version v1.03
version v2.00

Maintained-by:
ST Microelectronics
Expand Down
Loading

0 comments on commit 575de9d

Please sign in to comment.