| 123456789101112131415161718192021222324252627282930313233 |
- ## Package Base Information
- name: osp-nsdk_ucosii
- owner: nuclei
- version: 2.93.00
- description: UCOS/II Port Package for Nuclei SDK
- type: osp
- keywords:
- - rtos
- - risc-v
- license: Apache-2.0
- homepage: https://github.com/SiliconLabs/uC-OS2
- ## Package Dependency
- dependencies:
- - name: sdk-nuclei_sdk
- version:
- ## Package Configurations
- configuration:
- ## Source Code Management
- codemanage:
- installdir: UCOSII
- copyfiles:
- - path: ["source", "arch/gcc", "arch/*.h", "arch/*.c"]
- incdirs:
- - path: ["source", "arch"]
- ## Build Configuration
- buildconfig:
- - type: common
- common_defines:
- - defines: RTOS_UCOSII
|