Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 950 Bytes

CONTENT.md

File metadata and controls

34 lines (24 loc) · 950 Bytes

Development Tools

The tools folder contains components that are compiled into executable programs.

    📂tools
    ┣ 📂buildmgr
    ┣ 📂packchk
    ┣ 📂packgen
    ┗ 📂projmgr

buildmgr

The buildmgr directory contains sources for a command line utility cbuildgen and its components which are used for the build process. The directory also consists of tests developed to validate cbuildgen.

packchk

The packchk directory contains sources for the utility packchk and its components which are responsible for checking CMSIS-Packs.

packgen

The packgen directory contains sources for the utility packgen and its components which are responsible for generating CMSIS-Packs.

projmgr

The projmgr directory contains sources for the utility projmgr and its components which are responsible for handling CMSIS projects and generating CPRJ files.