Skip to content

Commit e3ad0cb

Browse files
authored
Merge pull request #36 from MDK-Packs/More_1_66_updates
Minor changes
2 parents 2d0a65c + 804cf92 commit e3ad0cb

File tree

7 files changed

+45
-42
lines changed

7 files changed

+45
-42
lines changed

docs/build_run.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,24 @@ Continue to [load and run](#load-and-run) the solution.
1515
After you initiate the build process, a Terminal opens and displays the build operation:
1616

1717
```txt
18-
Execute: cbuild /Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/Blinky.csolution.yml --active NUCLEO-F756ZG --packs
19-
+---------------------------------------------------
20-
(1/1) Building context: "Blinky.Debug+NUCLEO-F756ZG"
21-
Using AC6 V6.24.0 compiler, from: '/Users/user/.vcpkg/artifacts/2139c4c6/compilers.arm.armclang/6.24.0/bin/'
22-
Building CMake target 'Blinky.Debug+NUCLEO-F756ZG'
23-
[1/51] Building C object CMakeFiles/Group_Source_Files_retarget_stdio_c.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/retarget_stdio.o
24-
[2/51] Building ASM object CMakeFiles/Group_CubeMX.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/STM32CubeMX/NUCLEO-F756ZG/STM32CubeMX/MDK-ARM/startup_stm32f756xx.o
25-
Warning: A1950W: The legacy armasm assembler is deprecated. Consider using the armclang integrated assembler instead.
26-
0 Errors, 1 Warning
27-
[3/51] Building C object CMakeFiles/Group_CubeMX.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/STM32CubeMX/NUCLEO-F756ZG/STM32CubeMX/Src/stm32f7xx_hal_timebase_tim.o
28-
...
29-
[49/51] Building C object CMakeFiles/Keil_CMSIS_Driver_USART_3_0_0.dir/Users/user/.cache/arm/packs/ARM/CMSIS-Driver_STM32/1.1.0/Drivers/USART_STM32.o
30-
[50/51] Building C object CMakeFiles/ARM_CMSIS_RTOS2_Keil_RTX5_Source_5_9_0.dir/Users/user/.cache/arm/packs/ARM/CMSIS-RTX/5.9.0/Source/rtx_thread.o
31-
[51/51] Linking C executable /Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/out/Blinky/NUCLEO-F756ZG/Debug/Blinky.axf
32-
Program Size: Code=31972 RO-data=1076 RW-data=512 ZI-data=38760
33-
+------------------------------------------------------------
34-
Build summary: 1 succeeded, 0 failed - Time Elapsed: 00:00:04
35-
+============================================================
36-
Completed: cbuild succeed with exit code 0
37-
Build complete
18+
🔄 Execute: cbuild /Users/user/Git/Org/Blinky_PL10-CNANO/Blinky.csolution.yml --target all --active PIC32CM6408PL10048 --packs --skip-convert
19+
Building CMake target 'Blinky.Debug+PIC32CM6408PL10048'
20+
Using compiler: AC6 V6.24.0
21+
[20/20] Linking C executable /Users/user/Git/Org/Blinky_PL10-CNANO/out/Blinky/PIC32CM6408PL10048/Debug/Blinky.axf
22+
Program Size: Code=24128 RO-data=1304 RW-data=196 ZI-data=4652
23+
[1/1] cd /Users/user/Git/Org/Blinky_PL10-CNANO/tmp/1 &...Git/Org/Blinky_PL10-CNANO/out/Blinky/PIC32CM6408PL10048/Debug
24+
✅ Completed: cbuild succeed with exit code 0
3825
```
3926

4027
The output directory usually contains an ELF (`.axf`) and a HEX (`.hex`) file.
4128

4229
To learn about the solution structure, refer to
4330
[CMSIS-Toolbox documentation](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/)
4431

32+
!!! Tip
33+
You can (re-)run the build command also manually in a VS Code **Terminal** window. This enables you to add further
34+
options (for example `--debug`) to it.
35+
4536
## Load and Run
4637

4738
### Check target information

docs/create_app.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,16 @@ You can:
327327
5. [*Manage software packs*](#manage-software-packs).
328328
6. Open *related documentation*.
329329
330+
#### Install software packs
331+
332+
Browse the [public index](https://www.keil.arm.com/packs/) to search for software packs. This website also provides
333+
hints on how to add a software pack to a CMSIS Solution or via
334+
[`cpackget`](https://open-cmsis-pack.github.io/cmsis-toolbox/build-tools/#cpackget-invocation) to your local
335+
installation.
336+
337+
!!! Tip
338+
Copy the `cpackget` command into the VS Code **Terminal** window to install a pack locally.
339+
330340
#### Manage software packs
331341

332342
Click on either icon: ![Manage software packs](./images/manage-packs.png) to open the **Manage Pack** dialog:

site/build_run.html

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -148,30 +148,21 @@ <h1 id="build">Build</h1>
148148
<p>Continue to <a href="#load-and-run">load and run</a> the solution.</p>
149149
<h2 id="build-output">Build output</h2>
150150
<p>After you initiate the build process, a Terminal opens and displays the build operation:</p>
151-
<pre><code class="language-txt">Execute: cbuild /Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/Blinky.csolution.yml --active NUCLEO-F756ZG --packs
152-
+---------------------------------------------------
153-
(1/1) Building context: &quot;Blinky.Debug+NUCLEO-F756ZG&quot;
154-
Using AC6 V6.24.0 compiler, from: '/Users/user/.vcpkg/artifacts/2139c4c6/compilers.arm.armclang/6.24.0/bin/'
155-
Building CMake target 'Blinky.Debug+NUCLEO-F756ZG'
156-
[1/51] Building C object CMakeFiles/Group_Source_Files_retarget_stdio_c.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/retarget_stdio.o
157-
[2/51] Building ASM object CMakeFiles/Group_CubeMX.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/STM32CubeMX/NUCLEO-F756ZG/STM32CubeMX/MDK-ARM/startup_stm32f756xx.o
158-
Warning: A1950W: The legacy armasm assembler is deprecated. Consider using the armclang integrated assembler instead.
159-
0 Errors, 1 Warning
160-
[3/51] Building C object CMakeFiles/Group_CubeMX.dir/Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/STM32CubeMX/NUCLEO-F756ZG/STM32CubeMX/Src/stm32f7xx_hal_timebase_tim.o
161-
...
162-
[49/51] Building C object CMakeFiles/Keil_CMSIS_Driver_USART_3_0_0.dir/Users/user/.cache/arm/packs/ARM/CMSIS-Driver_STM32/1.1.0/Drivers/USART_STM32.o
163-
[50/51] Building C object CMakeFiles/ARM_CMSIS_RTOS2_Keil_RTX5_Source_5_9_0.dir/Users/user/.cache/arm/packs/ARM/CMSIS-RTX/5.9.0/Source/rtx_thread.o
164-
[51/51] Linking C executable /Users/user/03_work/02_Projects/ST/Nucleo-F756ZG/Blinky/out/Blinky/NUCLEO-F756ZG/Debug/Blinky.axf
165-
Program Size: Code=31972 RO-data=1076 RW-data=512 ZI-data=38760
166-
+------------------------------------------------------------
167-
Build summary: 1 succeeded, 0 failed - Time Elapsed: 00:00:04
168-
+============================================================
169-
Completed: cbuild succeed with exit code 0
170-
Build complete
151+
<pre><code class="language-txt">🔄 Execute: cbuild /Users/user/Git/Org/Blinky_PL10-CNANO/Blinky.csolution.yml --target all --active PIC32CM6408PL10048 --packs --skip-convert
152+
Building CMake target 'Blinky.Debug+PIC32CM6408PL10048'
153+
[20/20] Linking C executable /Users/user/Git/Org/Blinky_PL10-CNANO/out/Blinky/PIC32CM6408PL10048/Debug/Blinky.axf
154+
Program Size: Code=24128 RO-data=1304 RW-data=196 ZI-data=4652
155+
[1/1] cd /Users/user/Git/Org/Blinky_PL10-CNANO/tmp/1 &amp;...Git/Org/Blinky_PL10-CNANO/out/Blinky/PIC32CM6408PL10048/Debug
156+
✅ Completed: cbuild succeed with exit code 0
171157
</code></pre>
172158
<p>The output directory usually contains an ELF (<code>.axf</code>) and a HEX (<code>.hex</code>) file.</p>
173159
<p>To learn about the solution structure, refer to
174160
<a href="https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/">CMSIS-Toolbox documentation</a></p>
161+
<div class="admonition tip">
162+
<p class="admonition-title">Tip</p>
163+
<p>You can (re-)run the build command also manually in a VS Code <strong>Terminal</strong> window. This enables you to add further
164+
options (for example <code>--debug</code>) to it.</p>
165+
</div>
175166
<h2 id="load-and-run">Load and Run</h2>
176167
<h3 id="check-target-information">Check target information</h3>
177168
<p>In the <strong>CMSIS</strong> view, click <img alt="More options" src="images/more-actions-icon.png" /> and then select "Target Information" to

site/create_app.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
</li>
8585
<li class="toctree-l3"><a class="reference internal" href="#software-packs">Software packs</a>
8686
<ul>
87+
<li class="toctree-l4"><a class="reference internal" href="#install-software-packs">Install software packs</a>
88+
</li>
8789
<li class="toctree-l4"><a class="reference internal" href="#manage-software-packs">Manage software packs</a>
8890
</li>
8991
</ul>
@@ -474,6 +476,15 @@ <h3 id="software-packs">Software packs</h3>
474476
<li><a href="#manage-software-packs"><em>Manage software packs</em></a>.</li>
475477
<li>Open <em>related documentation</em>.</li>
476478
</ol>
479+
<h4 id="install-software-packs">Install software packs</h4>
480+
<p>Browse the <a href="https://www.keil.arm.com/packs/">public index</a> to search for software packs. This website also provides
481+
hints on how to add a software pack to a CMSIS Solution or via
482+
<a href="https://open-cmsis-pack.github.io/cmsis-toolbox/build-tools/#cpackget-invocation"><code>cpackget</code></a> to your local
483+
installation.</p>
484+
<div class="admonition tip">
485+
<p class="admonition-title">Tip</p>
486+
<p>Copy the <code>cpackget</code> command into the VS Code <strong>Terminal</strong> window to install a pack locally.</p>
487+
</div>
477488
<h4 id="manage-software-packs">Manage software packs</h4>
478489
<p>Click on either icon: <img alt="Manage software packs" src="images/manage-packs.png" /> to open the <strong>Manage Pack</strong> dialog:</p>
479490
<p><img alt="Manage Pack dialog" src="images/manage-pack-dialog.png" /></p>

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ <h2 id="revision-history">Revision history</h2>
272272

273273
<!--
274274
MkDocs version : 1.6.1
275-
Build Date UTC : 2026-02-11 13:42:43.964232+00:00
275+
Build Date UTC : 2026-02-20 10:03:29.761676+00:00
276276
-->

site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)