The ModusToolbox™ build system includes a

make help

target that provides help documentation. In order to use the help, you must first run the

make getlibs

command in an application directory (see

make getlibs

for details). From the appropriate shell in an application directory, type in the following to print the available make targets and variables to the console:

make help

To view verbose documentation for any of these targets or variables, specify them using the

CY_HELP

variable. For example:

make help CY_HELP=TOOLCHAIN

Note: This help documentation is part of the base library, and it may also contain additional information specific to a BSP.