kernel: msg_q: k_msgq_peek() implementation Add implementation for k_msgq_peek() which is similar to k_msgq_get() except the message is not deleted from the queue. Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>