Skip to content

Commit d9ed41c

Browse files
committed
Added some information about the toolchain and thundercat projects.
1 parent 142c9c1 commit d9ed41c

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

index.html

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ <h2>Simple</h2>
2121
<a href="/docs/home" class="">How BitThunder works &rarr;</a>
2222
</div>
2323
<div class="unit one-third">
24-
<h2>Robust</h2>
25-
<p></p>
26-
<a href="/docs/robust" class="">What makes BitThunder robust &rarr;</a>
24+
<h2>Scalable</h2>
25+
<p>
26+
BitThunder scales from small micro-controllers to fully featured application processors, adjusting its feature-set
27+
appropriately.
28+
</p>
29+
<a href="/docs/scalability" class="">Read about scalability &rarr;</a>
2730
</div>
2831
<div class="unit one-third">
2932
<h2>Open</h2>
@@ -64,4 +67,29 @@ <h4>Get up and running <em>in&nbsp;seconds</em>.</h4>
6467
<div class="clear"></div>
6568
</div>
6669
</section>
67-
70+
<section class="toolchain">
71+
<div class="grid">
72+
<div class="unit one-third">
73+
<h2>GNU Toolchain</h2>
74+
<p>
75+
There is now a complete end-to-end toolchain with tight BitThunder integration.
76+
</p>
77+
<a href="/docs/toolchain" class="">BitThunder toolchain &rarr;</a>
78+
</div>
79+
<div class="unit one-third">
80+
<h2>Kernel Mode Compiler</h2>
81+
<p>
82+
Built with a c library capable of linking directly with the kernel.
83+
</p>
84+
<a href="/docs/toolchain" class="">Kernel Mode Applications &rarr;</a>
85+
</div>
86+
<div class="unit one-third">
87+
<h2>User-space Compiler</h2>
88+
<p>
89+
A separate user-space compiler is available that allows posix applications to be compiled, utilising BitThunder's system call interface.
90+
</p>
91+
<a href="/docs/toolchain" class="">User-space Applications &rarr;</a>
92+
</div>
93+
<div class="clear"></div>
94+
</div>
95+
</section>

projects/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ permalink: /projects/home/
2020

2121
Replacement for U-Boot based on BitThunder.
2222

23+
</p></td>
24+
</tr>
25+
<tr>
26+
<td><p><code><a href="http://thundercat.bitthunder.org/">ThunderCat</a></code></p></td>
27+
<td><p>
28+
29+
An example kernel capable of running user-mode applications.
30+
2331
</p></td>
2432
</tr>
2533
</tbody>

0 commit comments

Comments
 (0)