1
0

adsp-platform-and-compilers.rst 560 B

12345678910111213
  1. adsp-platform-and-compilers
  2. ---------------------------
  3. * The ADSP compiler (SHARC and Blackfin) now supports
  4. both CCES and VDSP++ installations,
  5. with required configuration now done in the compiler module itself
  6. rather than the Generic-ADSP platform module.
  7. * A dedicated ``ADSP`` platform has been added
  8. to replace the existing ``Generic-ADSP`` implementation.
  9. This features automatic detection of the latest CCES/VDSP++ install
  10. and compiler selection (``cc21k`` vs. ``ccblkfn``)
  11. based off of the :variable:`CMAKE_SYSTEM_PROCESSOR` variable.