diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-22 15:23:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-22 15:23:32 +0000 |
commit | ef79349ec13b036003e78c8b7585f9b4808efa63 (patch) | |
tree | 1a28655ce1cebe11a707a08bbad141fa36ec0fed | |
parent | fe3c49452942316792f892479c6f3389f0c518a8 (diff) | |
download | ChibiOS-ef79349ec13b036003e78c8b7585f9b4808efa63.tar.gz ChibiOS-ef79349ec13b036003e78c8b7585f9b4808efa63.tar.bz2 ChibiOS-ef79349ec13b036003e78c8b7585f9b4808efa63.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@204 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/Doxyfile | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | readme.txt | 5 |
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
|