diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 07:48:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 07:48:53 +0000 |
commit | b11894fb7a4c05f0690171d00070cd2cb75da07b (patch) | |
tree | ac54776ec731b346654b979161c1c2bc7a4792d8 | |
parent | 3b4b79d9bbaa2985d24cb94fd9833dbdabbddd79 (diff) | |
download | ChibiOS-b11894fb7a4c05f0690171d00070cd2cb75da07b.tar.gz ChibiOS-b11894fb7a4c05f0690171d00070cd2cb75da07b.tar.bz2 ChibiOS-b11894fb7a4c05f0690171d00070cd2cb75da07b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1384 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index cc7a3bc71..ecb0e2de6 100644 --- a/readme.txt +++ b/readme.txt @@ -15,7 +15,8 @@ both AT91SAM7S and AT91SAM7X families.
- NEW: Extended the support to all the SAM7X and SAM7S devices thanks to
code contributed by Liam Staskawicz.
-- NEW: Added test report for MSP430 running off the external high speed
+- NEW: Improvements to the AT91SAM7 startup code contributed by Liam.
+- NEW: Added test report for MSP430 running from the external high speed
oscillator.
- NEW: HAL stress test for STM32 added, the demo located under ./testio/STM32.
- CHANGE: Removed the MII from the standard drivers, now it is part of the
|