| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- ## Package Base Information
- name: app-nsdk_rtthread_demo
- owner: nuclei
- version:
- description: RTThread Task Demo
- type: app
- keywords:
- - rtthread
- - task demo
- category: rtthread application
- license:
- homepage:
- ## Package Dependency
- dependencies:
- - name: sdk-nuclei_sdk
- version:
- - name: osp-nsdk_rtthread
- version:
- ## Package Configurations
- configuration:
- app_commonflags:
- value: -O3
- type: text
- description: Application Compile Flags
- ## Set Configuration for other packages
- setconfig:
- - config: rtthread_msh
- value: 0
- ## 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}
|