SLC Project Generation Examples#
Commands to create the bt_soc_blinky
and bootloader_apploader
projects.
For VS Code, using the EFR32MG24-based Radio Board BRD4186C and BRD4002A Mainboard, replace "--with brd4186c,brd4002a", if using one or more different target board(s).
slc -–ignore-slt generate -np -cp -p=.silabs\slt\installs\conan\p\simpldxxxxx\p\app\bluetooth\example\bt_soc_blinky\bt_soc_blinky.slcp -d C:\SiliconLabs\SLC_CLI\Projects\bt_soc_blinky --with brd4187c,brd4002a -o vscode -log
slc –-ignore-slt generate -np -cp -p=.silabs\slt\installs\conan\p\simpldxxxxx\p\platform\bootloader\sample-apps\bootloader-apploader\bootloader-apploader.slcp -d C:\SiliconLabs\SLC_CLI\Projects\bootloader-apploader --with brd4187c,brd4002a -o vscode -log
Open VS Code.
Close any existing workspace.
Use File > Add Folder to Workspace to add the two projects to VS Code.
Continue developing in VS Code the same as you would with a project generated in Simplicity Studio.