author | John Dowdal <jdowdal@ti.com> | |
Tue, 4 Nov 2014 19:58:46 +0000 (14:58 -0500) | ||
committer | John Dowdal <jdowdal@ti.com> | |
Tue, 4 Nov 2014 19:58:46 +0000 (14:58 -0500) |
1 | 2 | |||
---|---|---|---|---|
package.xdc | patch | | diff1 | | diff2 | | blob | history |
rmver.h | patch | | diff1 | | diff2 | | blob | history |
diff --cc package.xdc
index 1f973de3c9c4573eebfee3cc942dfbd1c228d7cf,34ab8f7d2cfba86fb339aca74fe1696a5b559353..534b84d232d072ca52d5ea425443ae9318b01404
mode 100644,100755..100644
mode 100644,100755..100644
--- 1/package.xdc
--- 2/package.xdc
+++ b/package.xdc
* Copyright (C) 2012-2014, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
- package ti.drv.rm[02, 01, 00, 1026] {\r
-package ti.drv.rm[02, 01, 00, 07] {\r
++package ti.drv.rm[02, 01, 00, 08] {\r
module Settings;\r
}\r
diff --cc rmver.h
index 7690917a64595c42a0b13ef61a18cb54dadc10e3,d148be427d92c11de2f0c995de259b1166d7ae7b..339645946faa144aed73c60d8ebe24e0ad0b1b10
+++ b/rmver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
- #define RM_VERSION_ID (0x020100402)
-#define RM_VERSION_ID (0x02010007)
++#define RM_VERSION_ID (0x02010008)
/**
* @brief This is the version string which describes the RM along with the
* date and build information.
*/
- #define RM_VERSION_STR "RM Revision: 02.01.00.1026"
-#define RM_VERSION_STR "RM Revision: 02.01.00.07"
++#define RM_VERSION_STR "RM Revision: 02.01.00.08"
#ifdef __cplusplus