aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 18:13:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 18:13:45 +0000
commit58d6418b0dd942fe9478be0a19bcaa2b9832fd6f (patch)
tree0f57f592ff485381298f88b23617440c91c54dd7 /readme.txt
parent3f8c09fde198a3680a5de0628c0cfbaf7f4d3abb (diff)
downloadChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.gz
ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.bz2
ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1362 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 9c0e9301b..86da352ef 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,6 +4,10 @@
*** 1.3.5 ***
- FIX: Fixed some problems in the MMC_SPI driver (bugs 2901084 and 2901172).
+- NEW: Unified the initialization of the various drivers from a single HAL
+ driver. The single drivers can be enabled or disabled from a HAL
+ configuration file halconf.h.
+- NEW: New CAN driver model.
- 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.