From 07e82d9b91f3fa52590db2849aef6d5b0062c3a9 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 15 Feb 2019 17:03:58 +0300 Subject: bare-metal: Add possibility to create the KEIL toolchain profile ... from the qbs console using the 'setup-toolchains' command. To create the KEIL profile it is enougth to use the following command: qbs setup-toolchains --type keil 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 KEIL toolchain from the PATH environment using the following command: qbs setup-toolchain --detect At current time are supported the following KEIL toolchains: * for 8051 * for ARM Change-Id: I80241866c3ec49a4294d896c70b65b75a2341a2a 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 7d2e36376..2d35bea61 100644 --- a/doc/reference/cli/cli-options.qdocinc +++ b/doc/reference/cli/cli-options.qdocinc @@ -495,6 +495,7 @@ \li \c mingw \li \c msvc \li \c iar + \li \c keil \endlist //! [type] -- cgit v1.2.3