-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Biasio edited this page Jun 11, 2026
·
1 revision
⚠️ Important: The SimpleLink SDK must be placed in the parent directory of the repository (i.e., the folder that will contain the cloned repo). For example, if you plan to clone into~/my_project, the SDK should be extracted to~/(so the SDK folder sits alongsidemy_project, not inside it).
git clone <repository-url>
cd <repository-folder>
git submodule init && git submodule update --remote- Launch CCStudio v12.8
- When prompted for a workspace, select the repository folder (the one you just cloned)
- Go to Project → Import Project (or File → Import → CCS Projects)
- Click Browse… and select the repository folder
- Under Discovered Projects, check the project you want to import
- Click Finish
The project is ready to be deployed.