Re: Context Switching measurement RTEMS

2016-09-11 Thread Sebastian Huber
Hello Babacar, what is your definition of "context switching time"? To measure short time intervals with little overhead, you can use the rtems_counter_read() function (not supported on all BSPs). The tmcontext01 test measures the low-level context switch time. To get some samples for the th

Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-11 Thread Pavel Pisa
Hello Chris and others, On Sunday 11 of September 2016 08:53:09 Chris Johns wrote: > On 09/09/2016 17:47, Sebastian Huber wrote: > > On 09/09/16 09:43, Pavel Pisa wrote: > >> Hello Chris and others, > >> > >> On Friday 09 of September 2016 02:06:19 Chris Johns wrote: > >>> >On 09/09/2016 07:46, Pa

Re: [PATCH] rtems_waf: moved "import os.path" to the beginning of "bsp_configure" func def to avoid UnboundLocalError.

2016-09-11 Thread Chris Johns
Hi, Thank you for the report and the fix. I have pushed a variation of your patch. I could not use the email as a patch because git did not like it. It looks like it contained HTML. It would be good if you could please use 'git send-email' to posts patches in the future then I can use your p