summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a38702)
raw | patch | inline | side by side (parent: 9a38702)
author | Justin Sobota <jsobota@ti.com> | |
Thu, 17 Mar 2016 15:45:06 +0000 (11:45 -0400) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Thu, 17 Mar 2016 15:45:06 +0000 (11:45 -0400) |
Signed-off-by: Justin Sobota <jsobota@ti.com>
docs/ReleaseNotes_RM.doc | patch | blob | history | |
docs/ReleaseNotes_RM.pdf | patch | blob | history | |
package.xdc | patch | blob | history | |
rmver.h | patch | blob | history |
index f8ef48a92c1248fffc23e0bec45944b49b95903d..da12b960b499180ae616fee9cafd5d286161baa0 100644 (file)
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
index a97172deaa24e44abb86582a543f1f6defb9595c..e6fbe29d5b837b9eaa98b6ce264b2016d500ea6d 100644 (file)
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
diff --git a/package.xdc b/package.xdc
index c54ff8a91be8a4229abb61b81d8a9d10134676fd..08a39e912e11c6e5f22b86fbd31879d863d8fecb 100755 (executable)
--- a/package.xdc
+++ b/package.xdc
* DESCRIPTION: \r
* This file contains the package specification for the RM library\r
*\r
- * Copyright (C) 2012-2015, Texas Instruments, Inc.\r
+ * Copyright (C) 2012-2016, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
-package ti.drv.rm[2, 2, 0, 00] {\r
+package ti.drv.rm[2, 2, 0, 01] {\r
module Settings;\r
}\r
index 207a49ba99d8c9c78683868c2893e1587485bb0b..18ebcb47f1cec2dd484265064323ab5b0018aafb 100644 (file)
--- a/rmver.h
+++ b/rmver.h
* @brief Resource Manager Version Definitions
*
* ============================================================
- * Copyright (c) Texas Instruments Incorporated 2012-2015
+ * Copyright (c) Texas Instruments Incorporated 2012-2016
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define RM_VERSION_ID (0x02020000)
+#define RM_VERSION_ID (0x02020001)
/**
* @brief This is the version string which describes the RM along with the
* date and build information.
*/
-#define RM_VERSION_STR "RM Revision: 02.02.00.00"
+#define RM_VERSION_STR "RM Revision: 02.02.00.01"
#ifdef __cplusplus