Skip to content

Commit 6f2d7cf

Browse files
committed
Fix template for CMake user presets
- Now has missing entries for Azure RTOS and related repos. ***NO_CI***
1 parent d477863 commit 6f2d7cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeUserPresets.TEMPLATE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"TI_SL_CC32xx_SDK_SOURCE": "/sources/SimpleLinkCC32",
4343
"TI_SL_CC13xx_26xx_SDK_SOURCE": "/sources/SimpleLinkCC13",
4444
"TI_XDCTOOLS_SOURCE": "/usr/local/bin/titools",
45-
"TI_SYSCONFIG_SOURCE": "/sources/TI_SysConfig"
45+
"TI_SYSCONFIG_SOURCE": "/sources/TI_SysConfig",
46+
"AZURERTOS_SOURCE_FOLDER": "/sources/AzureRTOS",
47+
"NETXDUO_SOURCE_FOLDER": "/sources/NextDuo"
4648
}
4749
},
4850
{

0 commit comments

Comments
 (0)