aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-21 15:10:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-21 15:10:49 +0000
commit9d95345fd750466563a0fd95a35ab20e425018b9 (patch)
tree282d2935d638953174266781cbcf4d4f78f7d86f /docs/index.html
parent05c3be1b2c214a8dd8dcb47c5a615fb1b6406719 (diff)
downloadChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.tar.gz
ChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.tar.bz2
ChibiOS-9d95345fd750466563a0fd95a35ab20e425018b9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@199 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 9bde1d9f8..f8978bd4b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@ Homepage</h2>
</tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
-Version 0.5.3<br>
+Version 0.5.4<br>
-<br>
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
@@ -57,8 +57,13 @@ ports</h3>
Currently the ChibiOS/RT is ported to the following architectures:<br>
<ul>
<li>ARM7TDMI-LPC214x, the port to other LPC2000 chips
-should be trivial, port to other ARM families should be easy too. Both
-ARM and THUMB modes are supported.</li><li>Atmel AVR, the port is almost complete but untested because I broke my JTAG probe...</li><li>x86 as a Win32 process, this port allows to write
+should be trivial. Both ARM and THUMB modes are supported.</li>
+ <li>ARM7TDMI-AT91SAM7X256, this port also supports other Atmel
+chips: SAM7XC, SAM7S and the various sizes (128, 256, 512) with
+minimal changes.</li>
+ <li>Atmel AVR, the port is almost complete but untested because
+I broke my JTAG probe...</li>
+ <li>x86 as a Win32 process, this port allows to write
your application on the PC without the need of a development
board/simulator/emulator. Communication ports are simulated over
sockets, you can telnet on the simulator ports for the debug. I am