-
Notifications
You must be signed in to change notification settings - Fork 3k
Create a USB drivers library #13869
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
Create a USB drivers library #13869
Conversation
@evedon, thank you for your changes. |
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.
LGTM
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.
Please rebase, this will bring in CMake (usb component there will need to be updated).
+1 for creating own usb component in drivers
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
9d8c332
to
30e9050
Compare
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
LGTM
@@ -114,7 +114,7 @@ add_subdirectory(events EXCLUDE_FROM_ALL) | |||
add_subdirectory(connectivity EXCLUDE_FROM_ALL) | |||
add_subdirectory(storage EXCLUDE_FROM_ALL) | |||
add_subdirectory(drivers/device_key EXCLUDE_FROM_ALL) | |||
add_subdirectory(drivers/source/usb EXCLUDE_FROM_ALL) | |||
add_subdirectory(drivers/usb EXCLUDE_FROM_ALL) |
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.
Not related to this PR: for consistency with other libraries (e.g. connectivity, storage), add_subdirectory
of device_key
and usb
should be done in drivers/CMakeLists.txt
.
@adbridge Ready for CI |
Ci restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Create a USB drivers library under
drivers/usb
and follow the mbed-os component structure.Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers