diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-07 13:08:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-07 13:08:43 +0000 |
commit | f5551fd8d6e8b7db2537d8ec14b936d2ad897441 (patch) | |
tree | 0e79b0e34da06453d0c163afc04cfd7bcf05ae8e /docs/index.html | |
parent | d158e16ed86a5617ef748f69cede95a32a1526df (diff) | |
download | ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.tar.gz ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.tar.bz2 ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@283 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index a7d34bc95..07d2e6a37 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,8 +71,10 @@ Currently the ChibiOS/RT is ported to the following architectures:<br> 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>ARM Cortex-M3-STM32.</li>
+minimal changes.</li>
+ <li>ARM Cortex-M3, ST Microelectronics STM32.</li>
<li>Atmel AVR: AT90CAN128 and ATmega128 demos included.</li>
+ <li>Texas Instruments MSP430, complete but untested.</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
|