aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-24 09:41:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-24 09:41:05 +0000
commit4d916c9d6c0d4048ec22094f251959177e2e4ba1 (patch)
tree698d8b3c8a29abb9b366b2fdf6508206e63c1b39 /readme.txt
parent9396b6dc4f3859440399977fcf27be2fcbe0e13d (diff)
downloadChibiOS-4d916c9d6c0d4048ec22094f251959177e2e4ba1.tar.gz
ChibiOS-4d916c9d6c0d4048ec22094f251959177e2e4ba1.tar.bz2
ChibiOS-4d916c9d6c0d4048ec22094f251959177e2e4ba1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1672 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d3a7a31b6..44cb6e0dd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -72,6 +72,8 @@
shell command.
- NEW: Added BOARD_NAME macro to the various board.h files.
- NEW: Added a MemoryStream class under ./os/various.
+- CHANGE: Removed an instance of a structure without name from test.h for
+ increased portability of the test suite.
*** 1.5.1 ***
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port