Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
A few minor adjustments according to Grammarly check
  • Loading branch information
rkopsch authored and brondani committed Jan 10, 2025
1 parent 56f466c commit 25eee39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Thank you for using the **CMSIS-Toolbox** that provides command-line tools for:

- [**Build Tools**](build-tools.md) contains command line descriptions for `cbuild` (build projects), `csolution` (transform *csolution project files*), and `cpackget` (manage software packs).

- [**CSolution Project Structure**](build-overview.md) describes the overall concept, outlines the *csolution project files* that describes the software application, and contains references to examples and project templates.
- [**CSolution Project Structure**](build-overview.md) describes the overall concept, outlines the *csolution project files* that describe the software application, and contains references to examples and project templates.

- [**CSolution Project Format**](YML-Input-Format.md) is a detailed description of the *csolution project files* that define the software application in YAML format.

- [**Create Applications**](CreateApplications.md) explains how to start projects using software packs. It covers also linker script creation, software pack structure, and project maintenance with pack upgrades.
- [**Create Applications**](CreateApplications.md) explains how to start projects using software packs. It also covers linker script creation, software pack structure, and project maintenance with pack upgrades.

- [**Reference Applications**](ReferenceApplications.md) explains how to use and create examples that show middleware usage on on many different evaluation boards including custom hardware.
- [**Reference Applications**](ReferenceApplications.md) explains how to use and creates examples that show middleware usage on many different evaluation boards, including custom hardware.

- [**Configure STM32 Devices with STM32CubeMX**](CubeMX.md) explains how to use [STM32CubeMX](https://www.st.com/en/development-tools/stm32cubemx.html) to manage device and board configuration.

- [**Configure NXP Devices with MCUXpresso Config Tools**](./MCUXpressoConfig.md) shows how to use [MCUXpresso Config Tools](https://www.nxp.com/configtools) to manage device and board configuration.

- [**Build Information Files**](YML-CBuild-Format.md) details the build information generated by the `csolution` tool.

- [**Build Operation**](build-operation.md) contains for advanced users further details about build process, CMake backend configuration, and generator integration.
- [**Build Operation**](build-operation.md) contains further details about the build process, CMake backend configuration, and generator integration for advanced users.

- [**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).

Expand Down

0 comments on commit 25eee39

Please sign in to comment.