Skip to content

Conversation

JonyZhang7
Copy link

@JonyZhang7 JonyZhang7 commented Oct 10, 2025

nxp: add usb support on frdm-imx93

Depends on zephyrproject-rtos/hal_nxp#615

Copy link

Hello @JonyZhang7, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

}

LOG_DBG("wLength %u, bLength %u, tailroom %u",
LOG_DBG("wLength %u, bLength %u, tailroom %zu",
Copy link
Contributor

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?

@JonyZhang7 JonyZhang7 changed the title Jony usb upstream nxp: usb: add frdm-imx93 support Oct 10, 2025
@JonyZhang7 JonyZhang7 changed the title nxp: usb: add frdm-imx93 support nxp: usb: zephyr support on imx93 frdm Cortex-A Core Oct 10, 2025
@decsny decsny removed their request for review October 10, 2025 13:58
Copy link

github-actions bot commented Oct 11, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nxp zephyrproject-rtos/hal_nxp@4377ecf zephyrproject-rtos/hal_nxp#615 zephyrproject-rtos/hal_nxp#615/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-hal_nxp DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Oct 11, 2025
@zephyrbot zephyrbot requested a review from decsny October 11, 2025 09:12
Depend on hal_nxp PR 615.

Signed-off-by: qizhang <[email protected]>
@JonyZhang7 JonyZhang7 force-pushed the jony_usb_upstream branch 2 times, most recently from b94da40 to 0c880ca Compare October 13, 2025 10:36
Copy link

WinteriWang and others added 6 commits October 13, 2025 21:57
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants