forked from niwis/seL4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cmake-format.yaml
59 lines (59 loc) · 1.18 KB
/
.cmake-format.yaml
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
#
# Copyright 2019, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
#
# This software may be distributed and modified according to the terms of
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
#
additional_commands:
add_sources:
kwargs:
ASMFILES: '*'
CFILES: '*'
DEP: '*'
PREFIX: '*'
config_option:
flags:
- UNQUOTE
kwargs:
DEFAULT: '*'
DEFAULT_DISABLED: '*'
DEPENDS: '*'
config_string:
flags:
- UNQUOTE
kwargs:
DEFAULT: '*'
DEPENDS: '*'
cpp_file:
kwargs:
EXACT_NAME: '*'
EXTRA_DEPS: '*'
EXTRA_FLAGS: '*'
gen_invocation_header:
flags:
- ARCH
- SEL4ARCH
- LIBSEL4
kwargs:
OUTPUT: '*'
XML: '*'
register_driver:
kwargs:
CFILES: '*'
PREFIX: '*'
declare_default_headers:
kwargs:
TIMER_FREQUENCY: '*'
MAX_IRQ: '*'
NUM_PPI: '*'
INTERRUPT_CONTROLLER: '*'
TIMER: '*'
KERNEL_WCET: '*'
CLK_MAGIC: '*'
CLK_SHIFT: '*'
TIMER_PRECISION: '*'