Skip to content

Commit 5f428e5

Browse files
authored
Update README.md for Zephyr Terminal instructions (#13)
1 parent f93f326 commit 5f428e5

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and run the image on the target hardware.
2020
- Press the **Load & Debug application** button to start a debug session.
2121

2222
> [!NOTE]
23-
> Check that the **Arm CMSIS Solution** extension is at least v1.64.0.
23+
> Check that the **Arm CMSIS Solution** extension is at least v1.66.0.
2424
2525
### Switch to a different board
2626

@@ -57,6 +57,23 @@ Zephyr board name like this:
5757
> Make sure to delete the previous `/out` and `/tmp` directories before saving the updated `*.csolution.yml` file,
5858
> otherwise the solution might not load correctly.
5959

60+
## Use the Zephyr Terminal in CMSIS View
61+
62+
Keil Studio includes a built-in **Zephyr Terminal** that runs `west` commands directly inside the IDE. When the terminal opens, it automatically sets the example build folder as the working directory and configures the Zephyr environment.
63+
64+
Example `west` commands:
65+
66+
```bash
67+
# Build the project
68+
west build
69+
70+
# Open GUI configuration
71+
west build -t guiconfig
72+
73+
# Generate RAM report
74+
west build -t ram_report
75+
```
76+
6077
## Introduction video
6178

6279
[![Keil Studio Zephyr capabilities Video](./video/preview.png)](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/CMSIS-Zephyr.mp4)

0 commit comments

Comments
 (0)