-
Notifications
You must be signed in to change notification settings - Fork 2
Install Repository
The first operation in the proposed development flow in MCUXpresso for VS Code is to install a software repository. A software repository may have different sources supported by this extension: MCUXpresso SDK, Open-CMSIS-Packs, or Zephyr.
In order to achieve this, go to the MCUXpresso for VS Code extension, INSTALLED REPOSITORIES option and press the '+' symbol in the upper right of the toolbar (Help text will display 'Import Local/Remote Repository' when hovering over symbol. Alternatively use link found in Quickstart Panel)
Note: The big blue "Import repository" button is only available until the first repository is imported to the workspace.
For MCUXpresso SDK repository installation, please follow MCUXpresso SDK related documentation on MCUXpresso SDK
For Zephyr repository installation, please follow Zephyr related documentation on Zephyr
For Open-CMSIS-Pack repository installation, please follow Open-CMSIS-Pack related documentation on Open-CMSIS-Pack
If a user already has a software repository in a local directory, they can directly import the folder by using the "LOCAL" option.
Each repository can be removed from visible area (still, it will continue to exist on disk),
or completely deleted from view and from disk.
If changes were made to one or more repositories, the "Refresh repositories" button from the toolbar can be used to update the information displayed in the view.
Note: The button also invalidates the cached data so a subsequent load will be slower.
If a repository is removed from view but some information is required by a project, the repository can be restored.
An existing repository may also be updated via the west update
command.
Once a repository is installed, the Source Control view within Visual Studio Code will track all sub-repositories that constitute the given git repository. This is a useful utility for monitoring changes made during development.
Use this GitHub Issues section to report ambiguities or problems encountered in this documentation. For MCUXpresso for Visual Studio Code extension issues, feedback or search for solutions and ideas please follow Community page.
Table of contents
Dependency Installation
General
Software Repositories
Project Management
Flash and Debug
Reference Guides
- Getting Started with MIMXRT1060-EVK
- Training Zephyr Getting Started
- TrustZone Examples on LPC55S6x and MCUXpresso SDK
- Multicore Examples on LPC55S6x and MCUXpresso SDK
- SDRAM Examples on RT1060 and MCUXpresso SDK
- Getting Started with MCX using Application Code Hub
- AN14120: Debugging Cortex-M on i.MX 8M, i.MX 8ULP, and i.MX 93
Troubleshooting
Useful links