]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-443:Add GPIO configuration. To be removed in later cleanup.
authorFrank Livingston <frank-livingston@ti.com>
Thu, 9 Nov 2017 02:34:08 +0000 (20:34 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Thu, 9 Nov 2017 02:34:08 +0000 (20:34 -0600)
pasdk/test_dsp/framework/audioStreamInpProc.c
pasdk/test_dsp/framework/audioStreamOutProc.c
pasdk/test_dsp/framework/systemInit.c
tools

index ace2a1dc98405a10cddb490c22ea6adf663454ad..b2e7b923673d8bb72640fede7f10a188e966b5a4 100644 (file)
@@ -2753,7 +2753,7 @@ PAF_ASIT_decodeInfo(
         gCapIb_cnt++;
 #endif
         
-#if 0 // (***) FL: shows timing of Input Rx SIO reclaim after decoding has started (autodet complete)
+#if 1 // (***) FL: shows timing of Input Rx SIO reclaim after decoding has started (autodet complete)
         // (***) debug // B5
         {
             static Uint8 toggleState = 0;
index e45912efc8f25a79aaece85b444368d06d42775f..4f42f8c0c638f5dd529459543f9dee53a510cc6d 100644 (file)
@@ -2559,7 +2559,7 @@ PAF_ASOT_decodeEncode(
             }
             // TODO: use pC->xOut[z].pOutBuf in following ->encode call
 
-#if 0 // (***) FL: shows timing of Output Rx SIO reclaim
+#if 1 // (***) FL: shows timing of Output Rx SIO reclaim
             // (***) debug // B8
             {
                 static Uint8 toggleState = 0;
index 04e4bbfb3892e25bec140b339d918bb5b1320a5e..1f9a28b4234b5bffcdb15debf7c5f0ef8e02ad2a 100644 (file)
@@ -212,7 +212,7 @@ Void taskSysInitFxn(Void)
     PAF_ASOT_params_fxns.memStatusPrint = PAF_ALG_memStatusPrint;
 #endif
 
-#if 0 // debug
+#if 1 // debug
     // Any of these can be used on ARM, but DSP must configure the GPIO since pinMuxSetMode() is only available on DSP
     audk2g_pinMuxSetMode(101,AUDK2G_PADCONFIG_MUX_MODE_QUATERNARY); // PAD101 to QUATERNARY, GPIO (B5 on AudioDaughterCard J12)
     GPIOSetDirection(GPIO_PORT_0, GPIO_PIN_99, GPIO_OUT); // GPIO0,pin99 output
diff --git a/tools b/tools
index e968bf9305327b5984fbfec4f142cfe60ec2e3f2..df033e02ba1321b9792e4371a3339098232194d0 160000 (submodule)
--- a/tools
+++ b/tools
@@ -1 +1 @@
-Subproject commit e968bf9305327b5984fbfec4f142cfe60ec2e3f2
+Subproject commit df033e02ba1321b9792e4371a3339098232194d0