summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM V Pratap Reddy2018-07-17 09:12:05 -0500
committerM V Pratap Reddy2018-07-17 09:12:05 -0500
commitcf85c130fb3bd2494de97210382402a6aeb90bb0 (patch)
tree1bd8a9983c4f519690beaf6b344fa74aa587aa1a
parent30e9b05d98b91e3f825d596e49a52b13bb32817a (diff)
downloadbcp-lld-cf85c130fb3bd2494de97210382402a6aeb90bb0.tar.gz
bcp-lld-cf85c130fb3bd2494de97210382402a6aeb90bb0.tar.xz
bcp-lld-cf85c130fb3bd2494de97210382402a6aeb90bb0.zip
Documentation and version updates for procsdk 5.0 release
-rw-r--r--bcpver.h6
-rwxr-xr-xdocs/ReleaseNotes_BCPDriver.docbin147456 -> 137728 bytes
-rwxr-xr-xdocs/ReleaseNotes_BCPDriver.pdfbin121178 -> 248813 bytes
-rw-r--r--package.xdc4
4 files changed, 5 insertions, 5 deletions
diff --git a/bcpver.h b/bcpver.h
index 5c9ea72..6f7bc2d 100644
--- a/bcpver.h
+++ b/bcpver.h
@@ -14,7 +14,7 @@ extern "C" {
14 * @brief BCP Driver Version Definitions 14 * @brief BCP Driver Version Definitions
15 * 15 *
16 * ============================================================ 16 * ============================================================
17 * Copyright (c) Texas Instruments Incorporated 2009,2011,2014 17 * Copyright (c) Texas Instruments Incorporated 2009-2018
18 * 18 *
19 * Redistribution and use in source and binary forms, with or without 19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions 20 * modification, are permitted provided that the following conditions
@@ -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 BCP_VERSION_ID (0x02010006) 54#define BCP_VERSION_ID (0x02010007)
55 55
56/** 56/**
57 * @brief This is the version string which describes the BCP Driver along with the 57 * @brief This is the version string which describes the BCP Driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define BCP_VERSION_STR "BCP Driver Revision: 02.01.00.06" 60#define BCP_VERSION_STR "BCP Driver Revision: 02.01.00.07"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/docs/ReleaseNotes_BCPDriver.doc b/docs/ReleaseNotes_BCPDriver.doc
index 6acb692..e8affce 100755
--- a/docs/ReleaseNotes_BCPDriver.doc
+++ b/docs/ReleaseNotes_BCPDriver.doc
Binary files differ
diff --git a/docs/ReleaseNotes_BCPDriver.pdf b/docs/ReleaseNotes_BCPDriver.pdf
index d04c15b..78b8945 100755
--- a/docs/ReleaseNotes_BCPDriver.pdf
+++ b/docs/ReleaseNotes_BCPDriver.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index d5d4099..e554055 100644
--- a/package.xdc
+++ b/package.xdc
@@ -6,10 +6,10 @@
6 * DESCRIPTION: 6 * DESCRIPTION:
7 * This file contains the package specification for the BCP Driver 7 * This file contains the package specification for the BCP Driver
8 * 8 *
9 * Copyright (C) 2012, Texas Instruments, Inc. 9 * Copyright (C) 2012-2018, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.bcp[2, 01, 00, 06] { 12package ti.drv.bcp[2, 01, 00, 07] {
13 module Settings; 13 module Settings;
14} 14}
15 15