aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 10:56:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 10:56:47 +0000
commit6025b723ac3bc412d732b0ee632c418550779992 (patch)
tree4d381bbda2d07e7a41bfd5a4d64aa4089881c5cd
parentb88fb18b984effc45b8c5c5aeedf89e667367044 (diff)
downloadChibiOS-6025b723ac3bc412d732b0ee632c418550779992.tar.gz
ChibiOS-6025b723ac3bc412d732b0ee632c418550779992.tar.bz2
ChibiOS-6025b723ac3bc412d732b0ee632c418550779992.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@563 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index d35dbc571..f0bd1cf7c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -46,7 +46,8 @@ ARMCM3-ST32F103-GCC - ARM Cortex-M3 port. The demo targets the Olimex
AVR-AVRmega128-GCC - Port on AVRmega128. A special thanks to Vladimir for
the work done on the AVR port. The demo program
targets the Olimex AVR-MT-128 mini terminal board.
-AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet.
+AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet. It
+ ran correctly in the simulator.
MSP430-MSP430x1611-GCC - Port on Texas Instruments MSP430F1611, the demo
targets the Olimex MSP430-P1611 board.
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,