-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
boards: frdm_mcxc444: Add usb support #80805
boards: frdm_mcxc444: Add usb support #80805
Conversation
Please take a look at the CI error |
9b2a311
to
29d10cf
Compare
@NeilChen93 PR needs rebase to clear conflicts |
@NeilChen93 , kindly fix merge conflicts. Also please add information on how this was tested. |
@NeilChen93, please update the 4.1 release notes to indicate this support was added. |
@NeilChen93 ping? |
11f6a15
29d10cf
to
11f6a15
Compare
@NeilChen93 thanks for rebasing- there is unfortunately another merge conflict :/, it needs another rebase |
11f6a15
to
1313384
Compare
b81fd52
to
0fdc7a3
Compare
Please rebase on |
doc/releases/release-notes-4.1.rst
Outdated
@@ -101,6 +101,7 @@ Boards & SoC Support | |||
|
|||
* All HWMv1 board name aliases which were added as deprecated in v3.7 are now removed | |||
(:github:`82247`). | |||
* Enabled USB on NXP ``frdm_mcxc444`` |
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 remove this change as the whole release notes for 4.1 is under discussion about needs to be included.
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.
It's not the end of the world if it stays though, well simply clean things up when implementing the new release notes format
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.
A rebase is required on this PR. So might as well remove it.
Support usb for NXP frdm_mcxc444 board. Test it using samples/subsys/usb/console. Signed-off-by: Neil Chen <[email protected]>
frdm_mcxc444 does not support MCUboot. Exclude the platform from dfu sample. Signed-off-by: Neil Chen <[email protected]>
Remove USB, RTC enable note for NXP frdm_mcxn236 Signed-off-by: Neil Chen <[email protected]>
b2e115e
0fdc7a3
to
b2e115e
Compare
Support usb for NXP frdm_mcxc444 board