You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pname:` | Optional | Identifies the processor (not requried for single core system).
2500
2500
`port:` | Optional | Set TCP/IP port number of Telnet Server (default: 4444, 4445, ... incremented for each processor).
2501
-
`file:` | Optional | Explicit path and name of the telnet output file (default: ./out/\<solution-name\>+\<target-type\>.\<pname\>.out).
2501
+
`file-in:` | Optional | Explicit path and name of the telnet input file. Default: ./out/\<solution-name\>+\<target-type\>.\<pname\>.in
2502
+
`file-out:` | Optional | Explicit path and name of the telnet output file. Default: ./out/\<solution-name\>+\<target-type\>.\<pname\>.out
Copy file name to clipboardExpand all lines: docs/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ Thank you for using the **CMSIS-Toolbox** that provides command-line tools for:
24
24
25
25
-[**Build Information Files**](YML-CBuild-Format.md) details the build information generated by the `csolution` tool. It includes license information for components and configuration for download and debug.
26
26
27
-
-[**pyOCD Debugger**](pyOCD-Debugger.md) explains the usage of the [pyOCD](https://pyocd.io/) Debugger in combination with the CMSIS-Toolbox configuration features.
28
-
29
27
-[**Theory of Operation**](build-operation.md) contains further details about the build process including CMake, West, generator (device configurators), and debugger integration for advanced users.
30
28
31
29
-[**Pack Creation**](pack-tools.md) describes how to create software packs that optionally include examples and explains the pack creation tools `packchk` (software pack verification) and `svdconv` (SVD file verification and header file generator).
@@ -34,6 +32,10 @@ Thank you for using the **CMSIS-Toolbox** that provides command-line tools for:
34
32
35
33
-[**Experimental Features**](Experimental-Features.md) for resource management of multi-project linker scripts, run and debug management.
36
34
35
+
-**Debugger Support**
36
+
-[**pyOCD Debugger**](pyOCD-Debugger.md) explains the usage of the [pyOCD](https://pyocd.io/) Debugger in combination with the CMSIS-Toolbox configuration features.
37
+
-[**J-Link Debugger**](pyOCD-Debugger.md) explains the usage of the [J-Link GDB Server](https://www.segger.com/products/debug-probes/j-link/tools/j-link-gdb-server/about-j-link-gdb-server/) in combination with the CMSIS-Toolbox configuration features.
38
+
37
39
-**Device Configuration Tools**
38
40
-[**MCUXpresso for NXP Devices**](./MCUXpressoConfig.md) shows how to use [MCUXpresso Config Tools](https://www.nxp.com/configtools) to manage device and board configuration.
39
41
-[**STM32CubeMX for STM32**](CubeMX.md) explains how to use [STM32CubeMX](https://www.st.com/en/development-tools/stm32cubemx.html) to manage device and board configuration.
0 commit comments