Remove new line character from all zassert_* messages. Following script has been used to do this. https://github.com/punitvara/scripts/blob/master/remove_newlinech.py zassert test framework adds newlines character implicitly. issue: #7170 Signed-off-by: Punit Vara <punit.vara@intel.com>
Add stack object usage scenario tests between thread to thread and thread to ISR. This test is inspired from test_stack legacy test from Zephyr v1.7.0 release. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>