forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user