Skip to content

Commit 40f384d

Browse files
committed
deploy: c9c2cd8
1 parent 604fb42 commit 40f384d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2110
-1643
lines changed
-37 Bytes
Binary file not shown.

.doctrees/environment.pickle

7.93 KB
Binary file not shown.

.doctrees/user_api/target.doctree

1.24 KB
Binary file not shown.
-75.6 KB
Binary file not shown.

.doctrees/user_api/toc.doctree

32 Bytes
Binary file not shown.

.doctrees/user_api/toolchain.doctree

5.19 KB
Binary file not shown.
82.3 KB
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.

_sources/arch/software_heirarchy.rst.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ BuildCC interface lib
6666
taskflow -up-> register
6767

6868
flatbuffers .up.> schema
69-
70-
env -up-> toolchain
7169
env -up-> schema
7270

73-
taskflow -up-> target
74-
schema -up-> target
71+
schema -up-> toolchain
72+
7573
toolchain -up-> target
74+
taskflow -up-> target
7675

7776
toolchain -up-> toolchain_specialized
7877
target -up-> target_specialized

_sources/user_api/target_utils.rst.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ Target Utils
33

44
Commonly used Utils (Classes / Structs) for **Generator**, **TargetInfo** and **Target** classes.
55

6-
target_file_ext.h
7-
------------------
8-
9-
.. doxygenenum:: buildcc::TargetFileExt
10-
116
target_type.h
127
--------------
138

_sources/user_api/toc.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ User API
66

77
args
88
register
9+
toolchain_utils
910
toolchain
1011
target_utils
1112
generator
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Toolchain Utils
2+
================
3+
4+
Commonly used Utils (Classes / Structs) for **Toolchain**
5+
6+
file_ext.h
7+
------------
8+
9+
.. doxygenenum:: buildcc::FileExt
10+
11+
toolchain_config.h
12+
--------------------
13+
14+
.. doxygenstruct:: buildcc::ToolchainConfig

_static/styles/furo-extensions.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)