Overview#
The following sections provide details on the recommended workflow, packages to install with the Silicon Labs Tool (SLT), and instructions to install and configure packages.
Recommended Workflow#
Use
sltto install all required packages (slc-cli, gcc toolchain, CMake, Ninja, and so on).Set the environment path for Java,
slt, andslc.Create one or more
.slconffiles for the projects or workspaces to be generated.Use
slc-clito generate and configure the project.Build the code project with your preferred IDE (for example, CMake, Make, or Visual Studio Code). For debugging the generated code, Visual Studio Code is recommended.
Note: Command line builds using make and CMake are supported.