Skip to content

Commit

Permalink
Removed Pack Tutorial section
Browse files Browse the repository at this point in the history
  • Loading branch information
KeilChris committed Feb 12, 2025
1 parent e9046ff commit e79b8b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 1 addition & 2 deletions doxygen/pack.dxy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Open-CMSIS-Pack"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Version 1.7.45"
PROJECT_NUMBER = "Version 1.7.46"

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

INPUT = src/General.txt \
src/pack_creation.txt \
src/pack_tutorial.txt \
src/pack_publish.txt \
src/pdsc_format.txt \
src/config_wizard.txt \
Expand Down
14 changes: 11 additions & 3 deletions doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,16 @@ itself is distributed in various software packs (CORE, DSP library, RTOS impleme
The following sections provide more information:

- In the \ref cp_Packs, learn the basics and the required steps for creating a pack.
- \ref cp_PackTutorial are available that show how to start a software pack from scratch, how to
enable device support in a device support pack (DFP), and how to describe development boards in a
board support pack (BSP).
- \ref packFormat describes all XML elements that can be used in a package description file.
- \ref configWizard can be used to create GUI-like elements in development tools for configuration files.
- \ref flashAlgorithm algorithms are used to erase or download applications to Flash devices.
- \ref coresight_setup allows to create tool-agnostic debug and trace configurations.
- \ref sdf_pg describes all XML elements that can be used in a system description file for debugging.

\note
The <a href="https://open-cmsis-pack.github.io/cmsis-toolbox/pack-tools/">CMSIS-Toolbox documentation</a> provides in-depth
documentation about how to create a CMSIS-Pack. It contains links to pack tutorial repos (for DFP, BSP, and generic software
packs) and provides useful tips when creating a pack.
*/

/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
Expand All @@ -78,6 +80,12 @@ The following sections provide more information:
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.7.46</td>
<td>
- removed "Pack Tutorials" section and added link to CMSIS-Toolbox documentation
</td>
</tr>
<tr>
<td>1.7.45</td>
<td>
Expand Down

0 comments on commit e79b8b4

Please sign in to comment.