aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-06 10:25:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-06 10:25:53 +0000
commitaac691f35fc7090baa51e31d80aab4f495ddcaa3 (patch)
treef2ec7f27635c03f3200c55d9e688cfb56c36ec15 /readme.txt
parent646d8a2376e3d476a3d00edb665770596fb252f6 (diff)
downloadChibiOS-aac691f35fc7090baa51e31d80aab4f495ddcaa3.tar.gz
ChibiOS-aac691f35fc7090baa51e31d80aab4f495ddcaa3.tar.bz2
ChibiOS-aac691f35fc7090baa51e31d80aab4f495ddcaa3.zip
STM32 CAN driver completed, HAL stress test demo added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1377 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 11172f85f..4e9a0ba5d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -9,12 +9,14 @@
configuration file halconf.h.
- NEW: New CAN 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: Added test report for MSP430 running off 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
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