diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-19 11:20:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-19 11:20:30 +0000 |
commit | e3a932e0e64d54c083e534541ac1ab36c4b82046 (patch) | |
tree | 3e82f84d2e2b6c07d91bdd5890d803920064a945 /readme.txt | |
parent | 1f18297e2a7c96659a63821a766050013e23bf67 (diff) | |
download | ChibiOS-e3a932e0e64d54c083e534541ac1ab36c4b82046.tar.gz ChibiOS-e3a932e0e64d54c083e534541ac1ab36c4b82046.tar.bz2 ChibiOS-e3a932e0e64d54c083e534541ac1ab36c4b82046.zip |
Win32 simulator updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2505 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index a3d58dc0b..432368ad1 100644 --- a/readme.txt +++ b/readme.txt @@ -66,7 +66,8 @@ *** 2.1.6 ***
- FIX: Fixed error in sdPutTimeout() macro (bug 3138763)(backported in 2.0.9).
-- NEW: New ARM Cortex-Mx port for IAR compiler.
+- NEW: New ARM Cortex-Mx port for IAR compiler (probably will not be
+ included in 2.2.0, requires more testing).
- NEW: Now the STM32 CAN driver puts the lower half word of the ESR
register in the upper half word of the can status word for easier
debug.
|