forked from sipeed/TinyMaix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npk.yml
37 lines (33 loc) · 846 Bytes
/
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
## Package Base Information
name: mwp-nsdk_tinymaix
owner: nuclei
description: Tiny inference library for microcontrollers(TinyML)
type: mwp
keywords:
- library
- tinyml
- ai
version: 1.2.0
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/npk-tinymaix
dependencies:
- name: sdk-nuclei_sdk
version: 0.6.0
packinfo:
name: Tiny inference library for microcontrollers(TinyML)
doc:
website: https://github.com/Nuclei-Software/npk-tinymaix
usermanual: https://github.com/Nuclei-Software/npk-tinymaix/blob/nuclei-main/doc/porting/port_Nuclei.md
setconfig:
- config: stdclib
value: newlib_small
## Source Code Management
codemanage:
installdir: tinymaix
copyfiles:
- path: ["src/", "include/", "tools/tmdl/"]
incdirs:
- path: ["./", "src/", "include/"]
libdirs:
ldlibs:
- libs: [m]