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 <riitta-leena.miettinen@qt.io>
This commit is contained in:
Venugopal Shivashankar
2020-05-29 14:30:23 +02:00
parent c5ce38f046
commit 33c5ff216a
2 changed files with 10 additions and 3 deletions

View File

@@ -40,8 +40,8 @@
\title Qt for MCUs - Supported Target Platforms \title Qt for MCUs - Supported Target Platforms
*/ */
/*! /*!
\externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-stm.html \externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-renesas.html
\title Getting Started on STM \title Getting Started on Renesas
*/ */
/*! /*!
\externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-stm.html \externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-stm.html

View File

@@ -61,11 +61,12 @@
\li The Bare Metal plugin \li The Bare Metal plugin
\li \l{https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm} \li \l{https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm}
{GNU ARM Embedded Toolchain} {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: For more information see:
\list \list
\li \l{Getting Started on NXP} \li \l{Getting Started on NXP}
\li \l{Getting Started on STM} \li \l{Getting Started on STM}
\li \l{Getting Started on Renesas}
\endlist \endlist
\endlist \endlist
@@ -127,6 +128,9 @@
\section2 Adding MCU Devices \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 \QC automatically adds a default MCU device when you select
\uicontrol Apply in the \uicontrol MCU tab after configuring the \uicontrol Apply in the \uicontrol MCU tab after configuring the
MCU tool chain. MCU tool chain.
@@ -145,6 +149,9 @@
\section2 Adding MCU Kits \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 \QC automatically adds kits for building applications and running them
on the specified MCU boards when you select \uicontrol Apply in the on the specified MCU boards when you select \uicontrol Apply in the
\uicontrol MCU tab after configuring the MCU tool chain. \uicontrol MCU tab after configuring the MCU tool chain.