aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 18:17:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 18:17:49 +0000
commit79c27fd17e0fbbf79b56853bf2fc7a02b6f72ac4 (patch)
treec43d4a5fead265658ee5e165d71951a444451e97 /readme.txt
parent58d6418b0dd942fe9478be0a19bcaa2b9832fd6f (diff)
downloadChibiOS-79c27fd17e0fbbf79b56853bf2fc7a02b6f72ac4.tar.gz
ChibiOS-79c27fd17e0fbbf79b56853bf2fc7a02b6f72ac4.tar.bz2
ChibiOS-79c27fd17e0fbbf79b56853bf2fc7a02b6f72ac4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1363 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 86da352ef..36fa7ad72 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,6 +11,10 @@
- NEW: STM32 ADC driver implementation with DMA support.
- NEW: Added AT91SAM7S support and support for all the memory sizes in
both AT91SAM7S and AT91SAM7X families.
+- NEW: Extended the support to all the SAM7X and SAM7S devices thanks to
+ code contributed by Liam Staskawicz.
+- 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
rather than by events. The default action is to halt the system but users
are able to override this and define custom handling.