-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwio.yml
More file actions
executable file
·61 lines (57 loc) · 1.17 KB
/
wio.yml
File metadata and controls
executable file
·61 lines (57 loc) · 1.17 KB
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
52
53
54
55
56
57
58
59
60
type: pkg
project:
name: wlib-memory
version: 1.0.4
organization: Waterloop
description: Memory create, destroy, and allocators for WLib
license: MIT
author: Jeff Niu <me@jeffniu.com> (http://jeffniu.com)
keywords:
- wio
- c++
- wlib
- waterloop
- memory
- allocator
definitions:
required:
private:
- WLIB_TLSF_ARCH
- WLIB_TLSF_LOG2_DIV
- WLIB_TLSF_LOG2_ALIGN
- WLIB_TLSF_LOG2_MAX
compile_options:
wio_version: 0.4.1
header_only: true
default_target: tests
targets:
tests:
src: tests
platform: avr
framework: cosa
board: mega2560
definitions:
package:
- WLIB_TLSF_ARCH=16
- WLIB_TLSF_LOG2_DIV=3
- WLIB_TLSF_LOG2_ALIGN=1
- WLIB_TLSF_LOG2_MAX=11
native-tests:
src: native-tests
platform: native
definitions:
package:
- WLIB_TLSF_ARCH=64
- WLIB_TLSF_LOG2_DIV=4
- WLIB_TLSF_LOG2_ALIGN=3
- WLIB_TLSF_LOG2_MAX=14
dependencies:
wlib-malloc:
version: 1.0.4
definitions:
- $(WLIB_TLSF_ARCH)
- $(WLIB_TLSF_LOG2_DIV)
- $(WLIB_TLSF_LOG2_ALIGN)
- $(WLIB_TLSF_LOG2_MAX)
wlib-tmp:
version: 1.0.2