aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/baremetal/creator-baremetal-settings.qdocinc
blob: ea35fe9855bb85039c77189d4e922e5adb643a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [baremetal-common]

    \li In the \uicontrol Name field, enter a name for the connection.
    \li In the \uicontrol {Startup mode} field, select the mode to start
        the debug server provider in.
    \li In the \uicontrol {Peripheral description file} field, specify a path to
        a file that describes the peripherals on the device.
    \li In the \uicontrol Host field, select the host name and port number
        to connect to the debug server provider.
    \li In the \uicontrol {Executable file} field, enter the path to the
        debug server provider executable.

//! [baremetal-common]


//! [baremetal-init-reset]

    \li In the \uicontrol {Init commands} field, enter the commands
        to  execute when initializing the connection.
    \li In the \uicontrol {Reset commands} field, enter the commands
        to  execute when resetting the connection.
    \li Select \uicontrol Apply to add the debug server provider.

//! [baremetal-init-reset]


//! [uvision-common]

    \li In the \uicontrol Name field, enter a name for the connection.
    \li In the \uicontrol Host field, select the host name and port
        number to connect to the debug server provider.
    \li In the \uicontrol {Tools file path} field, enter the path to
        the Keil toolset configuration file.
    \li In the \uicontrol {Target device} field, select the device to
        debug.
    \li In the \uicontrol {Target driver} field, select the driver for
        connecting to the target device.

//! [uvision-common]