aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 15:42:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-17 15:42:19 +0000
commit404fe109397d80016f71c57f42ee6cd0cbfe96d1 (patch)
tree07910235b303d57314cceafed0de9821aa3dc852 /readme.txt
parent33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a (diff)
downloadChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.tar.gz
ChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.tar.bz2
ChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1236 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 2ea99dca7..6f9b05139 100644
--- a/readme.txt
+++ b/readme.txt
@@ -21,7 +21,7 @@
- CHANGE: Because the changes in the allocators some API prototypes changed:
chHeapAlloc(), chHeapStatus(), chThdCreateFromHeap().
- CHANGE: Because the changes in the allocators some configuration options
- changed, see the template chconf.h file.
+ changed and some were removed, see the new template chconf.h file.
- CHANGE: renamed ./demos/ARM7-AT91SAM7X-WEB-GCC in ARM7-AT91SAM7X-UIP-GCC.
- FIX: Added the most restrictive GCC warning option to the makefiles (-Wextra)
and fixed some warnings in the code, mostly unused function parameters.