summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2019-09-30 10:14:32 -0500
committerHao Zhang2019-09-30 10:14:32 -0500
commit5e00d11961e61e32474ec9eee3c9e76aca7080cf (patch)
treea904a2dd9b5324f687156fe78e6d1267b13e6eb2
parentf5fadb1ef2c91e939987c9a5be0f25b3146f1223 (diff)
downloadspi-lld-5e00d11961e61e32474ec9eee3c9e76aca7080cf.tar.gz
spi-lld-5e00d11961e61e32474ec9eee3c9e76aca7080cf.tar.xz
spi-lld-5e00d11961e61e32474ec9eee3c9e76aca7080cf.zip
Signed-off-by: Hao Zhang <hzhang@ti.com>
-rw-r--r--SPIver.h4
-rwxr-xr-xdocs/ReleaseNotes_SPI_LLD.docbin244736 -> 256512 bytes
-rwxr-xr-xdocs/ReleaseNotes_SPI_LLD.pdfbin655264 -> 663289 bytes
-rwxr-xr-xpackage.xdc2
4 files changed, 3 insertions, 3 deletions
diff --git a/SPIver.h b/SPIver.h
index 8355ac1..bd2b4eb 100644
--- a/SPIver.h
+++ b/SPIver.h
@@ -51,13 +51,13 @@ extern "C" {
51 * format: 51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define SPI_DRV_VERSION_ID (0x0100000F) 54#define SPI_DRV_VERSION_ID (0x01000010)
55 55
56/** 56/**
57 * @brief This is the version string which describes the SPI driver along with the 57 * @brief This is the version string which describes the SPI driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define SPI_DRV_VERSION_STR "spi Driver Revision: 01.00.00.15" 60#define SPI_DRV_VERSION_STR "spi Driver Revision: 01.00.00.16"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/docs/ReleaseNotes_SPI_LLD.doc b/docs/ReleaseNotes_SPI_LLD.doc
index 3f2005e..39ce1c5 100755
--- a/docs/ReleaseNotes_SPI_LLD.doc
+++ b/docs/ReleaseNotes_SPI_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_SPI_LLD.pdf b/docs/ReleaseNotes_SPI_LLD.pdf
index b3cff76..6bed145 100755
--- a/docs/ReleaseNotes_SPI_LLD.pdf
+++ b/docs/ReleaseNotes_SPI_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 9a55444..d343322 100755
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.spi[1, 0, 0, 15] { 13package ti.drv.spi[1, 0, 0, 16] {
14 module Settings; 14 module Settings;
15} 15}
16 16