-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add sensor firmware upload API support #93340
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
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with PR revision and 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
update hal_st to get embedded_cores support. Signed-off-by: Armando Visconti <[email protected]>
Add Firmware upload API Signed-off-by: Armando Visconti <[email protected]>
Add support to upload_fw API in order to be able to upload a ISPU configuration. Signed-off-by: Armando Visconti <[email protected]>
8c9a97e
to
2b12ac2
Compare
Add lsm6dso16is ISPU example. Signed-off-by: Armando Visconti <[email protected]>
2b12ac2
to
504006c
Compare
|
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.
This is using blobs right, where it is using the zephyr blobs feature? https://docs.zephyrproject.org/latest/contribute/bin_blobs.html
Add sensor API to perform a "firmware upload". This new driver API is then used as a vehicle to upload a ISPU configuration into lsm6dso16is sensor (see ST ISPU for more details).
This PR is also changing the lsm6dso16is driver and modifying the x_nucleo_iks4a1 shield sample.