summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc6599c)
raw | patch | inline | side by side (parent: cc6599c)
author | Justin Sobota <jsobota@ti.com> | |
Mon, 3 Mar 2014 21:50:31 +0000 (16:50 -0500) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Mon, 3 Mar 2014 21:50:31 +0000 (16:50 -0500) |
docs/ReleaseNotes_RM.doc | patch | blob | history | |
docs/ReleaseNotes_RM.pdf | patch | blob | history | |
package.bld | patch | blob | history | |
package.xdc | patch | blob | history | |
rm.h | patch | blob | history | |
rm_transport.h | patch | blob | history | |
src/rm_transport.c | patch | blob | history |
index f27e7708a6a3f1ab51636947809304e00ff265d0..8541068ea880b1598989718323f4d913fdfeddbc 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 867e18cb5ff0c3d75b7f010d21896fc6a0fd9b3f..8ac3f92c92653405236ac80387ff885ec99a9211 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.bld b/package.bld
index 906d2436c7de00fdc33bb05508c1557a8f8a7c56..9c914e08c30a3951f1c7404bae9731f186a64e9a 100644 (file)
--- a/package.bld
+++ b/package.bld
* Example for a valid command:\r
* xdc XDCARGS="SETUP" release \r
*\r
- * Copyright (C) 2012-2013, Texas Instruments, Inc.\r
+ * Copyright (C) 2012-2014, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
/* List of all subdirectories that combine to make the RM Package. */\r
var subDirectories = ["src", "docs", "device", "include", "test", "util"];\r
\r
-/* Generate paver.h */\r
+/* Generate rmver.h */\r
var tplt = xdc.loadTemplate("./rmver.h.xdt");\r
tplt.genFile("./rmver.h",lldReleaseVersion); \r
\r
diff --git a/package.xdc b/package.xdc
index 7ab8f5969b3bc2e3c19e5124da3b2a1eeadddc1a..be07073ddfed7a8934742e842685c1190026911b 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-2013, Texas Instruments, Inc.\r
+ * Copyright (C) 2012-2014, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
-package ti.drv.rm[02, 00, 00, 08] {\r
+package ti.drv.rm[02, 00, 00, 09] {\r
module Settings;\r
}\r
index bb8c1bdde30006f2146cea5963c7ec7688476b7e..b2d799f42356c490a018ef501e89e0dfd4e3ad6c 100644 (file)
--- a/rm.h
+++ b/rm.h
*
* \par
* ============================================================================
- * @n (C) Copyright 2012-2013, Texas Instruments, Inc.
+ * @n (C) Copyright 2012-2014, Texas Instruments, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/rm_transport.h b/rm_transport.h
index 443ffb0979a301fb777eba960368cfc7e4c1f103..434a73aa8de6095f6c48302c143abd20170d50a2 100644 (file)
--- a/rm_transport.h
+++ b/rm_transport.h
*
* \par
* ============================================================================
- * @n (C) Copyright 2012-2013, Texas Instruments, Inc.
+ * @n (C) Copyright 2012-2014, Texas Instruments, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* @param[in] pkt
* RM packet to extract packet source instance name from.
*
- * @param[out] serviceInstName
+ * @param[out] pktInstName
* Pointer to a character array that will contain the RM instance name
* that originated the RM request packet. The character array MUST be
* at least RM_NAME_MAX_CHARS bytes in length
diff --git a/src/rm_transport.c b/src/rm_transport.c
index e22394552ed0c74720be9e88fc4e41ebb3e05e93..134a1ef06c79ca3666852321d7ac3315af28e5b8 100644 (file)
--- a/src/rm_transport.c
+++ b/src/rm_transport.c
*\r
* \par\r
* ============================================================================\r
- * @n (C) Copyright 2012-2013, Texas Instruments, Inc.\r
+ * @n (C) Copyright 2012-2014, Texas Instruments, Inc.\r
* \r
* Redistribution and use in source and binary forms, with or without \r
* modification, are permitted provided that the following conditions \r