Skip to content

ADSP: Improve support for Analog Devices SHARC and Blackfin compilers

Chris Wright requested to merge inkychris/cmake:23349-adsp-platform into master
  • Improves the existing ADSP compiler configuration, moving some setup from the existing "generic ADSP" platform module, and correctly configuring supported C/C++ versions based on compiler version.
  • Adds new dedicated ADSP platform controlled by CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR.
  • Supports automatic detection of CCES and VDSP++ installations prioritised by version (CCES > VDSP++) as well as manual specification of install path via CMAKE_ADSP_ROOT.

Closes: #23349 (closed)
Topic-rename: adsp-platform-and-compilers

Edited by Brad King

Merge request reports