>On Tue, Nov 29, 2022 at 6:58 AM Prashanth S
wrote:
>>
>> > On 29/11/2022 05:57, Gedare Bloom wrote:
>> > >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument
data)
>> > >>
>> > >> msg_size = ((char *)&msg.data[msg.len] - (char *)&msg);
>> > >>
>> > >> -printf("calling writ
Hi
If you saw the announcement on Discord, you know there was a ticket Triage
session in the #workshop channel. Chris and I have done this together
before but this time decided to share the work with anyone interested to
watch. Chris and I with assistance from Andrei reviewed over 100 tickets.
We
On Tue, Nov 29, 2022 at 6:58 AM Prashanth S wrote:
>
> > On 29/11/2022 05:57, Gedare Bloom wrote:
> > >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument data)
> > >>
> > >> msg_size = ((char *)&msg.data[msg.len] - (char *)&msg);
> > >>
> > >> -printf("calling write task =
> On 29/11/2022 05:57, Gedare Bloom wrote:
> >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument data)
> >>
> >> msg_size = ((char *)&msg.data[msg.len] - (char *)&msg);
> >>
> >> -printf("calling write task = %u\n", task_num);
> >> +CAN_DEBUG("calling write task =
>On Mon, Nov 28, 2022 at 8:46 PM Prashanth S
wrote:
>>
>> ---
>> cpukit/include/dev/can/can.h | 2 +-
>> testsuites/libtests/can01/init.c | 14 --
>> 2 files changed, 9 insertions(+), 7 deletions(-)
>>
>> diff --git a/cpukit/include/dev/can/can.h b/cpukit/include/dev/can/ca