aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:51:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:51:41 +0000
commit2c177167e17d7f876530b910725ea86def1fcdc4 (patch)
treee1d67e3f4af8609b426503d5370339d0d5b66d1a
parent143c1f1bf40e56e5927c15c5d82382e6649fbddc (diff)
downloadChibiOS-2c177167e17d7f876530b910725ea86def1fcdc4.tar.gz
ChibiOS-2c177167e17d7f876530b910725ea86def1fcdc4.tar.bz2
ChibiOS-2c177167e17d7f876530b910725ea86def1fcdc4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@464 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 0c7df626c..9582d3035 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,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.
+- NEW: Added to the MSP demo program the option to run from the internal DCO
+ or from an external xtal. The default is the internal DCO,
- 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