summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c30643)
raw | patch | inline | side by side (parent: 6c30643)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 9 Nov 2017 02:34:08 +0000 (20:34 -0600) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 9 Nov 2017 02:34:08 +0000 (20:34 -0600) |
diff --git a/pasdk/test_dsp/framework/audioStreamInpProc.c b/pasdk/test_dsp/framework/audioStreamInpProc.c
index ace2a1dc98405a10cddb490c22ea6adf663454ad..b2e7b923673d8bb72640fede7f10a188e966b5a4 100644 (file)
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;
diff --git a/pasdk/test_dsp/framework/audioStreamOutProc.c b/pasdk/test_dsp/framework/audioStreamOutProc.c
index e45912efc8f25a79aaece85b444368d06d42775f..4f42f8c0c638f5dd529459543f9dee53a510cc6d 100644 (file)
}
// 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)
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