summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.docbin129024 -> 130048 bytes
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.pdfbin458200 -> 494578 bytes
-rw-r--r--package.xdc2
-rw-r--r--pruicss_ver.h6
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes_PRUSS_LLD.doc b/docs/ReleaseNotes_PRUSS_LLD.doc
index 9ba1a3c..3a06d3b 100644
--- a/docs/ReleaseNotes_PRUSS_LLD.doc
+++ b/docs/ReleaseNotes_PRUSS_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_PRUSS_LLD.pdf b/docs/ReleaseNotes_PRUSS_LLD.pdf
index bc2d227..4487097 100644
--- a/docs/ReleaseNotes_PRUSS_LLD.pdf
+++ b/docs/ReleaseNotes_PRUSS_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index c604e26..2647ef5 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.pruss[1, 0, 0, 13] { 13package ti.drv.pruss[1, 0, 0, 14] {
14 module Settings; 14 module Settings;
15} 15}
16 16
diff --git a/pruicss_ver.h b/pruicss_ver.h
index 4c4900e..99c1d81 100644
--- a/pruicss_ver.h
+++ b/pruicss_ver.h
@@ -14,7 +14,7 @@ extern "C" {
14 * @brief pruss Driver Version Definitions 14 * @brief pruss Driver Version Definitions
15 * 15 *
16 * ============================================================ 16 * ============================================================
17 * Copyright (c) Texas Instruments Incorporated 2009-2016 17 * Copyright (c) Texas Instruments Incorporated 2009-2019
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 PRUICSS_DRV_VERSION_ID (0x0100000D) 54#define PRUICSS_DRV_VERSION_ID (0x0100000E)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PRUICSS driver along with the 57 * @brief This is the version string which describes the PRUICSS driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.13" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.14"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus