summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd623e7)
raw | patch | inline | side by side (parent: dd623e7)
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | |
Sun, 29 Sep 2019 18:29:06 +0000 (14:29 -0400) | ||
committer | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | |
Sun, 29 Sep 2019 18:29:06 +0000 (14:29 -0400) |
fvid2ver.h | patch | blob | history | |
package.xdc | patch | blob | history |
diff --git a/fvid2ver.h b/fvid2ver.h
index 5b652a611da5507337fd61473081bdd65fd062ef..c7805a467933c72dc00e974d6d75878e1896f849 100644 (file)
--- a/fvid2ver.h
+++ b/fvid2ver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define FVID2_DRV_VERSION_ID (0x01000003)
+#define FVID2_DRV_VERSION_ID (0x01000004)
/**
* @brief This is the version string which describes the FVID2 driver along with the
diff --git a/package.xdc b/package.xdc
index 3c7a65a064f3e32ecaeb1c5482a1dd64ff131f32..fa86e9ad84e6f3e8751fa894ebcdca0f28c6a7a6 100644 (file)
--- a/package.xdc
+++ b/package.xdc
*
* Copyright (C) 2019, Texas Instruments, Inc.
*****************************************************************************/
-package ti.drv.fvid2[1, 0, 0, 3] {
+package ti.drv.fvid2[1, 0, 0, 4] {
module Settings;
}