Skip to content

Commit

Permalink
Fixed revision histories for release 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Aug 4, 2017
1 parent 9329fe3 commit 31e48e6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ARM.CMSIS.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
15 changes: 7 additions & 8 deletions CMSIS/DoxyGen/General/src/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,14 @@ In addition, each CMSIS component has its own release history:

- <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>
Expand All @@ -196,10 +195,10 @@ In addition, each CMSIS component has its own release history:
<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
Expand Down
20 changes: 19 additions & 1 deletion CMSIS/DoxyGen/Zone/src/Overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following diagram explains the development flow when using the \b CMSIS-Zone
\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.


Expand Down Expand Up @@ -56,3 +56,21 @@ resource assignment to prevent undesired misbehaviour.


*/

/*=======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>


*/

0 comments on commit 31e48e6

Please sign in to comment.