You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUILD_SAMPLES: Builds sample applications only for enabled modules (e.g., SSH client sample requires ENABLE_SSH_CLIENT=ON).
SECURE_PATH: When set (e.g., -DSECURE_PATH="/path/to/directory"), restricts file operations to the specified directory only.
Note: For module-specific CMake options, refer to the respective BUILD_RUN.md (e.g., samples/ssh_client/BUILD_RUN.md) in the samples/<module> directories. These may include additional flags tailored to individual components.
🛠️ Build Steps
For detailed build and run instructions, including specific CMake commands and examples, refer to the BUILD_RUN.md file for your selected module above.