-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCS: Match Code Compose Studio to 12.5
CCS 12.5 is recommended by the SDK, so lets use that version to match what is recommended/tested. Signed-off-by: Olliver Schinagl <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1752,8 +1752,8 @@ index 060717f99..f7c0bd319 100644 | |
--- a/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
@@ -4,6 +4,10 @@ | ||
* @cliArgs --board "/ti/boards/CC1352P_2_LAUNCHXL" --rtos "tirtos7" --product "[email protected]" | ||
* @versions {"tool":"1.19.0+3426"} | ||
* @v2CliArgs --device "CC1352P" --package "VQFN (RGZ)" --board "/ti/boards/CC1352P_2_LAUNCHXL" --rtos "tirtos7" --product "[email protected]" | ||
* @versions {"tool":"1.18.0+3266"} | ||
*/ | ||
+scripting.excludeFromBuild("ti_devices_config.c"); | ||
+scripting.excludeFromBuild("ti_radio_config.c"); | ||
|