nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
323 stars 142 forks source link

Eliminate differences between various MCUXpresso SDKs #82

Closed dsyx closed 2 years ago

dsyx commented 2 years ago

Currently, there are three ways to obtain the MCUXpresso SDK:

I want to configure a general development environment based on VSCode + CMake + GNU Arm Embedded Toolchain for NXP MCU. However, none of these three SDKs are perfect for me:

Is there a way to build a BuilderSDK for multiple devices/boards or to complement the middleware that GitHubSDK is missing?

Thanks

mcuxsusan commented 2 years ago

Hi @dsyx, unfortunately we do not have the way to get all devices/boards with full middleware support for now. We are still in the way enriching GitHub SDK to put more middleware, but that's not a short-term thing.

dsyx commented 2 years ago

Hi @mcuxsusan , It does take a long time to migrate middleware. So is there a way to make the BuilderSDK support multiple devices/boards?

mcuxsusan commented 2 years ago

Hi @mcuxsusan , It does take a long time to migrate middleware. So is there a way to make the BuilderSDK support multiple devices/boards?

Hi, the SDK Builder only provides SDK for single board, because customers mostly only working on single device. I appreciate your effort on creating ecosystem for all users to ease their development on all NXP MCUs, this matches our design of GitHub SDK in which we provide a superset of board/device support.

dsyx commented 2 years ago

Thanks for your answer.