app - 2021.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2021-12-15
Version
2021.2 English

Application project management

Syntax

app <sub-command> [options]
Create an application project, or perform various other operations on the application project, based on <sub-command> specified. Following sub-commands are supported.
  • build - Build the application project.
  • clean - Clean the application project.
  • config - Configure C/C++ build settings of the application project.
  • create - Create an application project.
  • list - List all the application projects in workspace.
  • remove - Delete the application project.
  • report - Report the details of the application project.
  • switch - Switch application project to refer another platform. Type "help" followed by "app sub-command", or "app sub-command" followed by "-help" for more details.

Options

None

Returns

Depends on the sub-command. Refer to the sub-command help for details.

Example(s)

Refer to the sub-command help for examples.