summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-10-23 17:22:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-10-25 08:19:47 +0000
commit4b7f52811a65e634280262e63fa7251ce56da83a (patch)
treef13883b97192d4d3877c41d886a9228502a93aaa /doc
parent0de98aa240b696d399ed7ed66856ff87f7e596af (diff)
downloadqt-creator-4b7f52811a65e634280262e63fa7251ce56da83a.tar.gz
Doc: Update info about connecting MCUs
Change-Id: I5b13f7a39534c9721be0ec0b7575943bdafc5795 Reviewed-by: Aurindam Jana <aurindam.jana@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-mcu-options.pngbin19827 -> 18542 bytes
-rw-r--r--doc/src/mcu/creator-mcu-dev.qdoc16
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/images/qtcreator-mcu-options.png b/doc/images/qtcreator-mcu-options.png
index e5bcf1f4e6..f01f189437 100644
--- a/doc/images/qtcreator-mcu-options.png
+++ b/doc/images/qtcreator-mcu-options.png
Binary files differ
diff --git a/doc/src/mcu/creator-mcu-dev.qdoc b/doc/src/mcu/creator-mcu-dev.qdoc
index c4da995de3..90d5df5486 100644
--- a/doc/src/mcu/creator-mcu-dev.qdoc
+++ b/doc/src/mcu/creator-mcu-dev.qdoc
@@ -31,7 +31,7 @@
\title Connecting MCUs
- \l{Qt for MCUs} enables you to use subsets of QML and Qt Quick Controls
+ \l{Qt for MCU} enables you to use subsets of QML and Qt Quick Controls
to create user interfaces for devices that are powered by microcontroller
units (MCU). It includes a new graphics rendering engine that has a low
memory footprint and is optimized for MCUs and other resource-constrained
@@ -44,7 +44,8 @@
debug them using \QC.
The toolchains are available for cross-compilation on Microsoft Windows,
- Linux, and macOS.
+ Linux, and macOS. However, the Qt for MCU SDK is currently only available
+ for Windows.
The following MCU boards are currently supported:
@@ -52,7 +53,7 @@
\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}
- {32F769IDISCOVERY}
+ {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
@@ -68,9 +69,10 @@
To use \QC to develop QML applications for MCUs, you need the following:
\list
- \li Qt for MCU SDK
+ \li Qt for MCU SDK (only available for Windows)
\li The Bare Metal plugin
- \li GNU ARM Embedded Toolchain
+ \li \l{https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm}
+ {GNU ARM Embedded Toolchain}
\li For STM32 boards:
\list
\li \l{https://www.st.com/en/embedded-software/stm32cubef7.html}
@@ -81,7 +83,7 @@
\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
+ {NXP EVKB-IMXRT 1050 SDK}
\li \l{https://www.segger.com/downloads/jlink}{SEGGER JLink}
\endlist
\endlist
@@ -184,7 +186,7 @@
You can use a wizard to set up a project for developing an application that
you can run on MCUs. The project uses a subset of QML and Qt Quick Controls
- that are supported by Qt for MCUs. For more information about developing
+ that are supported by Qt for MCU. For more information about developing
applications for MCUs, see the Qt for MCU documentation.
To create an application and run it on a MCU board: