diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 21:59:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 21:59:55 +0000 |
commit | 1a42a5f9e3552addc20bd647c4ded87bfb2ca775 (patch) | |
tree | e4e1894696d1b35476099c8a1e4e8d0d9ed31c44 /docs | |
parent | c51bf6a423abdea688b216ab461166570efe262d (diff) | |
download | ChibiOS-1a42a5f9e3552addc20bd647c4ded87bfb2ca775.tar.gz ChibiOS-1a42a5f9e3552addc20bd647c4ded87bfb2ca775.tar.bz2 ChibiOS-1a42a5f9e3552addc20bd647c4ded87bfb2ca775.zip |
Added board files for Olimex STM32-LCD.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4937 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 2 | ||||
-rw-r--r-- | docs/Doxyfile_html | 2 | ||||
-rw-r--r-- | docs/rsc/header_chm.html | 2 | ||||
-rw-r--r-- | docs/rsc/header_html.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index ddea27042..cb38f1ce9 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.5.1
+PROJECT_NUMBER = 2.5.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 6ff8aea50..8e7aa791b 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.5.1
+PROJECT_NUMBER = 2.5.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
diff --git a/docs/rsc/header_chm.html b/docs/rsc/header_chm.html index 65fe425b9..4d3d6a90f 100644 --- a/docs/rsc/header_chm.html +++ b/docs/rsc/header_chm.html @@ -13,7 +13,7 @@ <tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
- <div id="projectname">ChibiOS/RT <span id="projectnumber">2.5.1</span></div>
+ <div id="projectname">ChibiOS/RT <span id="projectnumber">2.5.2</span></div>
</td>
</tr>
</tbody>
diff --git a/docs/rsc/header_html.html b/docs/rsc/header_html.html index 007bb07ac..0b9cb62bf 100644 --- a/docs/rsc/header_html.html +++ b/docs/rsc/header_html.html @@ -20,7 +20,7 @@ $(document).ready(initResizable); <tbody>
<tr style="height: 92px;">
<td style="padding-left: 0.5em;">
- <div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.5.1</span></div>
+ <div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.5.2</span></div>
</td>
<td style="padding-left: 3em;">
<script type="text/javascript"><!--
|