commit | 140d3143360f724e2628e3927aa012db3e007980 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Mon May 25 13:18:47 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:12 2016 -0500 |
tree | 9e8bdb288fdb3772b2040d26440f781a2e386f41 | |
parent | 63720a9af3105e4e10ce3c3864fa6f647319a77d [diff] |
Eliminate references to k_memset() and k_memcpy() Since the kernel now provides a minimal string library, there is no longer any reason not to use the standard memset() and memcpy() APIs. Change-Id: Iad587ace6f41fd94c9c961d13d9322495a7da1be Signed-off-by: Allan Stephens <allan.stephens@windriver.com>