aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-21 18:25:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-21 18:25:56 +0000
commit0f395838d3782f0865ead3dacc7c5acb5cfc73f0 (patch)
tree4083259d2e7ac1765853e00596b4598e60c5fca1 /readme.txt
parentf2386f6a22c55842203278c5b1f9691c5ac5f8fd (diff)
downloadChibiOS-0f395838d3782f0865ead3dacc7c5acb5cfc73f0.tar.gz
ChibiOS-0f395838d3782f0865ead3dacc7c5acb5cfc73f0.tar.bz2
ChibiOS-0f395838d3782f0865ead3dacc7c5acb5cfc73f0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2516 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 7c9d5505c..fc1982b43 100644
--- a/readme.txt
+++ b/readme.txt
@@ -67,6 +67,10 @@
*** 2.1.7 ***
- NEW: New ARM Cortex-Mx port for RVCT compiler (probably will not be
included in 2.2.0, requires more testing).
+- CHANGE: Modified the ADC and CAN drivers to allow a NULL pointer for
+ the configuration structure if it is not required by the implementation.
+- CHANGE: Modified the MMC_SPI driver to *require* a NULL as pointer to
+ the configuration.
- CHANGE: Removed enforced inlining for the chSchReadyI() function when
the CH_OPTIMIZE_SPEED is enabled. Now the matter is left to the compiler
specific settings. This change is meant to increase compatibility with