aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-05-29 14:30:23 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-05-29 21:46:15 +0000
commit33c5ff216a98ec6db6e03d816b7513c098103566 (patch)
tree33ea77e8cb3c4da62eb25ee8d7909a76d1c44de8
parentc5ce38f0462b77c492d19dd9ea0901d5d9076a2b (diff)
Doc: Add a note against the optional subsectionsv4.12.2
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>
-rw-r--r--doc/qtcreator/src/external-resources/external-resources.qdoc4
-rw-r--r--doc/qtcreator/src/mcu/creator-mcu-dev.qdoc9
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.