summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4eec631)
raw | patch | inline | side by side (parent: 4eec631)
author | Jianzhong Xu <uda0869574local@UDA0869574> | |
Mon, 9 Jul 2018 19:13:29 +0000 (15:13 -0400) | ||
committer | Jianzhong Xu <uda0869574local@UDA0869574> | |
Mon, 9 Jul 2018 19:13:29 +0000 (15:13 -0400) |
installer_builder/rtsc/Makefile | patch | blob | history | |
pa_demo_docs/PA_Demo_Audio_IO_Porting_Guide.pdf | [new file with mode: 0644] | patch | blob |
pa_demo_docs/PA_Demo_IO_framework.pdf | [new file with mode: 0644] | patch | blob |
pa_demo_docs/readme.txt | [new file with mode: 0644] | patch | blob |
index 3c04c3a0c90c1ab6276c6875ae18b466370665e2..78f4140b97f5612aee4728e42ce0df59028edae6 100644 (file)
@mkdir -p exports/$(PACKAGE_NAME)/src\r
@mkdir -p exports/$(PACKAGE_NAME)/tools\r
@mkdir -p exports/$(PACKAGE_NAME)/prebuilt-binaries\r
+ @mkdir -p exports/$(PACKAGE_NAME)/docs\r
\r
.docs:\r
\r
@cp -R $(PA_BASE_DIR)/tools/config.ini exports/$(PACKAGE_NAME)/tools\r
@cp -R $(PA_BASE_DIR)/tools/setup.bat exports/$(PACKAGE_NAME)/tools\r
@cp -R $(PA_BASE_DIR)/setup_build_env exports/$(PACKAGE_NAME)/src\r
+ @cp -R $(PA_BASE_DIR)/pa_demo_docs/*.pdf exports/$(PACKAGE_NAME)/docs\r
@cp -R $(PA_BASE_DIR)/install/pasrc/debug/* exports/$(PACKAGE_NAME)/prebuilt-binaries\r
@cp -R $(PA_BASE_DIR)/Makefile exports/$(PACKAGE_NAME)/src\r
@cp -R $(PA_BASE_DIR)/products.mak exports/$(PACKAGE_NAME)/src\r
+ @cp -R $(PA_BASE_DIR)/pa_demo_docs/readme.txt exports/$(PACKAGE_NAME)/\r
@echo "archive files to tar ball ..."\r
@cd exports; zip -q -r $(PACKAGE_NAME).zip $(PACKAGE_NAME)\r
\r
diff --git a/pa_demo_docs/PA_Demo_Audio_IO_Porting_Guide.pdf b/pa_demo_docs/PA_Demo_Audio_IO_Porting_Guide.pdf
new file mode 100644 (file)
index 0000000..00fb9c8
Binary files /dev/null and b/pa_demo_docs/PA_Demo_Audio_IO_Porting_Guide.pdf differ
index 0000000..00fb9c8
Binary files /dev/null and b/pa_demo_docs/PA_Demo_Audio_IO_Porting_Guide.pdf differ
diff --git a/pa_demo_docs/PA_Demo_IO_framework.pdf b/pa_demo_docs/PA_Demo_IO_framework.pdf
new file mode 100644 (file)
index 0000000..6a63c9a
Binary files /dev/null and b/pa_demo_docs/PA_Demo_IO_framework.pdf differ
index 0000000..6a63c9a
Binary files /dev/null and b/pa_demo_docs/PA_Demo_IO_framework.pdf differ
diff --git a/pa_demo_docs/readme.txt b/pa_demo_docs/readme.txt
--- /dev/null
+++ b/pa_demo_docs/readme.txt
@@ -0,0 +1,13 @@
+ReadMe:
+
+This is the Performance Audio demo.
+
+Description of the directory structure:
+ - prebuilt-binaries: pre-built C66x and CortexA15 binaries
+ - src: source code and scripts/makefile to rebuild the demo
+ - tools: windows based tools for run-time reconfiguration of the demo
+ - docs: documentation about audio I/O and framework which this demo is built on
+
+For detailed instructions to run the demo and rebuild it from the source code, please refer to
+http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/Examples_and_Demonstrations.html#performance-audio-demo
+