From 75e0c58ab43c60c2881ed827fabf1de51be02ec8 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 15 Feb 2019 16:13:45 +0300 Subject: 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 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 --- doc/reference/cli/cli-options.qdocinc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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] -- cgit v1.2.3