Skip to content

C C Project Format (ASPROJ)

danwalmsley edited this page May 12, 2017 · 2 revisions

The asproj format is a json file that specifies everything needed to build a project.

Toolchain

ToolchainVersion

Toolchain versions can be specified in the following mode:

  • Always use the latest version.
"ToolchainVersion": "*",
  • Always use the latest already installed version
"ToolchainVersion": "",

This is also the case when no toolchain version is defined.

  • Use a specific version
"ToolchainVersion": "3.9.0-build40-alpha",
Clone this wiki locally