]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/log
processor-sdk/performance-audio-sr.git
6 years agoPASDK-71:Update Release build profile to not include clk.c
Frank Livingston [Thu, 4 May 2017 22:18:50 +0000 (17:18 -0500)]
PASDK-71:Update Release build profile to not include clk.c

6 years agoPASDK-71:Disable PFP's by default.
Frank Livingston [Thu, 4 May 2017 19:25:00 +0000 (14:25 -0500)]
PASDK-71:Disable PFP's by default.

6 years agoPASDK-71:Update to PFP #7.
Frank Livingston [Thu, 4 May 2017 02:02:25 +0000 (21:02 -0500)]
PASDK-71:Update to PFP #7.
Change PFP usage for autodet cycle collection.
Change PFP IDs.

6 years agoPASDK-71:Ensure pfpBegin() not called twice before call to pfpEnd() for particular...
Frank Livingston [Wed, 3 May 2017 18:12:27 +0000 (13:12 -0500)]
PASDK-71:Ensure pfpBegin() not called twice before call to pfpEnd() for particular PFP ID

6 years agoAdd "Release" build profile.
Frank Livingston [Tue, 2 May 2017 20:40:30 +0000 (15:40 -0500)]
Add "Release" build profile.

Currently this is the same as "Debug" build profile, except using -o3 for
mib.c and sap.c.

6 years agoPASDK-71:Add System Stream code to handle PFP alpha commands on DSP.
Frank Livingston [Tue, 2 May 2017 01:27:18 +0000 (20:27 -0500)]
PASDK-71:Add System Stream code to handle PFP alpha commands on DSP.

Also change System Initialization Task to use location in locally defined global array to
determine when System Stream Task is initialized. System Stream Task sets
array location to 1 upon completion of initialization.

6 years agoCleaned up system stream.
Frank Livingston [Sat, 29 Apr 2017 21:15:48 +0000 (16:15 -0500)]
Cleaned up system stream.
1) gSysInit renamed to gSysStreamInit.
2) gSysStreamInit declaration moved to systemStream.c, extern'd in systemStream.h.
3) Moved system stream task code from system.c to systemStream.c (system.c is SS configuration only).
4) sysInit Task uses gSysStreamInit exported from systemStream.c.
5) Added header files for itopo/identify.h and itopo/system.c. Replaced externs in various .c files for externs defined in .c files corresponding to these header files.

Fixed PFP for autoprocessing to call pfpEnd() and thus not be "inside" autoprocessing PFP when auto processing completes.
Fixed PFP for decode processing to call pfpEnd() and thus not be "inside" decode processing PFP when decode processing completes.

Added partial alpha interface for PFPs:
1) enable/disable PFPs over alpha commands
2) reset PFPs over alpha commands

6 years agoPASDK-71:Add init values for SS status for ASIT/ASOT, etc. loads
Frank Livingston [Sat, 29 Apr 2017 14:00:22 +0000 (09:00 -0500)]
PASDK-71:Add init values for SS status for ASIT/ASOT, etc. loads

6 years agoPASDK-71:Add PFP for measurement of autodet cycles
Frank Livingston [Fri, 28 Apr 2017 22:28:47 +0000 (17:28 -0500)]
PASDK-71:Add PFP for measurement of autodet cycles

6 years agoPASDK-71:Add benchmark configuration for all ASPs using PFP
Frank Livingston [Fri, 28 Apr 2017 02:33:08 +0000 (21:33 -0500)]
PASDK-71:Add benchmark configuration for all ASPs using PFP

6 years agoPASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS peak load
Frank Livingston [Thu, 27 Apr 2017 23:31:22 +0000 (18:31 -0500)]
PASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS peak load

6 years agoPASDK-71:Update paf and tools submodules
Frank Livingston [Thu, 27 Apr 2017 19:44:52 +0000 (14:44 -0500)]
PASDK-71:Update paf and tools submodules

6 years agoPASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS load
Frank Livingston [Thu, 27 Apr 2017 19:39:51 +0000 (14:39 -0500)]
PASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS load

6 years agoPASDK-71:Update PFP begin/end for ASIT decode processing & ASOT output processing
Frank Livingston [Thu, 27 Apr 2017 17:05:02 +0000 (12:05 -0500)]
PASDK-71:Update PFP begin/end for ASIT decode processing & ASOT output processing

6 years agoPASDK-71:Add PFP for (1) ASIT decode processing and (2) ASOT output processing
Frank Livingston [Thu, 27 Apr 2017 02:34:27 +0000 (21:34 -0500)]
PASDK-71:Add PFP for (1) ASIT decode processing and (2) ASOT output processing

6 years agoPASDK-71:Add PFP component to ARM & DSP.
Frank Livingston [Wed, 26 Apr 2017 23:21:37 +0000 (18:21 -0500)]
PASDK-71:Add PFP component to ARM & DSP.

PFP used for INFO/DECODE profile on ARM.
PFP used for ASP profile on DSP.

Need to add alpha interface for e.g.:
- Change ASP being profiled
- Reset PFP statistics
- Read PFP statistics

7 years agoBuild #42:Update Dolby IP submodules
Frank Livingston [Sun, 16 Apr 2017 15:44:08 +0000 (10:44 -0500)]
Build #42:Update Dolby IP submodules

7 years agoBuild #41: update PAF submodule
Frank Livingston [Thu, 13 Apr 2017 19:53:00 +0000 (14:53 -0500)]
Build #41: update PAF submodule

7 years agoBuild #41: update submodules
Frank Livingston [Thu, 13 Apr 2017 17:40:30 +0000 (12:40 -0500)]
Build #41: update submodules

7 years agoMerge remote-tracking branch 'origin/dev_pasdk_govind_pasdk251' into dev_pasdk_frank
Frank Livingston [Thu, 13 Apr 2017 17:20:24 +0000 (12:20 -0500)]
Merge remote-tracking branch 'origin/dev_pasdk_govind_pasdk251' into dev_pasdk_frank

Merge for Build #41

7 years agoPASDK-251: Input Rate now dynamically managed by CSL-I2C.
Govind Jeyaram [Wed, 12 Apr 2017 20:37:21 +0000 (13:37 -0700)]
PASDK-251: Input Rate now dynamically managed by CSL-I2C.

7 years agoFixed bugs in Circular buffer.
Chitresh Gupta [Wed, 5 Apr 2017 11:16:04 +0000 (16:46 +0530)]
Fixed bugs in Circular buffer.

(cherry picked from commit 7841834617070900de95310b598c7565d2eea2b9)

7 years agoPASDK-251: Free DMA resources (link params + error param, too; not just active channe...
Govind Jeyaram [Wed, 5 Apr 2017 17:09:51 +0000 (10:09 -0700)]
PASDK-251: Free DMA resources (link params + error param, too; not just active channel) during PAF_SIO_CONTROL_CLOSE.

(cherry picked from commit 011092a6642a0c3a403aa8dc0b55d450dd55000c)

7 years agoPASDK-251: Free DMA resources (link params + error param, too; not just active channe...
Govind Jeyaram [Wed, 5 Apr 2017 17:09:51 +0000 (10:09 -0700)]
PASDK-251: Free DMA resources (link params + error param, too; not just active channel) during PAF_SIO_CONTROL_CLOSE.

7 years agoAdd more comments
Frank Livingston [Wed, 5 Apr 2017 15:49:45 +0000 (10:49 -0500)]
Add more comments

7 years agoPASDK-251:Merge commit '87978bd' into dev_pasdk_frank_pasdk251
Frank Livingston [Tue, 4 Apr 2017 20:20:31 +0000 (15:20 -0500)]
PASDK-251:Merge commit '87978bd' into dev_pasdk_frank_pasdk251

7 years agoPASDK-251: CSL based I2C implement, to communicate with HDMI repeater card.
Govind Jeyaram [Tue, 4 Apr 2017 03:45:57 +0000 (20:45 -0700)]
PASDK-251: CSL based I2C implement, to communicate with HDMI repeater card.

7 years agoPASDK-251: Remove DEC commands from Output Shortcuts.
Govind Jeyaram [Mon, 3 Apr 2017 20:55:55 +0000 (13:55 -0700)]
PASDK-251: Remove DEC commands from Output Shortcuts.

7 years agoPASDK-251: Rearrange dependent files for SAP (out of pa/boards area).
Govind Jeyaram [Mon, 3 Apr 2017 20:48:50 +0000 (13:48 -0700)]
PASDK-251: Rearrange dependent files for SAP (out of pa/boards area).

7 years agoUpdate tools submodule
Frank Livingston [Mon, 3 Apr 2017 17:51:06 +0000 (12:51 -0500)]
Update tools submodule

7 years agoPASDK-251: SAP_reclaim bug-fix. Alleviates the problem with control stuck in SAP_shut...
Govind Jeyaram [Mon, 3 Apr 2017 16:53:10 +0000 (09:53 -0700)]
PASDK-251: SAP_reclaim bug-fix. Alleviates the problem with control stuck in SAP_shutdown.

7 years agoPASDK-251: Clean up - Log_info() related mod.
Govind Jeyaram [Sat, 1 Apr 2017 00:49:03 +0000 (17:49 -0700)]
PASDK-251: Clean up - Log_info() related mod.

7 years agoPASDK-251: Clean up initialization. Now HDMI clock is Default for output clock mux.
Govind Jeyaram [Sat, 1 Apr 2017 00:47:54 +0000 (17:47 -0700)]
PASDK-251: Clean up initialization. Now HDMI clock is Default for output clock mux.

7 years agoUpdate PAF submodule
Frank Livingston [Thu, 30 Mar 2017 22:58:19 +0000 (17:58 -0500)]
Update PAF submodule

7 years agoFix uninitialized ENC status variables
Frank Livingston [Thu, 30 Mar 2017 22:57:05 +0000 (17:57 -0500)]
Fix uninitialized ENC status variables

7 years agoUpdated OAR and PAF submodule.
Chitresh Gupta [Fri, 24 Mar 2017 08:40:15 +0000 (14:10 +0530)]
Updated OAR and PAF submodule.

7 years agoPASDK-251:Fix uninitialized global variables (DSP params, numBufOverride
Frank Livingston [Wed, 22 Mar 2017 21:25:29 +0000 (16:25 -0500)]
PASDK-251:Fix uninitialized global variables (DSP params, numBufOverride
in PAF_AST_params_outBufStatus.
NOTE: This problem also exists in DA8x, DSPA (SB00) params.

7 years agoPASDK-216:Update tools
Frank Livingston [Wed, 22 Mar 2017 14:56:31 +0000 (09:56 -0500)]
PASDK-216:Update tools

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk258Alpha4Release'
Frank Livingston [Mon, 20 Mar 2017 20:20:35 +0000 (15:20 -0500)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk258Alpha4Release'

7 years agoPASDK-258:Add comment to PASDK release notes describing incomplete functionality...
Frank Livingston [Mon, 20 Mar 2017 20:02:55 +0000 (15:02 -0500)]
PASDK-258:Add comment to PASDK release notes describing incomplete functionality w.r.t. PASDK-242.

7 years agoPASDK-258:Update build scripts to handle release notes
Frank Livingston [Mon, 20 Mar 2017 19:54:18 +0000 (14:54 -0500)]
PASDK-258:Update build scripts to handle release notes

7 years agoPASDK-258:Add Brandon's Release Notes for PASDK & Dolby IP
Frank Livingston [Thu, 16 Mar 2017 23:12:56 +0000 (18:12 -0500)]
PASDK-258:Add Brandon's Release Notes for PASDK & Dolby IP

7 years agoPASDK-258:Remove stale ReadMe.txt file
Frank Livingston [Thu, 16 Mar 2017 20:43:01 +0000 (15:43 -0500)]
PASDK-258:Remove stale ReadMe.txt file

7 years agoPASDK-258:Update PASDK setup guide (.doc & .pdf), Brandon's updates
Frank Livingston [Thu, 16 Mar 2017 20:33:42 +0000 (15:33 -0500)]
PASDK-258:Update PASDK setup guide (.doc & .pdf), Brandon's updates

7 years agoPASDK-258:Update OS package creation script to handle tools as sub-module (remove...
Frank Livingston [Thu, 16 Mar 2017 17:52:11 +0000 (12:52 -0500)]
PASDK-258:Update OS package creation script to handle tools as sub-module (remove 3rd party python tools, add tools setup script)

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk258HigherSampleRateS...
Frank Livingston [Thu, 16 Mar 2017 17:47:05 +0000 (12:47 -0500)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk258HigherSampleRateSupport' into dev_pasdk_frank_pasdk258Alpha4Release

7 years agoPASDK-258:Update Alpha command package (code cleanup + copyright change to 2017)
Frank Livingston [Thu, 16 Mar 2017 16:06:38 +0000 (11:06 -0500)]
PASDK-258:Update Alpha command package (code cleanup + copyright change to 2017)

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 16:05:59 +0000 (11:05 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update FD package version number.
Frank Livingston [Thu, 16 Mar 2017 15:26:12 +0000 (10:26 -0500)]
PASDK-258:Update FD package version number.

7 years agoPASDK258: Always use Input interface rate hard-coded to 192 kHz.
Chitresh Gupta [Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530)]
PASDK258: Always use Input interface rate hard-coded to 192 kHz.

7 years agoPASDK258: Updated PAF submodule for SRC fix.
Chitresh Gupta [Thu, 16 Mar 2017 11:59:35 +0000 (17:29 +0530)]
PASDK258: Updated PAF submodule for SRC fix.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 10:07:56 +0000 (05:07 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 09:50:51 +0000 (04:50 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 09:43:29 +0000 (04:43 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Thu, 16 Mar 2017 01:47:05 +0000 (20:47 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 23:07:52 +0000 (18:07 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Add FD package version number build scripts.
Frank Livingston [Wed, 15 Mar 2017 23:07:21 +0000 (18:07 -0500)]
PASDK-258:Add FD package version number build scripts.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 23:03:33 +0000 (18:03 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:58:46 +0000 (17:58 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:56:22 +0000 (17:56 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:56:01 +0000 (17:56 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:55:11 +0000 (17:55 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:54:07 +0000 (17:54 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:53:17 +0000 (17:53 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update build_os_pkg.bat to include config_cust.ini for pyalpha from tools...
Frank Livingston [Mon, 13 Mar 2017 16:12:23 +0000 (11:12 -0500)]
PASDK-258:Update build_os_pkg.bat to include config_cust.ini for pyalpha from tools for release.

7 years agoPASDK-258:Update PASDK_VERSION in build_all.bat
Frank Livingston [Sun, 12 Mar 2017 02:06:31 +0000 (20:06 -0600)]
PASDK-258:Update PASDK_VERSION in build_all.bat

7 years agoPASDK-258:Remove TEST_MULTICHANNEL define from DSP application, IP packages build
Frank Livingston [Sat, 11 Mar 2017 21:31:18 +0000 (15:31 -0600)]
PASDK-258:Remove TEST_MULTICHANNEL define from DSP application, IP packages build

7 years agoPASDK-258:Add ML0 include path for DSP application, IP packages build
Frank Livingston [Sat, 11 Mar 2017 19:38:03 +0000 (13:38 -0600)]
PASDK-258:Add ML0 include path for DSP application, IP packages build

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_govind_pasdk258Clean4Alpha4...
Frank Livingston [Sat, 11 Mar 2017 16:04:40 +0000 (10:04 -0600)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_govind_pasdk258Clean4Alpha4' into dev_pasdk_frank_pasdk258Alpha4Release

7 years agoPASDK-258: Minor clean up removing dead wood from test_dsp application.
Govind Jeyaram [Fri, 10 Mar 2017 21:42:24 +0000 (13:42 -0800)]
PASDK-258: Minor clean up removing dead wood from test_dsp application.

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242).
Frank Livingston [Fri, 10 Mar 2017 21:32:27 +0000 (15:32 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242).

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242).
Frank Livingston [Fri, 10 Mar 2017 20:25:43 +0000 (14:25 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242).

7 years agoPASDK-258:Update tools submodule
Frank Livingston [Fri, 10 Mar 2017 15:03:48 +0000 (09:03 -0600)]
PASDK-258:Update tools submodule

7 years agoPASDK-258:Update root installation folder to processor_audio_sdk_1_00_00_02
Frank Livingston [Fri, 10 Mar 2017 01:56:19 +0000 (19:56 -0600)]
PASDK-258:Update root installation folder to processor_audio_sdk_1_00_00_02

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242).
Frank Livingston [Thu, 9 Mar 2017 23:12:47 +0000 (17:12 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242).

Provide single header file to enable/disable and configure benchmarking
build (see PASDK-242 for details on benchmarking configurations).
Header file: common/dbgBenchmark.h
Build with benchmarking disabled is default (SIDK) build.

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
Frank Livingston [Thu, 9 Mar 2017 21:24:27 +0000 (15:24 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
ASIT/ASOT maxFramelength==1024 results in malloc failure during system
intialization w/ CAR,OAR and BMDA in build.

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
Frank Livingston [Thu, 9 Mar 2017 21:11:37 +0000 (15:11 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
Frank Livingston [Thu, 9 Mar 2017 20:27:02 +0000 (14:27 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.

7 years agoPASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
Frank Livingston [Thu, 9 Mar 2017 20:19:22 +0000 (14:19 -0600)]
PASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk242HigherSamplingRat...
Frank Livingston [Thu, 9 Mar 2017 20:08:08 +0000 (14:08 -0600)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk242HigherSamplingRate' into dev_pasdk_frank_pasdk258Alpha4Release

7 years agoPASDK-258:Update Dolby DDP IP submodules to Harmony v1.3
Frank Livingston [Thu, 9 Mar 2017 17:27:43 +0000 (11:27 -0600)]
PASDK-258:Update Dolby DDP IP submodules to Harmony v1.3

7 years agoPASDK-258:Update PAF submodule
Frank Livingston [Thu, 9 Mar 2017 00:02:35 +0000 (18:02 -0600)]
PASDK-258:Update PAF submodule

7 years agoPASDK-258:Update Dolby IP submodules to Harmony v1.3
Frank Livingston [Wed, 8 Mar 2017 22:28:02 +0000 (16:28 -0600)]
PASDK-258:Update Dolby IP submodules to Harmony v1.3

7 years agoPASDK242: Added BMDA and merged CB memset() fix.
Chitresh Gupta [Wed, 8 Mar 2017 11:44:34 +0000 (17:14 +0530)]
PASDK242: Added BMDA and merged CB memset() fix.

7 years agoPASDK-258:Update linker File Search Path for LibArch EDMA example code for PASDK...
Frank Livingston [Wed, 8 Mar 2017 00:51:07 +0000 (18:51 -0600)]
PASDK-258:Update linker File Search Path for LibArch EDMA example code for PASDK custom PDK

7 years agoPASDK-258:Add LibArch environment setup batch file
Frank Livingston [Wed, 8 Mar 2017 00:43:14 +0000 (18:43 -0600)]
PASDK-258:Add LibArch environment setup batch file

7 years agoPASDK-258:Add LibArch release from Jianzhong
Frank Livingston [Wed, 8 Mar 2017 00:42:10 +0000 (18:42 -0600)]
PASDK-258:Add LibArch release from Jianzhong

7 years agoPASDK-258:Update OS package creation script:
Frank Livingston [Tue, 7 Mar 2017 22:39:06 +0000 (16:39 -0600)]
PASDK-258:Update OS package creation script:
1. Remove .doc version of setup guide in docs folder.
2. Retain .pdf version of setup guide in docs folder.

Note: release notes will replace "ReadMe.txt" in root folder.

7 years agoPASDK-258:Add PASDK setup guide, .doc version. This will be removed by build/release...
Frank Livingston [Tue, 7 Mar 2017 22:35:54 +0000 (16:35 -0600)]
PASDK-258:Add PASDK setup guide, .doc version. This will be removed by build/release scripts.

7 years agoPASDK-258:Clean up PASDK docs. Docs relocated from paf/pa/docs folder.
Frank Livingston [Tue, 7 Mar 2017 22:33:12 +0000 (16:33 -0600)]
PASDK-258:Clean up PASDK docs. Docs relocated from paf/pa/docs folder.

7 years agoPASDK-258:Update OS package creation script to handle tools as sub-module (don't...
Frank Livingston [Tue, 7 Mar 2017 22:11:28 +0000 (16:11 -0600)]
PASDK-258:Update OS package creation script to handle tools as sub-module (don't include README.md in release).

7 years agoPASDK-258:Update OS package creation script to handle tools as sub-module (don't...
Frank Livingston [Tue, 7 Mar 2017 22:10:05 +0000 (16:10 -0600)]
PASDK-258:Update OS package creation script to handle tools as sub-module (don't include internal tools in release).

7 years agoAdd fil and src4 to paf build script
Frank Livingston [Tue, 7 Mar 2017 04:20:14 +0000 (22:20 -0600)]
Add fil and src4 to paf build script
Update OS package creation script to handle tools as sub-module (don't
include internal tools in release.
Update ARM/DSP projects for high-sampling rate+SRC code changes.

7 years agoUpdate CCS projects
Frank Livingston [Mon, 6 Mar 2017 23:30:00 +0000 (17:30 -0600)]
Update CCS projects

7 years agoUpdate alpha package
Frank Livingston [Mon, 6 Mar 2017 18:37:38 +0000 (12:37 -0600)]
Update alpha package

7 years agoCircular buffer read cleanup from Build #38 (work on PASDK-53).
Frank Livingston [Sat, 4 Mar 2017 00:31:41 +0000 (18:31 -0600)]
Circular buffer read cleanup from Build #38 (work on PASDK-53).
GPIO debug.
This helps 192 kHz & SRC 4:1 to "work" in some circumstances w/ CAR
enabled for 7.1.4 upmix.

7 years agoPASDK242: Added PAF_SYS_FRAMELENGTH for system framelength.
Chitresh Gupta [Thu, 2 Mar 2017 10:20:43 +0000 (15:50 +0530)]
PASDK242: Added PAF_SYS_FRAMELENGTH for system framelength.

7 years agoBuild #38: remove GPIO debug
Frank Livingston [Wed, 1 Mar 2017 22:17:22 +0000 (16:17 -0600)]
Build #38: remove GPIO debug

7 years agoAdd third debug GPIO
Frank Livingston [Wed, 1 Mar 2017 19:16:20 +0000 (13:16 -0600)]
Add third debug GPIO

7 years agoUpdate ARM app to allow GPIO debug
Frank Livingston [Wed, 1 Mar 2017 19:15:35 +0000 (13:15 -0600)]
Update ARM app to allow GPIO debug