-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
async sensor API #56963
Closed
Closed
async sensor API #56963
Commits on Jul 5, 2023
-
Introduce a streaming API that uses the same data path as the async API. This includes features to the decoder: * Checking if triggers are present Adding streaming features built ontop of existing triggers: * Adding 3 operations to be done on a trigger * include - include the data with the trigger information * nop - do nothing * drop - drop the data (flush) * Add a new sensor_stream() API to mirror sensor_read() but add an optional handler to be able to cancel the stream. Signed-off-by: Yuval Peress <peress@google.com> topic#sensor_stream
Configuration menu - View commit details
-
Copy full SHA for 11d1a33 - Browse repository at this point
Copy the full SHA 11d1a33View commit details -
icm42688: Implement streaming APIs
Add streaming implementation for icm42688 using both threshold and full FIFO triggers. Signed-off-by: Yuval Peress <peress@google.com> topic#sensor_stream
Configuration menu - View commit details
-
Copy full SHA for 1b4492d - Browse repository at this point
Copy the full SHA 1b4492dView commit details -
Signed-off-by: Yuval Peress <peress@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6a6a2eb - Browse repository at this point
Copy the full SHA 6a6a2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87209f3 - Browse repository at this point
Copy the full SHA 87209f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4de37d - Browse repository at this point
Copy the full SHA c4de37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9fb5b - Browse repository at this point
Copy the full SHA 3a9fb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1462d8a - Browse repository at this point
Copy the full SHA 1462d8aView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8790633 - Browse repository at this point
Copy the full SHA 8790633View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f77322 - Browse repository at this point
Copy the full SHA 0f77322View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ceeaa65 - Browse repository at this point
Copy the full SHA ceeaa65View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.