forked from avengineers/SPLed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathubproject.toml
More file actions
62 lines (45 loc) · 1.63 KB
/
Copy pathubproject.toml
File metadata and controls
62 lines (45 loc) · 1.63 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
61
62
"$schema" = "https://ubcode.useblocks.com/ubproject.schema.json"
extend = ".venv/lib/python3.13/site-packages/spl_core/report_generation/ubproject.toml"
[server]
index_on_save = true
hover_need_refs = true
[parse.parsers.rst]
[parse.parsers.md]
flavour = "myst"
include = ["*.md"]
[needs]
schema_definitions_from_json = "schema.json"
variant_data_file = "build/Spa/test/Debug/kconfig/autoconf.json"
src_trace_config_from_toml = "ubproject.toml"
[codelinks]
outdir = "output"
set_remote_url = true
[codelinks.projects.brightness_controller]
remote_url_pattern = "https://github.com/avengineers/SPLed/blob/{commit}/{path}#L{line}"
[codelinks.projects.brightness_controller.source_discover]
src_dir = "components/brightness_controller/src"
include = ["**/*.c", "**/*.h"]
comment_type = "cpp"
[codelinks.projects.brightness_controller.analyse]
get_oneline_needs = true
get_need_id_refs = false
get_rst = false
[codelinks.projects.brightness_controller.analyse.oneline_comment_style]
start_sequence = "@need"
end_sequence = "\n"
field_split_char = ","
[[codelinks.projects.brightness_controller.analyse.oneline_comment_style.needs_fields]]
name = "title"
[[codelinks.projects.brightness_controller.analyse.oneline_comment_style.needs_fields]]
name = "id"
[[codelinks.projects.brightness_controller.analyse.oneline_comment_style.needs_fields]]
name = "type"
default = "impl"
[[codelinks.projects.brightness_controller.analyse.oneline_comment_style.needs_fields]]
name = "implements"
type = "list[str]"
default = []
[[codelinks.projects.brightness_controller.analyse.oneline_comment_style.needs_fields]]
name = "fulfills"
type = "list[str]"
default = []