aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
commit508b7bc93297fcb74af43b11b1435aa96add3c85 (patch)
treea1395fa6f4d0b0bbf18f8461e0dfee4fa4cb784f /readme.txt
parent947fd0901e98f460d7020990a47e8820595a20d1 (diff)
downloadChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.gz
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.bz2
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1675 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 44cb6e0dd..1da146276 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,10 @@
- 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.
+- NEW: Added Mac OS-X support for the simulator. The Linux simulator has
+ been renamed to Posix simulator in order to include this change in a
+ single project.
+- NEW: New articles, sections and various improvements to the documentation.
*** 1.5.1 ***
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port