Skip to content

nsx configure

Configures a generated NSX app with CMake.

Syntax

nsx configure [--app-dir APP_DIR] [--board BOARD] [--build-dir BUILD_DIR]
              [--toolchain TOOLCHAIN]

Main Arguments

  • --app-dir: app directory containing nsx.yml
  • --board: override board from nsx.yml
  • --build-dir: override build directory
  • --toolchain: toolchain override (gcc, armclang). Defaults to nsx.ymlarm-none-eabi-gcc

Example

nsx configure --app-dir <app-dir>

Notes

  • use --board only when you explicitly want to override the app metadata