nsx configure¶
Configures a generated NSX app with CMake.
Syntax¶
nsx configure [--app-dir APP_DIR] [--board BOARD] [--build-dir BUILD_DIR]
[--toolchain TOOLCHAIN] [--probe-serial PROBE_SERIAL]
[--frozen] [--timeout SECONDS] [app]
Main Arguments¶
--app-dir: app directory containingnsx.yml; when omitted, NSX searches upward from the current directoryapp: optional app name or directory; overrides--app-dirand is resolved under the current directory andexamples/--board: select a board from the app's supported targets instead oftargets.default--build-dir: override build directory--toolchain: toolchain override (gcc,armclang,atfe). Defaults tonsx.yml→arm-none-eabi-gcc--probe-serial: select the J-Link probe recorded in generated flash/view targets--frozen: reject drift betweennsx.yml,nsx.lock, andmodules/instead of correcting it--timeout: wall-clock budget per subprocess; a timeout terminates the process group
Example¶
Notes¶
--boardmust name a declared supported target- run
nsx commands --jsonfor the authoritative machine-readable argument schema