aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-21 10:30:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-21 10:30:39 +0000
commitf2386f6a22c55842203278c5b1f9691c5ac5f8fd (patch)
treeb7f318640fa8ff688925eab4fe544d41f3dd019a /readme.txt
parent25d2722b09c5ed808fbb5b09bafc94f253da2479 (diff)
downloadChibiOS-f2386f6a22c55842203278c5b1f9691c5ac5f8fd.tar.gz
ChibiOS-f2386f6a22c55842203278c5b1f9691c5ac5f8fd.tar.bz2
ChibiOS-f2386f6a22c55842203278c5b1f9691c5ac5f8fd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2515 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 11a6e7b6b..7c9d5505c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -64,6 +64,18 @@
*** Releases ***
*****************************************************************************
+*** 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: 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
+ compilers that have a different inlining semantic than GCC when not in
+ C99 mode.
+- CHANGE: Changed the declaration of the main() function in all demos
+ without arguments. Removed the clearing of arguments from the startup
+ files and saved some space.
+
*** 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 (probably will not be