-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add mcxa153 usb support #90577
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
Add mcxa153 usb support #90577
Conversation
Add usb nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <[email protected]>
@@ -24,5 +24,7 @@ supported: | |||
- pwm | |||
- spi | |||
- uart | |||
- usb_device |
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.
support both new and old usb stack?
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.
thanks for reminder, only left usb_device.
Support usb for NXP frdm_mcxa153 board. Test it using samples/subsys/usb/console. Signed-off-by: Neil Chen <[email protected]>
Exclude the platform frdm_mcxa153 from dfu sample. Signed-off-by: Neil Chen <[email protected]>
36d636d
to
e90aca1
Compare
board testing pass on v4.1.0-4636-g36d636d1c9f3
|
|
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 do whole board enablement on one PR, these tiny additions to overlays is really not worth it's own PR adding noise. I have over 100 new PRs to review every day and these type of ones really are a big culprit for that, a waste of time for reviewers compared to this whole overlay just being added on one PR instead of like one line at a time
Add mcxa153 usb support