فهرست منبع

Updated CMSIS-Driver to revision 2.0.5 and added rev. history.

Christopher Seidl 9 سال پیش
والد
کامیت
fe223b72cf
2فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 1 1
      CMSIS/DoxyGen/Driver/Driver.dxy
  2. 7 0
      CMSIS/DoxyGen/Driver/src/General.txt

+ 1 - 1
CMSIS/DoxyGen/Driver/Driver.dxy

@@ -38,7 +38,7 @@ PROJECT_NAME           = CMSIS-Driver
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "Version 2.04"
+PROJECT_NUMBER         = "Version 2.05"
 
 # 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 a

+ 7 - 0
CMSIS/DoxyGen/Driver/src/General.txt

@@ -60,11 +60,18 @@ The following files relevant to CMSIS-Driver are present in the <b>ARM::CMSIS</b
       <th>Version</th>
       <th>Description</th>
     </tr>
+    <tr>
+      <td>2.05</td>
+      <td>Modifications compared to Version 2.04:
+ - Changed: All typedefs related to status have been made volatile. 
+      </td>
+    </tr>
     <tr>
       <td>2.04</td>
       <td>Modifications compared to Version 2.03:
  - Added: template files for CAN interface driver.
       </td>
+    </tr>
     <tr>
       <td>2.03</td>
       <td>Modifications compared to Version 2.02: