forked from qt-creator/qt-creator
Doc: Update the MCU options screenshot
In addition, replaced the explicit list of hardware platforms with a link to the Qt for MCUs documentation. Task-numger: QTCREATORBUG-23764 Change-Id: I11b7a35a8307e3dbe832a77b43213c5049b73793 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
@@ -34,3 +34,24 @@
|
|||||||
\title macOS
|
\title macOS
|
||||||
\internal
|
\internal
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\externalpage https://doc.qt.io/QtForMCUs/qtul-environment.html
|
||||||
|
\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-on-stm.html
|
||||||
|
\title Getting Started on STM
|
||||||
|
*/
|
||||||
|
/*!
|
||||||
|
\externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-on-nxp.html
|
||||||
|
\title Getting Started on NXP
|
||||||
|
*/
|
||||||
|
/*!
|
||||||
|
\externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-windows.html
|
||||||
|
\title Getting Started on Windows
|
||||||
|
*/
|
||||||
|
@@ -47,22 +47,11 @@
|
|||||||
Linux, and macOS. However, the Qt for MCU SDK is currently only available
|
Linux, and macOS. However, the Qt for MCU SDK is currently only available
|
||||||
for Windows.
|
for Windows.
|
||||||
|
|
||||||
The following MCU boards are currently supported:
|
For a list of Qt for MCU reference implementations, see the
|
||||||
|
\l{Qt for MCUs - Supported Target Platforms}{Qt for MCUs} documentation.
|
||||||
\list
|
|
||||||
\li \l{https://www.st.com/en/evaluation-tools/stm32f7508-dk.html}
|
|
||||||
{STM32F7508-DK}
|
|
||||||
\li \l{https://www.st.com/en/evaluation-tools/32f769idiscovery.html}
|
|
||||||
{STM32F769I-DISCO}
|
|
||||||
\li \l{https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1050-evaluation-kit:MIMXRT1050-EVK}
|
|
||||||
{NXP i.MX RT1050 EVK}
|
|
||||||
\endlist
|
|
||||||
|
|
||||||
For a list of Qt for MCU reference implementations, see the Qt for MCU
|
|
||||||
documentation.
|
|
||||||
|
|
||||||
You use the \l{Connecting Bare Metal Devices}{Bare metal plugin} to connect
|
You use the \l{Connecting Bare Metal Devices}{Bare metal plugin} to connect
|
||||||
to OpenOCD or ST-LINK Utility for debugging on MCUs.
|
to a debug server provider for debugging on MCUs.
|
||||||
|
|
||||||
\section1 Requirements
|
\section1 Requirements
|
||||||
|
|
||||||
@@ -73,25 +62,18 @@
|
|||||||
\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 For STM32 boards:
|
\li The hardware specific requirements vary depending on the hardware platform you are developing for.
|
||||||
\list
|
For more information see:
|
||||||
\li \l{https://www.st.com/en/embedded-software/stm32cubef7.html}
|
\list
|
||||||
{STM32Cube SDK}
|
\li \l{Getting Started on NXP}
|
||||||
\li \l{https://www.st.com/en/development-tools/stm32cubeprog.html}
|
\li \l{Getting Started on STM}
|
||||||
{STM32Cube Programmer}
|
\endlist
|
||||||
\endlist
|
|
||||||
\li For NXP boards:
|
|
||||||
\list
|
|
||||||
\li \l{https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1050-evaluation-kit:MIMXRT1050-EVK}
|
|
||||||
{NXP EVKB-IMXRT 1050 SDK}
|
|
||||||
\li \l{https://www.segger.com/downloads/jlink}{SEGGER JLink}
|
|
||||||
\endlist
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section1 Setting Up the Development Environment
|
\section1 Setting Up the Development Environment
|
||||||
|
|
||||||
You must download and install the required software and create connections
|
You must download and install the required software and create connections
|
||||||
between \QC and MCUs.
|
between \QC and MCUs. For more information, see \l{Getting Started on Windows}.
|
||||||
|
|
||||||
\section2 Enabling Bare Metal and MCU Plugins
|
\section2 Enabling Bare Metal and MCU Plugins
|
||||||
|
|
||||||
@@ -117,7 +99,10 @@
|
|||||||
\image qtcreator-mcu-options.png "MCU options"
|
\image qtcreator-mcu-options.png "MCU options"
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li In the \uicontrol {MCU board} field, select your MCU board.
|
\li In the \uicontrol {Qt for MCUs SDK} field, specify the path
|
||||||
|
to the directory where you installed Qt for MCUs SDK.
|
||||||
|
\li In the \uicontrol {Targets supported by the Qt for MCUs SDK}
|
||||||
|
field, select your MCU board.
|
||||||
\li In the \uicontrol {GNU ARM Embedded Toolchain} field,
|
\li In the \uicontrol {GNU ARM Embedded Toolchain} field,
|
||||||
specify the path to the directory where you installed the
|
specify the path to the directory where you installed the
|
||||||
tool chain.
|
tool chain.
|
||||||
@@ -137,8 +122,6 @@
|
|||||||
\li In the \uicontrol {SEGGER JLink} field, specify the
|
\li In the \uicontrol {SEGGER JLink} field, specify the
|
||||||
path to the directory where you installed the tool.
|
path to the directory where you installed the tool.
|
||||||
\endlist
|
\endlist
|
||||||
\li In the \uicontrol {Qt MCU SDK} field, specify the path to the
|
|
||||||
directory where you installed Qt MCU.
|
|
||||||
\li Select \uicontrol Apply to save the settings and to generate
|
\li Select \uicontrol Apply to save the settings and to generate
|
||||||
a MCU device and kit.
|
a MCU device and kit.
|
||||||
\endlist
|
\endlist
|
||||||
|
Reference in New Issue
Block a user