| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ## Package Base Information
- name: osp-nsdk_rtthread
- version: 3.1.3
- owner: nuclei
- description: RT-Thread Nano
- type: osp
- keywords:
- - rtos
- - risc-v
- license: Apache-2.0
- homepage: https://github.com/RT-Thread/rtthread-nano
- ## Package Dependency
- dependencies:
- - name: sdk-nuclei_sdk
- version:
- ## Package Configurations
- configuration:
- rtthread_msh:
- default_value: 0
- type: checkbox
- global: false
- description: Select RT-Thread MSH Component
- ## Source Code Management
- codemanage:
- installdir: RTThread
- copyfiles:
- - path: ["src", "libcpu/risc-v/nuclei", "include"]
- - path: ["components/finsh"]
- condition: $( ${rtthread_msh} == 1 )
- incdirs:
- - path: ["include", "include/libc", "libcpu/risc-v/nuclei"]
- - path: ["components/finsh"]
- condition: $( ${rtthread_msh} == 1 )
- libdirs:
- ldlibs:
- ## Build Configuration
- buildconfig:
- - type: gcc
- common_defines:
- - defines: RTOS_RTTHREAD
|