summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPragat Chaudhari2014-12-04 13:38:54 -0600
committerPragat Chaudhari2014-12-04 13:38:54 -0600
commit23ddee42c846230b44e1be82dca44cdf387006f7 (patch)
tree9444065112685e54254ee1abfedb0be5ee518b37
parent92e324ca9b45a9fede46c3f482cc8638399929b3 (diff)
parent588e5d962513139ee32b85204931a59470d30269 (diff)
downloadfftc-lld-23ddee42c846230b44e1be82dca44cdf387006f7.tar.gz
fftc-lld-23ddee42c846230b44e1be82dca44cdf387006f7.tar.xz
fftc-lld-23ddee42c846230b44e1be82dca44cdf387006f7.zip
Merge branch 'releases/mcsdk_03.01.01.00'
-rwxr-xr-xdocs/ReleaseNotes_FFTCDriver.docbin132608 -> 136192 bytes
-rwxr-xr-xdocs/ReleaseNotes_FFTCDriver.pdfbin90911 -> 93950 bytes
-rwxr-xr-xpackage.xdc2
-rwxr-xr-xtest/k2h/c66/bios/fftc_linker.cmd6
-rwxr-xr-xtest/k2k/c66/bios/fftc_linker.cmd6
-rw-r--r--test/k2l/c66/bios/fftc_linker.cmd20
6 files changed, 26 insertions, 8 deletions
diff --git a/docs/ReleaseNotes_FFTCDriver.doc b/docs/ReleaseNotes_FFTCDriver.doc
index 4ac5250..9cda730 100755
--- a/docs/ReleaseNotes_FFTCDriver.doc
+++ b/docs/ReleaseNotes_FFTCDriver.doc
Binary files differ
diff --git a/docs/ReleaseNotes_FFTCDriver.pdf b/docs/ReleaseNotes_FFTCDriver.pdf
index 1c2509d..2894c30 100755
--- a/docs/ReleaseNotes_FFTCDriver.pdf
+++ b/docs/ReleaseNotes_FFTCDriver.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index bcbe1b6..8aefa17 100755
--- a/package.xdc
+++ b/package.xdc
@@ -9,7 +9,7 @@
9 * Copyright (C) 2012, 2014, Texas Instruments, Inc. 9 * Copyright (C) 2012, 2014, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.fftc[2, 02, 00, 04] { 12package ti.drv.fftc[2, 02, 00, 05] {
13 module Settings; 13 module Settings;
14} 14}
15 15
diff --git a/test/k2h/c66/bios/fftc_linker.cmd b/test/k2h/c66/bios/fftc_linker.cmd
index c4b1069..c50266f 100755
--- a/test/k2h/c66/bios/fftc_linker.cmd
+++ b/test/k2h/c66/bios/fftc_linker.cmd
@@ -1,5 +1,11 @@
1SECTIONS 1SECTIONS
2{ 2{
3 .testcode > MSMCSRAM
4 {
5 test_main.obj(.text)
6 test_osal.obj(.text)
7 }
8
3 .qmss: load >> MSMCSRAM 9 .qmss: load >> MSMCSRAM
4 .cppi: load >> MSMCSRAM 10 .cppi: load >> MSMCSRAM
5 .fftc: load >> MSMCSRAM 11 .fftc: load >> MSMCSRAM
diff --git a/test/k2k/c66/bios/fftc_linker.cmd b/test/k2k/c66/bios/fftc_linker.cmd
index c4b1069..c50266f 100755
--- a/test/k2k/c66/bios/fftc_linker.cmd
+++ b/test/k2k/c66/bios/fftc_linker.cmd
@@ -1,5 +1,11 @@
1SECTIONS 1SECTIONS
2{ 2{
3 .testcode > MSMCSRAM
4 {
5 test_main.obj(.text)
6 test_osal.obj(.text)
7 }
8
3 .qmss: load >> MSMCSRAM 9 .qmss: load >> MSMCSRAM
4 .cppi: load >> MSMCSRAM 10 .cppi: load >> MSMCSRAM
5 .fftc: load >> MSMCSRAM 11 .fftc: load >> MSMCSRAM
diff --git a/test/k2l/c66/bios/fftc_linker.cmd b/test/k2l/c66/bios/fftc_linker.cmd
index 4d0b718..c50266f 100644
--- a/test/k2l/c66/bios/fftc_linker.cmd
+++ b/test/k2l/c66/bios/fftc_linker.cmd
@@ -1,7 +1,13 @@
1SECTIONS 1SECTIONS
2{ 2{
3 .qmss: load >> MSMCSRAM 3 .testcode > MSMCSRAM
4 .cppi: load >> MSMCSRAM 4 {
5 .fftc: load >> MSMCSRAM 5 test_main.obj(.text)
6 .init_array: load >> L2SRAM 6 test_osal.obj(.text)
7} 7 }
8
9 .qmss: load >> MSMCSRAM
10 .cppi: load >> MSMCSRAM
11 .fftc: load >> MSMCSRAM
12 .init_array: load >> L2SRAM
13}