aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/index.html2
-rw-r--r--readme.txt5
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index a451fbc01..57505300b 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ChibiOS/RT
-PROJECT_NUMBER = "0.5.4 beta"
+PROJECT_NUMBER = "0.5.5 beta"
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/docs/index.html b/docs/index.html
index f8978bd4b..8856b5373 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@ Homepage</h2>
</tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
-Version 0.5.4<br>
+Version 0.5.5<br>
-<br>
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
diff --git a/readme.txt b/readme.txt
index de83b41f9..8d15bd76d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -21,6 +21,9 @@
The documentation is also available on the project
web page: http://chibios.sourceforge.net/
+*****************************************************************************
+*** Current ports/demos ***
+*****************************************************************************
Current ports under ./demos:
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
@@ -54,6 +57,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
- Reorganized the code of the two ARM7 ports, now all the common ARM7 code
is in ./ports/ARM7. This will make maintenance and new ARM7 ports much
easier.
+- Simplified the directory structure under ./ports.
+- Added to the readme a section with our future plans/ideas.
*** 0.5.4 ***
- Port for Atmel AT91SAM7X256 introduced, the port should be useable also on