summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Tran2019-06-25 15:16:41 -0500
committerThanh Tran2019-06-25 15:16:41 -0500
commit7545dca27fc4701b569665b87c20a773c68a6598 (patch)
treec3b304379e20b49f15e26642aba142192001588b
parent458bc4ba27ae61bbf5debb5a297bdeaa26ce23ce (diff)
downloadusb-7545dca27fc4701b569665b87c20a773c68a6598.tar.gz
usb-7545dca27fc4701b569665b87c20a773c68a6598.tar.xz
usb-7545dca27fc4701b569665b87c20a773c68a6598.zip
Docs update
-rw-r--r--docs/ReleaseNotes_USB_LLD.docbin94208 -> 94720 bytes
-rw-r--r--docs/ReleaseNotes_USB_LLD.pdfbin331598 -> 332313 bytes
-rw-r--r--docs/readme.txt4
-rw-r--r--package.xdc4
4 files changed, 6 insertions, 2 deletions
diff --git a/docs/ReleaseNotes_USB_LLD.doc b/docs/ReleaseNotes_USB_LLD.doc
index d0f9221..6d343f9 100644
--- a/docs/ReleaseNotes_USB_LLD.doc
+++ b/docs/ReleaseNotes_USB_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_USB_LLD.pdf b/docs/ReleaseNotes_USB_LLD.pdf
index efec7c3..6b00d73 100644
--- a/docs/ReleaseNotes_USB_LLD.pdf
+++ b/docs/ReleaseNotes_USB_LLD.pdf
Binary files differ
diff --git a/docs/readme.txt b/docs/readme.txt
index 905c475..f6cfeda 100644
--- a/docs/readme.txt
+++ b/docs/readme.txt
@@ -64,6 +64,10 @@ R
64 + MSC host example codes for AM437x/AM57xx don't support unplug/replug of the USB device at the moment. 64 + MSC host example codes for AM437x/AM57xx don't support unplug/replug of the USB device at the moment.
65 65
664. Change log: 664. Change log:
67 Release 1.0.0.18:
68 + Add SMP examples for AM65xx
69 + Update example memory map with new DMSC layout. Change makefile to use USB local linker files
70
67 Release 1.0.0.17: 71 Release 1.0.0.17:
68 + Add USB bulk performance tool. USB bulk demo has been changed to supported the performance tool 72 + Add USB bulk performance tool. USB bulk demo has been changed to supported the performance tool
69 + Add USB3.0 host support for AM65xx. USB3.0 host testings are still in progress. Not claiming operational USB3.0 at the moment 73 + Add USB3.0 host support for AM65xx. USB3.0 host testings are still in progress. Not claiming operational USB3.0 at the moment
diff --git a/package.xdc b/package.xdc
index 83fa744..2047a10 100644
--- a/package.xdc
+++ b/package.xdc
@@ -6,11 +6,11 @@
6 * DESCRIPTION: 6 * DESCRIPTION:
7 * This file contains the package specification for the usb Driver 7 * This file contains the package specification for the usb Driver
8 * 8 *
9 * Copyright (C) 2015-2018, Texas Instruments, Inc. 9 * Copyright (C) 2015-2019, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.usb[1, 0, 0, 17] { 13package ti.drv.usb[1, 0, 0, 18] {
14 module Settings; 14 module Settings;
15} 15}
16 16