| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ## Package Base Information
- name: osp-n100_sdk_freertos
- owner: nuclei
- version: 10.3.1
- description: FreeRTOS
- type: osp
- keywords:
- - rtos
- - risc-v
- license: MIT
- homepage: https://freertos.org/
- ## Package Dependency
- dependencies:
- - name: sdk-n100_sdk
- version:
- ## Package Configurations
- configuration:
- ## Source Code Management
- codemanage:
- installdir: FreeRTOS
- copyfiles:
- - path: ["Source/*.c", "Source/portable/MemMang/heap_4.c", "Source/include"]
- - path: ["Source/portable/port.c", "Source/portable/portmacro.h"]
- - path: ["Source/portable/GCC"]
- incdirs:
- - path: ["Source/include", "Source/portable"]
- libdirs:
- ldlibs:
- ## Build Configuration
- buildconfig:
- - type: common
- common_defines:
- - defines: RTOS_FREERTOS
|