Re: [PATCH 1/2] testsuites/libtests/can01: Serialize CAN write and read messages among the tasks

2022-12-14 Thread Prashanth S
>> >> +++ b/testsuites/libtests/can01/init.c >> >> @@ -48,7 +48,7 @@ >> >> if (c3 == '9') { \ >> >> if (c2 == 'z') { \ >> >> if (c1 == 'z') { \ >> >> - printf("not enough task letters for names >>

Re: [PATCH 1/2] testsuites/libtests/can01: Serialize CAN write and read messages among the tasks

2022-12-14 Thread Sebastian Huber
On 15/12/2022 08:19, Prashanth S wrote: >> +++ b/testsuites/libtests/can01/init.c >> @@ -48,7 +48,7 @@ >>                     if (c3 == '9') {     \ >>                       if (c2 == 'z') {   \ >>                         if (c1 == 'z') { \ >> -                         printf("not enough

Re: [PATCH 1/2] testsuites/libtests/can01: Serialize CAN write and read messages among the tasks

2022-12-14 Thread Prashanth S
>> >> The CAN framework has minimal Rx implementation, so to test loopback >> driver the test application is modified to write and read atomically >> --- >> testsuites/libtests/can01/init.c | 71 ++-- >> 1 file changed, 31 insertions(+), 40 deletions(-) >> >> diff --git

Re: [PATCH 1/2] testsuites/libtests/can01: Serialize CAN write and read messages among the tasks

2022-12-14 Thread Gedare Bloom
On Sat, Dec 3, 2022 at 2:02 AM Prashanth S wrote: > > The CAN framework has minimal Rx implementation, so to test loopback > driver the test application is modified to write and read atomically > --- > testsuites/libtests/can01/init.c | 71 ++-- > 1 file changed, 31 in

[PATCH 1/2] testsuites/libtests/can01: Serialize CAN write and read messages among the tasks

2022-12-03 Thread Prashanth S
The CAN framework has minimal Rx implementation, so to test loopback driver the test application is modified to write and read atomically --- testsuites/libtests/can01/init.c | 71 ++-- 1 file changed, 31 insertions(+), 40 deletions(-) diff --git a/testsuites/libtests/