Skip to content

Commit e79b8b4

Browse files
committed
Removed Pack Tutorial section
1 parent e9046ff commit e79b8b4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

doxygen/pack.dxy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Open-CMSIS-Pack"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 1.7.45"
41+
PROJECT_NUMBER = "Version 1.7.46"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -859,7 +859,6 @@ WARN_LOGFILE =
859859

860860
INPUT = src/General.txt \
861861
src/pack_creation.txt \
862-
src/pack_tutorial.txt \
863862
src/pack_publish.txt \
864863
src/pdsc_format.txt \
865864
src/config_wizard.txt \

doxygen/src/General.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ itself is distributed in various software packs (CORE, DSP library, RTOS impleme
5959
The following sections provide more information:
6060

6161
- In the \ref cp_Packs, learn the basics and the required steps for creating a pack.
62-
- \ref cp_PackTutorial are available that show how to start a software pack from scratch, how to
63-
enable device support in a device support pack (DFP), and how to describe development boards in a
64-
board support pack (BSP).
6562
- \ref packFormat describes all XML elements that can be used in a package description file.
6663
- \ref configWizard can be used to create GUI-like elements in development tools for configuration files.
6764
- \ref flashAlgorithm algorithms are used to erase or download applications to Flash devices.
6865
- \ref coresight_setup allows to create tool-agnostic debug and trace configurations.
6966
- \ref sdf_pg describes all XML elements that can be used in a system description file for debugging.
67+
68+
\note
69+
The <a href="https://open-cmsis-pack.github.io/cmsis-toolbox/pack-tools/">CMSIS-Toolbox documentation</a> provides in-depth
70+
documentation about how to create a CMSIS-Pack. It contains links to pack tutorial repos (for DFP, BSP, and generic software
71+
packs) and provides useful tips when creating a pack.
7072
*/
7173

7274
/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
@@ -78,6 +80,12 @@ The following sections provide more information:
7880
<th>Version</th>
7981
<th>Description</th>
8082
</tr>
83+
<tr>
84+
<td>1.7.46</td>
85+
<td>
86+
- removed "Pack Tutorials" section and added link to CMSIS-Toolbox documentation
87+
</td>
88+
</tr>
8189
<tr>
8290
<td>1.7.45</td>
8391
<td>

0 commit comments

Comments
 (0)