git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@518 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-11-21 20:06:17 +00:00
parent aa653cd45a
commit 74b2ef532c
5 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ChibiOS/RT
PROJECT_NUMBER = "0.8.1 beta"
PROJECT_NUMBER = "0.8.2 beta"
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@ -12,7 +12,7 @@
</tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
Version 0.8.1<br>
Version 0.8.2<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>

View File

@ -73,6 +73,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
*** 0.8.2 ***
- FIX: Duplicated sections in the documentation removed.
*** 0.8.1 ***
- FIX: Fixed a regression in version 0.8.0, the configuration switch
CH_USE_EVENTS_TIMEOUT was redefined as CH_USE_EVENT_TIMEOUT and this broke

View File

@ -18,7 +18,7 @@
*/
/**
* @addtogroup VirtualTimers
* @addtogroup Time
* @{
*/

View File

@ -22,7 +22,7 @@
*/
/**
* @addtogroup Conditional Variables
* @addtogroup CondVars
* @{
*/