aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:31:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:31:38 +0000
commit143c1f1bf40e56e5927c15c5d82382e6649fbddc (patch)
treea4c971413233747ae7476e7ccad83091b74886c3
parent13642acd29381df3197d7e334b0b0b307efab509 (diff)
downloadChibiOS-143c1f1bf40e56e5927c15c5d82382e6649fbddc.tar.gz
ChibiOS-143c1f1bf40e56e5927c15c5d82382e6649fbddc.tar.bz2
ChibiOS-143c1f1bf40e56e5927c15c5d82382e6649fbddc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@463 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 2d65304f6..0c7df626c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -48,8 +48,7 @@ AVR-AVRmega128-GCC - Port on AVRmega128. A special thanks to Vladimir for
targets the Olimex AVR-MT-128 mini terminal board.
AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet.
MSP430-MSP430x1611-GCC - Port on Texas Instruments MSP430F1611, the demo
- targets the Olimex MSP430-P1611 board. It is not
- tested on hardware yet, consider it work in progress.
+ targets the Olimex MSP430-P1611 board.
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
MinGW version.
@@ -75,6 +74,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.7.2 ***
+- NEW: Added a serial driver to the MSP430 port, the MSP430 port now has been
+ tested on hardware and passes the test suite.
- CHANGE: Modified the CM3 startup file in order to implement an early
initializaiton phase: hwinit0, the late initialization phase is now named
hwinit1. The demo now initializes the PLL before initializing the BSS and