Fixed revision histories for release 5.1.0.
diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc
index 72c9a46..2ac5935 100644
--- a/ARM.CMSIS.pdsc
+++ b/ARM.CMSIS.pdsc
@@ -23,9 +23,9 @@
- OS Tick API 1.0.0
CMSIS-DSP: 1.5.2 (see revision history for details)
- Fixed GNU Compiler specific diagnostics.
- CMSIS-PACK:1.5.0 (see revision history for details)
+ CMSIS-PACK: 1.5.0 (see revision history for details)
- added System Description File (*.SDF) Format
- CMSIS-Zone: Preview 0.0.1
+ CMSIS-Zone: 0.0.1 (Preview)
- Initial specification draft
</release>
<release version="5.0.1" date="2017-02-03">
diff --git a/CMSIS/DoxyGen/General/src/introduction.txt b/CMSIS/DoxyGen/General/src/introduction.txt
index 8edd55c..b2f2d84 100644
--- a/CMSIS/DoxyGen/General/src/introduction.txt
+++ b/CMSIS/DoxyGen/General/src/introduction.txt
@@ -176,15 +176,14 @@
- <a href="../../Core/html/core_revisionHistory.html"><b>CMSIS-Core (Cortex-M) Revision History</b></a>
- <a href="../../Core/html/rev_histCoreA.html"><b>CMSIS-Core (Cortex-A) Revision History</b></a>
-- <a href="../../DAP/html/dap_revisionHistory.html"><b>DAP Revision History</b></a>
- <a href="../../Driver/html/driver_revisionHistory.html"><b>Driver Revision History</b></a>
- <a href="../../DSP/html/ChangeLog_pg.html"><b>DSP Revision History (Change Log)</b></a>
-- <a href="../../Pack/html/pack_revisionHistory.html"><b>Pack Revision History</b></a>
- <a href="../../RTOS/html/rtos_revisionHistory.html"><b>RTOS v1 Revision History</b></a>
- <a href="../../RTOS2/html/rtos_revisionHistory.html"><b>RTOS v2 Revision History</b></a>
+- <a href="../../Pack/html/pack_revisionHistory.html"><b>Pack Revision History</b></a>
- <a href="../../SVD/html/svd_revisionHistory.html"><b>SVD Revision History</b></a>
-
-
+- <a href="../../DAP/html/dap_revisionHistory.html"><b>DAP Revision History</b></a>
+- <a href="../../Zone/html/zone_revisionHistory.html"><b>Zone Revision History</b></a>
<table class="cmtable" summary="Revision History">
<tr>
@@ -196,10 +195,10 @@
<td>
- CMSIS-Core (Cortex-M) 5.0.2 several minor corrections and enhancements
- CMSIS-Core (Cortex-A) 1.0.0 implements a basic run-time system for Cortex-A5/A7/A9
- - CMSIS-Driver 2.05 (unchanged)
- - CMSIS-DSP 1.5.1 (unchanged)
- - CMSIS-RTOS 2.1.1 added support for Cortex-A5/A7/A9
- - CMSIS-PACK 1.4.9 new options in the generators section to launch web based tools
+ - CMSIS-Driver 2.05 status typedef made volatile
+ - CMSIS-DSP 1.5.2 fixed GNU Compiler specific diagnostics
+ - CMSIS-RTOS 2.1.1 added support for Cortex-A5/A7/A9 to RTX5
+ - CMSIS-PACK 1.5.0 added SDF format specification
- CMSIS-SVD 1.3.3 (unchanged)
- CMSIS-DAP 1.1.0 (unchanged)
- CMSIS-Zone 0.0.1 (Preview) format to describe system resources and tool for partitioning of resources
diff --git a/CMSIS/DoxyGen/Zone/src/Overview.txt b/CMSIS/DoxyGen/Zone/src/Overview.txt
index 91592de..986ba5d 100644
--- a/CMSIS/DoxyGen/Zone/src/Overview.txt
+++ b/CMSIS/DoxyGen/Zone/src/Overview.txt
@@ -20,7 +20,7 @@
\image html DevelopmentFlow.png "CMSIS-Zone Development Flow"
The following sections explain:
-- \ref XML_Format (XML based) that stores system resource information and the configuration of project zones and execution zones.
+- \ref XML_Format (XML based) that stores system resource information and the configuration of project zones and execution zones.
- \ref GenDataModel which is used to create tool set-up files and hardware configuration files.
@@ -56,3 +56,21 @@
*/
+
+/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
+/**
+\page zone_revisionHistory Revision History of CMSIS-Zone
+
+<table class="cmtable" summary="Revision History">
+ <tr>
+ <th>Version</th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td>0.0.1 (Preview)</td>
+ <td>Initial specification draft</td>
+ </tr>
+</table>
+
+
+*/
\ No newline at end of file