aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 07:50:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 07:50:32 +0000
commit73773843b2f0b8c5fc0d49aa1ca837ba613aa7be (patch)
tree24fc635a8b98e197a80e6b592d283e2feaa898a3
parentb11894fb7a4c05f0690171d00070cd2cb75da07b (diff)
downloadChibiOS-73773843b2f0b8c5fc0d49aa1ca837ba613aa7be.tar.gz
ChibiOS-73773843b2f0b8c5fc0d49aa1ca837ba613aa7be.tar.bz2
ChibiOS-73773843b2f0b8c5fc0d49aa1ca837ba613aa7be.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1385 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index ecb0e2de6..daa777501 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,14 +11,12 @@
- NEW: New PWM driver model.
- NEW: STM32 ADC driver implementation with DMA support.
- NEW: STM32 CAN driver implementation.
-- 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.
- 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.
+- NEW: HAL stress test for STM32 added, the demo located under ./testhal/STM32.
- 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