@@ -21,9 +21,12 @@ <h2>Simple</h2>
21
21
< a href ="/docs/home " class =""> How BitThunder works →</ a >
22
22
</ div >
23
23
< div class ="unit one-third ">
24
- < h2 > Robust</ h2 >
25
- < p > </ p >
26
- < a href ="/docs/robust " class =""> What makes BitThunder robust →</ 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 →</ a >
27
30
</ div >
28
31
< div class ="unit one-third ">
29
32
< h2 > Open</ h2 >
@@ -64,4 +67,29 @@ <h4>Get up and running <em>in seconds</em>.</h4>
64
67
< div class ="clear "> </ div >
65
68
</ div >
66
69
</ 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 →</ 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 →</ 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 →</ a >
92
+ </ div >
93
+ < div class ="clear "> </ div >
94
+ </ div >
95
+ </ section >
0 commit comments