-
Notifications
You must be signed in to change notification settings - Fork 27
/
npk.yml
50 lines (46 loc) · 1.1 KB
/
npk.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## Package Base Information
name: app-rvstar_dma_dma_ram_uart
owner: nuclei
version: 1.0.0
description: Nuclei rvstar dma dma_ram_uart lab
type: app
keywords:
- nuclei board labs
category: Board Labs
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/nuclei-board-labs/tree/master/rvstar/dma/dma_ram_uart
## Package Dependency
dependencies:
- name: bsp-nsdk_gd32vf103v_rvstar
owner: nuclei
version:
## Package Configurations
configuration:
app_commonflags:
value:
type: text
description: Application Compile Flags
## Source Code Management
codemanage:
copyfiles:
- path: ["*.c", "*.h", "*.S", "*.s", "*.C"]
incdirs:
- path: ["./"]
libdirs:
ldlibs:
- libs: ["m"]
## Build Configuration
buildconfig:
- type: common
common_flags: # flags need to be combined together across all packages
- flags: ${app_commonflags}
ldflags:
cflags:
asmflags:
cxxflags:
prebuild_steps: # could be override by app/bsp type
command:
description:
postbuild_steps: # could be override by app/bsp type
command:
description: