From 808d246607b768ea4dc02e3ef0b178e058d6575c Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sat, 29 Jun 2019 18:22:15 +0300 Subject: baremetal: Long live the IAR EW project generator for ARM Right now it is possible to generate a native projects for the IAR Embedded Workbench IDE, e.g. using the following command: qbs generate -g iarew8 -d -f profile: We need in a valid IAR EW QBS profile, from which the generator take a desired target architecture and other stuff. The IAR EW generator has a semi-intelligent logic, it parses a source QBS project and converts a compiler flags and other stuff to an appropriate configurations of the native IAR EW project. Currently it is supported only one 'iarew8' generator which allow to generate a projects for the IAR EW for ARM for all versions of 8 series. Tested with the IAR EW for ARM v8.20, v8.32, v8.40, using as the QBS bare-metal examples, and as other projects. Change-Id: I2aa24d5a635f1f5a0e645bec8c30053e960d90a3 Reviewed-by: Ivan Komissarov Reviewed-by: Christian Kandeler --- doc/reference/cli/cli-options.qdocinc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/reference/cli/cli-options.qdocinc') diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc index d4c3280a2..f609b1964 100644 --- a/doc/reference/cli/cli-options.qdocinc +++ b/doc/reference/cli/cli-options.qdocinc @@ -201,6 +201,7 @@ \list \li \c clangdb \li \c visualstudio2015 + \li \c iarew8 \endlist The available generators are listed if you run the \c {qbs generate} command -- cgit v1.2.3