Lines Matching refs:to
9 …to simplify and accelerate application development with Arm® Cortex®-M-based devices from NXP, inc…
11 …separate project/repo deliveries. The idea we split the whole SDK delivery to separate projects/re…
17 In this way we want to benefit user from below aspects:
19 2. Provide flexibility for user to select needed projects to build their application.
20 3. Provide ability for user to fetch needed project version to build their application.
22 …org/latest/guides/west/index.html) to do multi-repository management, it allows user to self creat…
28 * Open-source peripheral drivers that provide stateless, high-performance, easy-to-use APIs
32 …ork solely**, if you only want to get the fundamental support for SoC(s) or board(s), you just use…
34 **The project is also the main repository to achieve the whole SDK delivery**, it contains the [wes…
64 ### How to get the whole SDK delivery
65 …to have both Git and West installed in order to get a new delivery of the whole SDK or update the …
68 …Execute below commands to achieve the whole SDK delivery at revision ```${revision}``` and place i…
74 …Replace ```${revision}``` with any SDK revision(branch/tag/commit SHA) you wish to achieve. This c…
78 …to clone/check-out whole SDK delivery to the west workspace mcuxsdk, then the main repository of S…
80 …When you would like to update SDK full delivery in the latest branch of main repository, follow be…
101 …prefixed with 'MCUX_'**, and every release will be merged into main branch to ensure main branch h…
104 * For mainline releases, usually it's planned twice a year to do a global feature update for NXP ho…
105 …to support a new soc product recently launched in the market. It is built with verified features i…
110 …ses the latest code base and feature set on main branch, which is expected to include all the prev…
112 Below figure takes 2.9.0 and 2.10.0 release as an example to show the relationship between MCUX rel…
127 See [Getting Start Guide](docs/Getting_Started.md) to start explore the project.