]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/commitdiff
Updated documents and datasheet for rel 02.11.11.13
authorArvind <x0193495@ti.com>
Tue, 7 Jan 2014 10:18:28 +0000 (15:48 +0530)
committerArvind <x0193495@ti.com>
Tue, 7 Jan 2014 10:18:28 +0000 (15:48 +0530)
docs/EDMA3_Driver_Release_Notes.doc
docs/EDMA3_RM_Release_Notes.doc
packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_Datasheet.doc
packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.doc
packages/ti/sdo/edma3/drv/edma3_drv.h
packages/ti/sdo/edma3/rm/docs/EDMA3_RM_Datasheet.doc
packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.doc
release_notes_edma3_lld.html
software-manifest.doc

index 28ce15f29f7d3c676e478d57cb4c529e42c9f1d9..7f66371c522de996f702e3a6541d533c412aab36 100755 (executable)
Binary files a/docs/EDMA3_Driver_Release_Notes.doc and b/docs/EDMA3_Driver_Release_Notes.doc differ
index 80f4a1fc01e52fe734247e92e21e657a25cc20f6..db348f73b46fe6f2a78f1c6cd95e0cec7a9627dc 100755 (executable)
Binary files a/docs/EDMA3_RM_Release_Notes.doc and b/docs/EDMA3_RM_Release_Notes.doc differ
index ca9cc3598543fd16b29dff70bfe2d946c0b4741b..29df0c67fced0f39caca54ff4fa714f367f759ab 100755 (executable)
Binary files a/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_Datasheet.doc and b/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_Datasheet.doc differ
index 99b8356da53bc74b34119bada2a5b20648241465..12d1c63f6c579c051b015e9249c24beaa1ad20f6 100755 (executable)
Binary files a/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.doc and b/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.doc differ
index 68130c659867279aa9f4f89838554107b2b66790..8778ce9c2ba6b8a4c6b3c2a0268c2a587a1e80d2 100755 (executable)
@@ -102,13 +102,13 @@ extern "C" {
   * format:
   *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 
   */
-#define EDMA3_LLD_DRV_VERSION_ID                   (0x020B0908)
+#define EDMA3_LLD_DRV_VERSION_ID                   (0x020B0B0D)
 
 /**
  * @brief   This is the version string which describes the EDMA3 LLD along with the
  * date and build information.
  */
-#define EDMA3_LLD_DRV_VERSION_STR                  "EDMA3 LLD Revision: 02.11.09.08"
+#define EDMA3_LLD_DRV_VERSION_STR                  "EDMA3 LLD Revision: 02.11.11.13"
 
 
 /** @brief EDMA3 Driver Error Codes Base define */
index a5c69e7d858ad73bcab6e10467ad12669ef0c1d7..d41f574e38c720cb3fb92f089a0fbb6467b19e49 100755 (executable)
Binary files a/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_Datasheet.doc and b/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_Datasheet.doc differ
index 18011473eb6adb6478fa4cda869de2cd26ed7485..88e6837c338503013d61f6590ac8269b6ad7dd6d 100755 (executable)
Binary files a/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.doc and b/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.doc differ
index 017c9d4d15573057baf75ffe14f6b18321c2bf89..5646479b0abc4548abb12e746142b97c7b26177c 100755 (executable)
@@ -76,7 +76,7 @@ th
   </tbody>
 </table>
 <h1 class="title">EDMA3 LLD 02.11.11 Release Notes</h1>
-<h2 class="title">Dec 27, 2013</h2>
+<h2 class="title">Jan 7, 2013</h2>
 <p>
 This EDMA3 Low Level Driver Release is targeted to the users (device
 drivers
@@ -248,6 +248,14 @@ Reference Guide (<a href="packages/ti/sdo/edma3/rm/docs/html/index.html">HTML</a
       <td width="200">SDOCM00105739</td>
       <td>Add Support for EVE internal EDMA in EDMA3 LLD</td>
     </tr>
+    <tr>
+      <td width="200">SDOCM00105829</td>
+      <td>Remove build warnings and C++ warning</td>
+    </tr>
+    <tr>
+      <td width="200">SDOCM00105832</td>
+      <td>Tear down sequence in standalone example is improper</td>
+    </tr>
   </tbody>
 </table>
 
@@ -623,7 +631,7 @@ patches only include critical bug fixes.
 For technical support, Please post at TI E2E forum <a href="http://e2e.ti.com/support/embedded/f/355.aspx">http://e2e.ti.com/support/embedded/f/355.aspx</a>
 </p>
 <hr>
-<p>Last updated: Dec 27, 2013
+<p>Last updated: Jan 7, 2013
 </p>
 </body>
 </html>
index 634e79b289d4551f25386ec2c35f5824a2d336c0..d492956e4396c1e7e2bff3c0e6714b3c1150104d 100755 (executable)
Binary files a/software-manifest.doc and b/software-manifest.doc differ