aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-05 09:07:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-05 09:07:21 +0000
commit2f505cf183ad47f6b25677e864e2f426b28c7f6f (patch)
tree9c3029acdc48e060fe80ab2b103ad181b51f8ea7 /readme.txt
parent03a0255b043e9a418e96cf3b3e0564ed2f6efe8e (diff)
downloadChibiOS-2f505cf183ad47f6b25677e864e2f426b28c7f6f.tar.gz
ChibiOS-2f505cf183ad47f6b25677e864e2f426b28c7f6f.tar.bz2
ChibiOS-2f505cf183ad47f6b25677e864e2f426b28c7f6f.zip
MSP430 HAL integration
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1375 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 36fa7ad72..11172f85f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -13,6 +13,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
+ oscillator.
- CHANGE: Removed the MII from the standard drivers, now it is part of the
AT91SAM7 support, the header mii.h is still part of the HAL.
- CHANGE: In the STM32 drivers now the DMA errors are handled by hook macros