-
Notifications
You must be signed in to change notification settings - Fork 143
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
bump usb middleware to mcux v2.14.0 #316
bump usb middleware to mcux v2.14.0 #316
Conversation
corresponding zephyr pr: zephyrproject-rtos/zephyr#67483 |
3d6d12c
to
1877e44
Compare
@danieldegrasse : do you have time to review this? thanks |
1877e44
to
9a5eb18
Compare
@danieldegrasse : what do i have to do in order for this to get merged? |
Let's get the PR on the Zephyr side approved. Once @hakehuang approves that PR, I think we are good to merge this, and move forwards. @mmahadevan108, do you agree with this approach? |
I also have pulled in these files into my SDK 2.15.000 PR. We had a build issue that is being looked. |
@jsiverskog can you rebase to resolve conflicts? |
this is taken from git@github.com:nxp-mcuxpresso/mcux-sdk-middleware-usb.git, tag MCUX_2.14.0. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
re-apply patch after sdk refresh. without this kStatus_USB_Error was always returned for kUSB_DeviceControlRun and kUSB_DeviceControlStop control types. let's do it as for ehci/khci. this change fixes the tests/subsys/usb/device/usb.device test for lpcxpresso55s69_cpu0. this is from nxp-mcuxpresso/mcuxsdk-middleware-usb#6 Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Submitted a PR to https://github.com/NXPmicro/mcux-sdk-middleware-usb to fix this build issue Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
add a missing usb middleware fix. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
9a5eb18
to
c331c4e
Compare
done. |
this brings in a newer version of the usb middleware. see zephyrproject-rtos/hal_nxp#316 for more information. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
this brings in a newer version of the usb middleware. see zephyrproject-rtos/hal_nxp#316 for more information. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
this brings in a newer version of the usb middleware. see zephyrproject-rtos/hal_nxp#316 for more information. (cherry picked from commit 031f84d) Original-Signed-off-by: Jacob Siverskog <jacob@teenage.engineering> GitOrigin-RevId: 031f84d Change-Id: I6c8c48b51c98dbc616f79a8468a2083d7262d916 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5280249 Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
No description provided.