summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorChris Wright <chris.wright@mqa.co.uk>2022-03-24 11:35:40 (GMT)
committerChris Wright <chris.wright@mqa.co.uk>2022-04-04 16:05:09 (GMT)
commit87142bbd5f94de9591b0a5531e427a5f491f56fd (patch)
tree51605139a9795d58fadc2b2a2fe693795cebe41a /Help/release
parente9eabb0dcdb2fd8084135e02a1ad63047f8ae772 (diff)
downloadCMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.zip
CMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.tar.gz
CMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.tar.bz2
ADSP: Add dedicated platform module
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/adsp-platform-and-compilers.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/adsp-platform-and-compilers.rst b/Help/release/dev/adsp-platform-and-compilers.rst
index 3b8ac5a..396b29d 100644
--- a/Help/release/dev/adsp-platform-and-compilers.rst
+++ b/Help/release/dev/adsp-platform-and-compilers.rst
@@ -5,3 +5,9 @@ adsp-platform-and-compilers
both CCES and VDSP++ installations,
with required configuration now done in the compiler module itself
rather than the Generic-ADSP platform module.
+
+* A dedicated ``ADSP`` platform has been added
+ to replace the existing ``Generic-ADSP`` implementation.
+ This features automatic detection of the latest CCES/VDSP++ install
+ and compiler selection (``cc21k`` vs. ``ccblkfn``)
+ based off of the :variable:`CMAKE_SYSTEM_PROCESSOR` variable.