-
Notifications
You must be signed in to change notification settings - Fork 27
/
npk.yml
51 lines (47 loc) · 1.12 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
51
## Package Base Information
name: app-cm32m433r-start_running_led
owner: nuclei
version: 1.0.0
description: CM32M433R-START running_led lab
type: app
keywords:
- nuclei board labs
- quick start
category: Board Labs
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/nuclei-board-labs/tree/master/cm32m433r-start/quickstart/running_led
## Package Dependency
dependencies:
- name: bsp-cm32m4xxr_cm32m433rstart
owner: XinShengTech
version:
## Package Configurations
configuration:
app_commonflags:
value:
type: text
description: Application Compile Flags
## Source Code Management
codemanage:
copyfiles:
- path: ["Include", "Source"]
incdirs:
- path: ["Include"]
libdirs:
ldlibs:
- libs: ["m"]
## Build Configuration
buildconfig:
- type: gcc
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: