summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-06 16:04:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-04-06 16:04:43 (GMT)
commitc508935dad210a19b3a2eb4b78f1dddac5efe6dc (patch)
tree3a48868554b22d40dbc823ae6cc32e068e78b874 /Help/release
parent2b4081660c1cc1c43de7b48a948ee4b01cad8f12 (diff)
parent87142bbd5f94de9591b0a5531e427a5f491f56fd (diff)
downloadCMake-c508935dad210a19b3a2eb4b78f1dddac5efe6dc.zip
CMake-c508935dad210a19b3a2eb4b78f1dddac5efe6dc.tar.gz
CMake-c508935dad210a19b3a2eb4b78f1dddac5efe6dc.tar.bz2
Merge topic 'adsp-platform-and-compilers'
87142bbd5f ADSP: Add dedicated platform module e9eabb0dcd ADSP: Configure compiler in compiler module 88b38f531a ADSP: Support both VDSP++ and CCES for ADSP compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7123
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/adsp-platform-and-compilers.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/release/dev/adsp-platform-and-compilers.rst b/Help/release/dev/adsp-platform-and-compilers.rst
new file mode 100644
index 0000000..396b29d
--- /dev/null
+++ b/Help/release/dev/adsp-platform-and-compilers.rst
@@ -0,0 +1,13 @@
+adsp-platform-and-compilers
+---------------------------
+
+* The ADSP compiler (SHARC and Blackfin) now supports
+ 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.