aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-02-15 16:13:45 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-02-18 12:58:54 +0000
commit75e0c58ab43c60c2881ed827fabf1de51be02ec8 (patch)
tree550f22b1c19e7a52480b49c98f1f00d494ecc604 /doc
parentcdd62709b06def6bd78f7a3c4b5dff8173bc6130 (diff)
bare-metal: Add possibility to create the IAR toolchain profile
... from the qbs console using the 'setup-toolchains' command. To create the IAR profile it is enougth to use the following command: qbs setup-toolchains --type iar <path/to/iar/compiler/binary> <profile name> A toolchain type can be omitted; in this case the QBS will tries to detect the toolchain type from the specified compiler name. Also it is possible to auto-detect the IAR toolchain from the PATH environment using the following command: qbs setup-toolchain --detect At current time are supported the following IAR toolchains: * for 8051 * for ARM * for AVR Change-Id: I5cdc406e475da7c6649427138b8852239012dbea Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cli/cli-options.qdocinc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc
index 2111d8a2d..7d2e36376 100644
--- a/doc/reference/cli/cli-options.qdocinc
+++ b/doc/reference/cli/cli-options.qdocinc
@@ -494,6 +494,7 @@
\li \c gcc
\li \c mingw
\li \c msvc
+ \li \c iar
\endlist
//! [type]