git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@204 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
fe3c494529
commit
ef79349ec1
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue