From 33c5ff216a98ec6db6e03d816b7513c098103566 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 29 May 2020 14:30:23 +0200 Subject: Doc: Add a note against the optional subsections The instructions to add a device or a kit is not necessary if the SDK is set up already. Creator handles these automatically and they are not mandatory to set up the development environment. Fixes: QTCREATORBUG-23859 Change-Id: I8ea7248f060a84eb29278950c68d020026106061 Reviewed-by: Leena Miettinen --- doc/qtcreator/src/external-resources/external-resources.qdoc | 4 ++-- doc/qtcreator/src/mcu/creator-mcu-dev.qdoc | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/external-resources/external-resources.qdoc b/doc/qtcreator/src/external-resources/external-resources.qdoc index 138f8ca09f..57b8f5885a 100644 --- a/doc/qtcreator/src/external-resources/external-resources.qdoc +++ b/doc/qtcreator/src/external-resources/external-resources.qdoc @@ -40,8 +40,8 @@ \title Qt for MCUs - Supported Target Platforms */ /*! - \externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-stm.html - \title Getting Started on STM + \externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-renesas.html + \title Getting Started on Renesas */ /*! \externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-stm.html diff --git a/doc/qtcreator/src/mcu/creator-mcu-dev.qdoc b/doc/qtcreator/src/mcu/creator-mcu-dev.qdoc index 00295d0134..268dfde2b4 100644 --- a/doc/qtcreator/src/mcu/creator-mcu-dev.qdoc +++ b/doc/qtcreator/src/mcu/creator-mcu-dev.qdoc @@ -61,11 +61,12 @@ \li The Bare Metal plugin \li \l{https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm} {GNU ARM Embedded Toolchain} - \li The hardware specific requirements vary depending on the hardware platform you are developing for. + \li The hardware-specific requirements vary depending on the hardware platform you are developing for. For more information see: \list \li \l{Getting Started on NXP} \li \l{Getting Started on STM} + \li \l{Getting Started on Renesas} \endlist \endlist @@ -127,6 +128,9 @@ \section2 Adding MCU Devices + \note This optional step is not necessary if you have already + set up the MCU SDK as outlined in \l{Specifying MCU Settings}. + \QC automatically adds a default MCU device when you select \uicontrol Apply in the \uicontrol MCU tab after configuring the MCU tool chain. @@ -145,6 +149,9 @@ \section2 Adding MCU Kits + \note This optional step is not necessary if you have already + set up the MCU SDK as outlined in \l{Specifying MCU Settings}. + \QC automatically adds kits for building applications and running them on the specified MCU boards when you select \uicontrol Apply in the \uicontrol MCU tab after configuring the MCU tool chain. -- cgit v1.2.3