]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
updates for awr294x apps REL.CORESDK.08.00.01.06
authorPrasad Konnur <prasadkonnur@ti.com>
Wed, 2 Jun 2021 12:27:38 +0000 (17:57 +0530)
committerPrasad Konnur <prasadkonnur@ti.com>
Wed, 2 Jun 2021 12:27:52 +0000 (17:57 +0530)
Signed-off-by: Prasad Konnur <prasadkonnur@ti.com>
packages/ti/build/awr294x/sysbios_c66.cfg
packages/ti/build/awr294x/sysbios_r5f.cfg

index 5bbbe046de32b066eea16fa8bdc0245717fa7142..39d13240918698b38163bfa7b5cc930f96c7796f 100644 (file)
@@ -75,10 +75,10 @@ BIOS.clockEnabled = true;
 /* Enable BIOS Task Scheduler */
 BIOS.taskEnabled                       = true;
 
-/*
- * BIOS.cpuFreq.lo = 450000000;
- * BIOS.cpuFreq.hi = 0;
- */
+
+BIOS.cpuFreq.lo = 450000000;
+BIOS.cpuFreq.hi = 0;
+
 
 /* Check if application needs to update with custom configuration options */
 var cfgUpdate = java.lang.System.getenv("XDC_CFG_UPDATE")
index d659ffebdb0d236de1623f3c17b468067215c6b4..eb106a7e8a0e537d9b3db4442fca930add3c8f1e 100644 (file)
@@ -123,10 +123,10 @@ Program.sectMap[".vecs"]  = "VECTORS";
 BIOS.includeXdcRuntime  = true;
 BIOS.libType            = BIOS.LibType_Custom;
 BIOS.customCCOpts      += " --enum_type=int ";
-/*
- * BIOS.cpuFreq.lo = 400000000;
- * BIOS.cpuFreq.hi = 0;
- */
+
+BIOS.cpuFreq.lo = 400000000;
+BIOS.cpuFreq.hi = 0;
+
 
 /* Check if application needs to update with custom configuration options */
 var cfgUpdate = java.lang.System.getenv("XDC_CFG_UPDATE")