From 143c1f1bf40e56e5927c15c5d82382e6649fbddc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 12 Oct 2008 17:31:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@463 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 5 +++-- 1 file 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