-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: sensors: Add official ST library for vl53l5cx
Adds the official ST library for the vl53l5cx tof sensor. Signed-off-by: Fabian Blatz <[email protected]>
- Loading branch information
Showing
11 changed files
with
25,369 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
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,46 @@ | ||
VL53L5CX | ||
######## | ||
|
||
Origin: | ||
ST Microelectronics | ||
https://www.st.com/en/embedded-software/stsw-img007.html | ||
|
||
Status: | ||
version 1.0.7 | ||
|
||
Purpose: | ||
ST Microelectonics official API to use vl53l5cx sensor. | ||
|
||
Description: | ||
This library written by STMicroelectronics is dedicated to vl53l5cx time of flight sensor. | ||
|
||
This library is called from the vl53l5cx driver and is kept transparent for user. | ||
User is calling a standard Zephyr driver and then the driver makes some calls to this library. | ||
|
||
In order to fit with Zephyr rules and simplify version updates, we have done a minimum of modifications: | ||
- split headers and source to inc/src | ||
- keep only API directory | ||
(remove documentation and samples, see ST website for this) | ||
|
||
In order to use this library, you have to: | ||
* define CONFIG_HAS_STLIB and CONFIG_VL53L5CX | ||
* include vl53l5cx_api.h and vl53l1_platform.h in the driver .h | ||
|
||
Dependencies: | ||
This package depends on Zephyr I2C implementation and is linked statically. | ||
This library will be used by a standard Zephyr driver. | ||
|
||
URL: | ||
http://www.st.com/en/embedded-software/stsw-img007.html | ||
|
||
commit: | ||
version 1.0.7 | ||
|
||
Maintained-by: | ||
External | ||
|
||
License: | ||
BSD-3-Clause | ||
|
||
License Link: | ||
http://www.st.com/en/embedded-software/stsw-img007.html |
Oops, something went wrong.