npk.yml 758 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ## Package Base Information
  2. name: osp-n100_sdk_freertos
  3. owner: nuclei
  4. version: 10.3.1
  5. description: FreeRTOS
  6. type: osp
  7. keywords:
  8. - rtos
  9. - risc-v
  10. license: MIT
  11. homepage: https://freertos.org/
  12. ## Package Dependency
  13. dependencies:
  14. - name: sdk-n100_sdk
  15. version:
  16. ## Package Configurations
  17. configuration:
  18. ## Source Code Management
  19. codemanage:
  20. installdir: FreeRTOS
  21. copyfiles:
  22. - path: ["Source/*.c", "Source/portable/MemMang/heap_4.c", "Source/include"]
  23. - path: ["Source/portable/port.c", "Source/portable/portmacro.h"]
  24. - path: ["Source/portable/GCC"]
  25. incdirs:
  26. - path: ["Source/include", "Source/portable"]
  27. libdirs:
  28. ldlibs:
  29. ## Build Configuration
  30. buildconfig:
  31. - type: common
  32. common_defines:
  33. - defines: RTOS_FREERTOS