Skip to content

Commit a9b6258

Browse files
committed
Announce BTDK for Windows.
1 parent ada4230 commit a9b6258

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/toolchain/toolchain.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ permalink: /docs/toolchain/
77
The BitThunder toolchain, BTDK (BitThunder Development Kit) is now available
88
on Github.
99

10+
# NEWS: BTDK for Windows available imminently.
11+
I'll be looking at getting the build environment and toolchain working on Apple's OSX very shortly.
12+
1013
## Quick Build Instructions
1114

1215
{% highlight bash %}
@@ -43,4 +46,7 @@ Under Build System set toolchain-prefix to:
4346
/opt/btdk/arm-eabi-bitthunder-
4447

4548

46-
49+
# Windows
50+
51+
I'm just preparing an installer for the Windows BTDK release. I'll be providing the latest user-space and kernel-mode compilers.
52+
I shall also provide a vanilla compiler for those who want to do bare-metal programming.

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,19 @@ <h2>User-space Compiler</h2>
9393
<div class="clear"></div>
9494
</div>
9595
</section>
96+
<section class="quickstart">
97+
<div class="grid">
98+
<div class="unit golden-small center-on-mobiles">
99+
<h4>Develop on &nbsp;Windows</em>.</h4>
100+
</div>
101+
<div class="unit golden-large code">
102+
<p class="title">BTDK Toolchain for Windows</p>
103+
<div class="shell">
104+
<p class="line">
105+
<span class="output">Windows toolchain available iminently.</span>
106+
</p>
107+
</div>
108+
</div>
109+
<div class="clear"></div>
110+
</div>
111+
</section>

0 commit comments

Comments
 (0)