-
Notifications
You must be signed in to change notification settings - Fork 7.8k
drivers: sensor: bosch: add BHI260 smart sensors driver #94889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add driver for Bosch BHI260AB/BHI260AP smart sensors. Signed-off-by: Bojan Sofronievski <[email protected]>
Hello @BojanSof, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
@@ -110,6 +112,13 @@ manifest: | |||
revision: da246018ebe031e4fe4a8228187fb459e9f3b2fa | |||
groups: | |||
- babblesim | |||
- name: bhi2xy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Embed sensor firmware file | ||
# First, check if the firmware file exists in the project root. | ||
# Then, copy it to the build directory for the driver and rename it to a fixed name. | ||
# Finally, embed it into the driver as binary blob. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add driver for Bosch BHI260AB/BHI260AP smart sensors.
Add sample that fetches the Game Rotation vector from the sensor.
Uses the Bosch BHI2XY Sensor API for interfacing with the sensor, added the repo as dependency in the manifest.
.rodata
section with the linker (embed_file
CMake script).