index.htm 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <html>
  2. <head>
  3. <title>CMSIS Release Notes</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 12.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <style>
  8. <!--
  9. /*-----------------------------------------------------------
  10. Keil Software CHM Style Sheet
  11. -----------------------------------------------------------*/
  12. body { color: #000000; background-color: #FFFFFF; font-size: 75%; font-family:
  13. Verdana, Arial, 'Sans Serif' }
  14. a:link { color: #0000FF; text-decoration: underline }
  15. a:visited { color: #0000FF; text-decoration: underline }
  16. a:active { color: #FF0000; text-decoration: underline }
  17. a:hover { color: #FF0000; text-decoration: underline }
  18. h1 { font-family: Verdana; font-size: 18pt; color: #000080; font-weight: bold;
  19. text-align: Center; margin-right: 3 }
  20. h2 { font-family: Verdana; font-size: 14pt; color: #000080; font-weight: bold;
  21. background-color: #CCCCCC; margin-top: 24; margin-bottom: 3;
  22. padding: 6 }
  23. h3 { font-family: Verdana; font-size: 10pt; font-weight: bold; background-color:
  24. #CCCCCC; margin-top: 24; margin-bottom: 3; padding: 6 }
  25. pre { font-family: Courier New; font-size: 10pt; background-color: #CCFFCC;
  26. margin-left: 24; margin-right: 24 }
  27. ul { list-style-type: square; margin-top: 6pt; margin-bottom: 0 }
  28. ol { margin-top: 6pt; margin-bottom: 0 }
  29. li { clear: both; margin-bottom: 6pt }
  30. table { font-size: 100%; border-width: 0; padding: 0 }
  31. th { color: #FFFFFF; background-color: #000080; text-align: left; vertical-align:
  32. bottom; padding-right: 6pt }
  33. tr { text-align: left; vertical-align: top }
  34. td { text-align: left; vertical-align: top; padding-right: 6pt }
  35. .ToolT { font-size: 8pt; color: #808080 }
  36. .TinyT { font-size: 8pt; text-align: Center }
  37. code { color: #000000; background-color: #E0E0E0; font-family: 'Courier New', Courier;
  38. line-height: 120%; font-style: normal }
  39. /*-----------------------------------------------------------
  40. Notes
  41. -----------------------------------------------------------*/
  42. p.note { font-weight: bold; clear: both; margin-bottom: 3pt; padding-top: 6pt }
  43. /*-----------------------------------------------------------
  44. Expanding/Contracting Divisions
  45. -----------------------------------------------------------*/
  46. #expand { text-decoration: none; margin-bottom: 3pt }
  47. img.expand { border-style: none; border-width: medium }
  48. div.expand { display: none; margin-left: 9pt; margin-top: 0 }
  49. /*-----------------------------------------------------------
  50. Where List Tags
  51. -----------------------------------------------------------*/
  52. p.wh { font-weight: bold; clear: both; margin-top: 6pt; margin-bottom: 3pt }
  53. table.wh { width: 100% }
  54. td.whItem { white-space: nowrap; font-style: italic; padding-right: 6pt; padding-bottom:
  55. 6pt }
  56. td.whDesc { padding-bottom: 6pt }
  57. /*-----------------------------------------------------------
  58. Keil Table Tags
  59. -----------------------------------------------------------*/
  60. table.kt { border: 1pt solid #000000 }
  61. th.kt { white-space: nowrap; border-bottom: 1pt solid #000000; padding-left: 6pt;
  62. padding-right: 6pt; padding-top: 4pt; padding-bottom: 4pt }
  63. tr.kt { }
  64. td.kt { color: #000000; background-color: #E0E0E0; border-top: 1pt solid #A0A0A0;
  65. padding-left: 6pt; padding-right: 6pt; padding-top: 2pt;
  66. padding-bottom: 2pt }
  67. /*-----------------------------------------------------------
  68. -----------------------------------------------------------*/
  69. -->
  70. </style>
  71. </head>
  72. <body>
  73. <h1>CMSIS Release Notes</h1>
  74. <p align="center">Release Notes for CMSIS V2.00</p>
  75. <p align="center">November 2010</p>
  76. <p class="TinyT">Information in this file, the accompany manuals, and software is<br>
  77. Copyright © ARM Ltd.<br>All rights reserved.
  78. <p align="center"><img src="Documentation/CMSIS_Logo_Final.jpg" height="78" width="197">
  79. </p>
  80. <hr>
  81. <h2>Contents</h2>
  82. <ul>
  83. <li class="LI2"><a href="Documentation/CMSIS_History.htm">CMSIS Version History</a>
  84. lists the changes between the different CMSIS versions.
  85. </li>
  86. <li class="LI2"><a href="Documentation/CMSIS_Core.htm">CMSIS Core Support</a>
  87. contains a general description for CMSIS.
  88. </li>
  89. <li class="LI2"><a href="Documentation/DSP_Lib/html/index.html">CMSIS DSP Software Library</a>
  90. describes the CMSIS DSP software library.
  91. </li>
  92. <li class="LI2"><a href="Documentation/CMSIS_System_View_Description.htm">CMSIS System View Description</a>
  93. describes the CMSIS System View Description.
  94. </li>
  95. <li class="LI2"><a href="Documentation/CMSIS_CM4_SIMD.htm">CMSIS Support for Cortex-M4 SIMD Instructions</a>
  96. lists the Cortex-M4 instructions supported by CMSIS.
  97. </li>
  98. <li class="LI2"><a href="Documentation/CMSIS_DebugSupport.htm">CMSIS Debug Support</a>
  99. describes the available CMSIS Debug functions and the used methods.
  100. </li>
  101. <li class="LI2"><a href="CMSIS END USER LICENCE AGREEMENT.pdf">License</a></li>
  102. </ul>
  103. </body>
  104. </html>