-
Notifications
You must be signed in to change notification settings - Fork 8k
nxp: usb: zephyr support on imx93 frdm Cortex-A Core #97320
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?
nxp: usb: zephyr support on imx93 frdm Cortex-A Core #97320
Conversation
Hello @JonyZhang7, and thank you very much for your first pull request to the Zephyr project! |
} | ||
|
||
LOG_DBG("wLength %u, bLength %u, tailroom %u", | ||
LOG_DBG("wLength %u, bLength %u, tailroom %zu", |
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.
I think this commit should go in its own PR. Can you also provide better PR title so it is immediately clear that this adds support for new target?
2849c1f
to
0b7ef09
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
0b7ef09
to
9eb80bd
Compare
Depend on hal_nxp PR 615. Signed-off-by: qizhang <[email protected]>
b94da40
to
0c880ca
Compare
|
Setup most clocks with common_clock_set_freq(). PLL and mux are preset. Signed-off-by: Winteri Wang <[email protected]> Signed-off-by: qizhang <[email protected]>
Add usb clock support. Signed-off-by: Jason He <[email protected]> Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: qizhang <[email protected]>
As middleware.cmake could be included by mcux-sdk's CMakeLists.txt, so use CMAKE_CURRENT_LIST_DIR to make sure the directory is correct. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: qizhang <[email protected]>
Use zu% format for size_t type. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: qizhang <[email protected]>
Enable support on i.MX93. Signed-off-by: Jason He <[email protected]> Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: qizhang <[email protected]>
Enable USB support on i.MX93 FRDM. Signed-off-by: Jason He <[email protected]> Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: qizhang <[email protected]>
nxp: add usb support on frdm-imx93
Depends on zephyrproject-rtos/hal_nxp#615