123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <html>
- <head>
- <title>CMSIS Release Notes</title>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <meta name="GENERATOR" content="Microsoft FrontPage 12.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <style>
- <!--
- /*-----------------------------------------------------------
- Keil Software CHM Style Sheet
- -----------------------------------------------------------*/
- body { color: #000000; background-color: #FFFFFF; font-size: 75%; font-family:
- Verdana, Arial, 'Sans Serif' }
- a:link { color: #0000FF; text-decoration: underline }
- a:visited { color: #0000FF; text-decoration: underline }
- a:active { color: #FF0000; text-decoration: underline }
- a:hover { color: #FF0000; text-decoration: underline }
- h1 { font-family: Verdana; font-size: 18pt; color: #000080; font-weight: bold;
- text-align: Center; margin-right: 3 }
- h2 { font-family: Verdana; font-size: 14pt; color: #000080; font-weight: bold;
- background-color: #CCCCCC; margin-top: 24; margin-bottom: 3;
- padding: 6 }
- h3 { font-family: Verdana; font-size: 10pt; font-weight: bold; background-color:
- #CCCCCC; margin-top: 24; margin-bottom: 3; padding: 6 }
- pre { font-family: Courier New; font-size: 10pt; background-color: #CCFFCC;
- margin-left: 24; margin-right: 24 }
- ul { list-style-type: square; margin-top: 6pt; margin-bottom: 0 }
- ol { margin-top: 6pt; margin-bottom: 0 }
- li { clear: both; margin-bottom: 6pt }
- table { font-size: 100%; border-width: 0; padding: 0 }
- th { color: #FFFFFF; background-color: #000080; text-align: left; vertical-align:
- bottom; padding-right: 6pt }
- tr { text-align: left; vertical-align: top }
- td { text-align: left; vertical-align: top; padding-right: 6pt }
- .ToolT { font-size: 8pt; color: #808080 }
- .TinyT { font-size: 8pt; text-align: Center }
- code { color: #000000; background-color: #E0E0E0; font-family: 'Courier New', Courier;
- line-height: 120%; font-style: normal }
- /*-----------------------------------------------------------
- Notes
- -----------------------------------------------------------*/
- p.note { font-weight: bold; clear: both; margin-bottom: 3pt; padding-top: 6pt }
- /*-----------------------------------------------------------
- Expanding/Contracting Divisions
- -----------------------------------------------------------*/
- #expand { text-decoration: none; margin-bottom: 3pt }
- img.expand { border-style: none; border-width: medium }
- div.expand { display: none; margin-left: 9pt; margin-top: 0 }
- /*-----------------------------------------------------------
- Where List Tags
- -----------------------------------------------------------*/
- p.wh { font-weight: bold; clear: both; margin-top: 6pt; margin-bottom: 3pt }
- table.wh { width: 100% }
- td.whItem { white-space: nowrap; font-style: italic; padding-right: 6pt; padding-bottom:
- 6pt }
- td.whDesc { padding-bottom: 6pt }
- /*-----------------------------------------------------------
- Keil Table Tags
- -----------------------------------------------------------*/
- table.kt { border: 1pt solid #000000 }
- th.kt { white-space: nowrap; border-bottom: 1pt solid #000000; padding-left: 6pt;
- padding-right: 6pt; padding-top: 4pt; padding-bottom: 4pt }
- tr.kt { }
- td.kt { color: #000000; background-color: #E0E0E0; border-top: 1pt solid #A0A0A0;
- padding-left: 6pt; padding-right: 6pt; padding-top: 2pt;
- padding-bottom: 2pt }
- /*-----------------------------------------------------------
- -----------------------------------------------------------*/
- -->
- </style>
- </head>
- <body>
- <h1>CMSIS Release Notes</h1>
- <p align="center">Release Notes for CMSIS V2.00</p>
- <p align="center">November 2010</p>
- <p class="TinyT">Information in this file, the accompany manuals, and software is<br>
- Copyright © ARM Ltd.<br>All rights reserved.
- <p align="center"><img src="Documentation/CMSIS_Logo_Final.jpg" height="78" width="197">
- </p>
- <hr>
- <h2>Contents</h2>
- <ul>
- <li class="LI2"><a href="Documentation/CMSIS_History.htm">CMSIS Version History</a>
- lists the changes between the different CMSIS versions.
- </li>
- <li class="LI2"><a href="Documentation/CMSIS_Core.htm">CMSIS Core Support</a>
- contains a general description for CMSIS.
- </li>
- <li class="LI2"><a href="Documentation/DSP_Lib/html/index.html">CMSIS DSP Software Library</a>
- describes the CMSIS DSP software library.
- </li>
- <li class="LI2"><a href="Documentation/CMSIS_System_View_Description.htm">CMSIS System View Description</a>
- describes the CMSIS System View Description.
- </li>
- <li class="LI2"><a href="Documentation/CMSIS_CM4_SIMD.htm">CMSIS Support for Cortex-M4 SIMD Instructions</a>
- lists the Cortex-M4 instructions supported by CMSIS.
- </li>
- <li class="LI2"><a href="Documentation/CMSIS_DebugSupport.htm">CMSIS Debug Support</a>
- describes the available CMSIS Debug functions and the used methods.
- </li>
- <li class="LI2"><a href="CMSIS END USER LICENCE AGREEMENT.pdf">License</a></li>
- </ul>
- </body>
- </html>
|