-
Notifications
You must be signed in to change notification settings - Fork 0
DEV-557 Updating USB bus reported device descriptions #74
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
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.
Pull request overview
This PR adds four new functions to generate USB device identification strings for the SHIMMER3R platform. These functions create descriptive device names that incorporate MAC ID suffixes and device type information for USB Mass Storage, CDC ACM, and Composite Device interfaces.
Key changes:
- Added four new USB device ID generation functions conditionally compiled for SHIMMER3R
- Each function generates a custom USB device string combining "Shimmer" prefix with last 4 MAC ID characters and device type
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| log_and_stream_common.h | Declares four new USB device ID generation functions under SHIMMER3R conditional compilation |
| log_and_stream_common.c | Implements the four USB device ID generation functions with sprintf-based string formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.