| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ## Package Base Information
- name: app-nsdk_demo_timer
- owner: nuclei
- version:
- description: Timer and Software Interrupt Demo
- type: app
- keywords:
- - baremetal
- - nuclei timer
- category: baremetal application
- license:
- homepage:
- ## Package Dependency
- dependencies:
- - name: sdk-nuclei_sdk
- version:
- ## Package Configurations
- configuration:
- app_commonflags:
- value:
- 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: common
- common_flags: # flags need to be combined together across all packages
- - flags: ${app_commonflags}
|