-
Notifications
You must be signed in to change notification settings - Fork 138
Update MCUXpresso SDK to new refactor #676
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: master
Are you sure you want to change the base?
Conversation
Updates targets using the deprecated https://github.com/nxp-mcuxpresso/legacy-mcux-sdk to use https://github.com/nxp-mcuxpresso/mcuxsdk-manifests instead.
| config-file: ./config/examples/library.config | ||
|
|
||
| lpc54606j512_test: | ||
| uses: ./.github/workflows/test-build-mcux-sdk.yml |
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.
Can/should we remove test-build-mcux-sdk.yml ?
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.
Oh, actually I just noticed iMX is still using that. I'll update that too and then we can remove it.
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 updated the SDK for iMX-RT, but apparently the two Kinetis targets we have in wolfBoot don't even exist in the new SDK, so we're going to have to keep test-build-mcux-sdk.yml for now.
2de0b6d to
fed7eec
Compare
Users can switch it to 1 if they want to use the SDK from GitHub, as is currently specified in the docs.
Updates targets using the deprecated https://github.com/nxp-mcuxpresso/legacy-mcux-sdk to use https://github.com/nxp-mcuxpresso/mcuxsdk-manifests instead.