From 2c3855431f6e46d40a0891b72aec85ab6c029fbc Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Tue, 7 May 2019 17:12:17 +0300 Subject: [PATCH] doc: Add mention about the bare-metal compilers Change-Id: Icb34353a3793f589c04e74faa8cc18682aff0197 Reviewed-by: hjk Reviewed-by: Leena Miettinen --- .../creator-projects-compilers.qdoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/src/projects/creator-only/creator-projects-compilers.qdoc b/doc/src/projects/creator-only/creator-projects-compilers.qdoc index 5387e4c6803..6a907233fd2 100644 --- a/doc/src/projects/creator-only/creator-projects-compilers.qdoc +++ b/doc/src/projects/creator-only/creator-projects-compilers.qdoc @@ -74,6 +74,26 @@ \endlist + In addition, the \QC Bare Metal Device plugin provides support for the + following compilers: + + \list + + \li \l{https://www.iar.com/iar-embedded-workbench/}{IAREW} is a group of + C and C++ bare-metal compilers from the various IAR Embedded Workbench + development environments. + \note Currently supported architectures are \c 8051, \c AVR, and \c ARM. + + \li \l{https://www.keil.com}{KEIL} is a group of C and C++ bare-metal + compilers from the various KEIL development environments. + \note Currently supported architectures are \c 8051 and \c ARM. + + \li \l{https://sdcc.sourceforge.net}{SDCC} is a retargetable, optimizing + C bare-metal compiler for various architectures. + \note Currently supported architecture is \c 8051. + + \endlist + To build an application using GCC, MinGW, Clang, or QCC, specify the path to the directory where the compiler is located and select the application binary interface (ABI) version from the list of available