## Package Base Information name: app-nsdk_demo_stack_check owner: nuclei version: description: Stack Check Demo for Nuclei Hardware Stack Check Feature type: app keywords: - baremetal - stack check category: baremetal application license: homepage: ## Package Dependency dependencies: - name: sdk-nuclei_sdk version: ## Package Configurations configuration: app_commonflags: # REQUIRE: STACK_CHECK value: -O0 -DXLCFG_STACK_CHECK=1 type: text description: Application Compile Flags ## Set Configuration for other packages setconfig: ## Source Code Management codemanage: copyfiles: - path: ["*.c", "*.h"] incdirs: - path: ["./"] libdirs: ldlibs: - libs: ## Build Configuration buildconfig: - type: gcc common_flags: # flags need to be combined together across all packages - flags: ${app_commonflags}