summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8341262)
raw | patch | inline | side by side (parent: 8341262)
author | Prasad Konnur <prasadkonnur@ti.com> | |
Thu, 11 Jul 2013 10:27:09 +0000 (15:57 +0530) | ||
committer | Prasad Konnur <prasadkonnur@ti.com> | |
Thu, 11 Jul 2013 10:27:09 +0000 (15:57 +0530) |
Signed-off-by: Prasad Konnur <prasadkonnur@ti.com>
index 1df70510264ebf86fb834548f4649abab4fd2992..84d8d9d40d5f776dab973782cb2523a30144bb2b 100755 (executable)
Binary files a/docs/EDMA3_Driver_Release_Notes.doc and b/docs/EDMA3_Driver_Release_Notes.doc differ
Binary files a/docs/EDMA3_Driver_Release_Notes.doc and b/docs/EDMA3_Driver_Release_Notes.doc differ
index 866abbd37a94e034fb96ec49a16efba70fb8d991..e0f208fef62a7a9fd68cc5de7b5c44baf384b3b7 100755 (executable)
Binary files a/docs/EDMA3_RM_Release_Notes.doc and b/docs/EDMA3_RM_Release_Notes.doc differ
Binary files a/docs/EDMA3_RM_Release_Notes.doc and b/docs/EDMA3_RM_Release_Notes.doc differ
diff --git a/eclipse/plugins/com.ti.sdo.edma3.rtscRegistry_02.11.08/plugin.xml b/eclipse/plugins/com.ti.sdo.edma3.rtscRegistry_02.11.08/plugin.xml
index 2962dcb0159269813ab5840b291b55a7e28345e5..588c33130b33fbfb9e7892380f4ba2f221028b26 100644 (file)
<extension point="org.eclipse.rtsc.xdctools.managedbuild.core.rtscProductTypes">
<productType id="com.ti.sdo.edma3"
name="EDMA3 Low Level Driver"
- folderPrefix="edma3_lld_02_11_08_05"
+ folderPrefix="edma3_lld_02_11_08_06"
rootMacroName="EDMA3_LLD_INSTALL_DIR" />
</extension>
<extension point="org.eclipse.rtsc.xdctools.managedbuild.core.rtscProducts">
diff --git a/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.doc b/packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.doc
index 2e30fbcb86e5e191275895961d0c5e800e9c7806..33c1fb3452d37e02d9d1d1b0647f14f88dc1e830 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
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 535fe4c3982ec1e85b7928a9a586d616ebddd18a..81cec6478aafd349c5bc005a3824dcd7760f67e2 100755 (executable)
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define EDMA3_LLD_DRV_VERSION_ID (0x020B0704)
+#define EDMA3_LLD_DRV_VERSION_ID (0x020B0806)
/**
* @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.07.04"
+#define EDMA3_LLD_DRV_VERSION_STR "EDMA3 LLD Revision: 02.11.08.06"
/** @brief EDMA3 Driver Error Codes Base define */
diff --git a/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.doc b/packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.doc
index 93019212331cb297e229f06dd04f0aad0fa7d0e4..8d9ae29ea9e0ba87dc21e2b96f0c9297a20c043f 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
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 51da410baffef9a2905add1d76f2361324c60b72..f3c00eca5ce389658c9733a4697d8ac18cc0c0a1 100755 (executable)
</tbody>
</table>
<h1 class="title">EDMA3 LLD 02.11.08 Release Notes</h1>
-<h2 class="title">July 3, 2013</h2>
+<h2 class="title">July 12, 2013</h2>
<p>
This EDMA3 Low Level Driver Release is targeted to the users (device
drivers
@@ -245,6 +245,10 @@ Reference Guide (<a href="packages/ti/sdo/edma3/rm/docs/html/index.html">HTML</a
<td width="200">SDOCM00102051</td>
<td>Determining the core by reading from a core id or device id register (if possible), instead of compile time definitions.</td>
</tr>
+ <tr>
+ <td width="200">SDOCM00102486</td>
+ <td>[Vayu McSPI ] McSPI Applications does not work without EDMA Channel Mapping.</td>
+ </tr>
</tbody>
</table>
</a>
<ul>
<li>M4 SYS/BIOS</li>
+ <li>a15 SYS/BIOS</li>
+ <li>c66x SYS/BIOS</li>
</ul>
</ul>
<hr>
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: July 3, 2013
+<p>Last updated: July 12, 2013
</p>
</body>
</html>
diff --git a/software-manifest.doc b/software-manifest.doc
index cf58207613599c27842969d8aa3eae18ca2daf3a..7447bfb117d64a8ae8be223ebe9ab822e810a63a 100755 (executable)
Binary files a/software-manifest.doc and b/software-manifest.doc differ
Binary files a/software-manifest.doc and b/software-manifest.doc differ