Skip to content

Commit

Permalink
CCS: Match Code Compose Studio to 12.5
Browse files Browse the repository at this point in the history
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
oliv3r committed Aug 30, 2024
1 parent b34243a commit c2c4f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coordinator/Z-Stack_3.x.0/COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Setup development environment

1. Download and install [SIMPLELINK-LOWPOWER-F2-SDK 7.41.00.17](https://www.ti.com/tool/download/SIMPLELINK-LOWPOWER-F2-SDK/7.41.00.17)
1. Download and install [Code Composer Studio 12.6.0](https://www.ti.com/tool/download/CCSTUDIO/12.6.0)
1. Download and install [Code Composer Studio 12.5.0](https://www.ti.com/tool/download/CCSTUDIO/12.5.0)

## Compiling

Expand Down
4 changes: 2 additions & 2 deletions coordinator/Z-Stack_3.x.0/firmware.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c2c4f2e

Please sign in to comment.