From ef79349ec13b036003e78c8b7585f9b4808efa63 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 22 Feb 2008 15:23:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@204 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 2 +- docs/index.html | 2 +- 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 Current -Version 0.5.4
+Version 0.5.5
-
Project on SourceForge
Documentation
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