Skip to content

Script to import mcux sdk #5833

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

Closed
MaureenHelm opened this issue Jan 25, 2018 · 2 comments
Closed

Script to import mcux sdk #5833

MaureenHelm opened this issue Jan 25, 2018 · 2 comments
Assignees
Labels
Enhancement Changes/Updates/Additions to existing features platform: NXP NXP

Comments

@MaureenHelm
Copy link
Member

New versions of the mcux sdk need to be imported whenever a new nxp soc is added to zephyr, or when nxp releases updated mcux drivers for an existing soc. Create a script to automate importing the mcux sdk into zephyr.

@MaureenHelm MaureenHelm added Enhancement Changes/Updates/Additions to existing features platform: NXP NXP labels Jan 25, 2018
@MaureenHelm MaureenHelm self-assigned this Jan 25, 2018
@SebastianBoe
Copy link
Collaborator

For nrf's equivalent problem we intend to eventually re-use the mechanism used by OpenThread to import external source code.

To solve this problem one might want to look into if using CMake's ExternalProject feature is powerful enough.

https://github.com/SebastianBoe/zephyr/blob/50e285cd6879da8941dab56d348ce222bc11dff0/subsys/net/lib/openthread/CMakeLists.txt

https://cmake.org/cmake/help/latest/module/ExternalProject.html

@MaureenHelm
Copy link
Member Author

Fixed by #8923

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features platform: NXP NXP
Projects
None yet
Development

No branches or pull requests

2 participants