On 15/01/2019 08:24, Misra, Avinash wrote:
Thank you for your response. I was using a custom scheduler configuration
because of one of the RTEM smp examples I saw.
How did you find the examples? Are they in the RTEMS smptests? Did you
read the SMP chapter in the documentation
https://docs.r
Hi Sebastian,
Thank you for your response. I was using a custom scheduler configuration
because of one of the RTEM smp examples I saw. I didn't realize that it would
end up affecting BSD and the networking protocol.
I've switched back to the EDF scheduler since and have been having much success
Hello Avi,
On 13/01/2019 22:51, Misra, Avinash wrote:
Hi,
My issue turned out to be a configuration issue where I was using the
incorrect scheduler. I was originally using #define
CONFIGURE_SCHEDULER_PRIORITY_AFFINITY_SMP when in fact I should have
been using #define CONFIGURE_SCHEDULER_EDF
On 14/01/2019 23:33, Chris Johns wrote:
On 14/1/19 8:22 pm, Sebastian Huber wrote:
while testing the event recording with the libbsd I noticed a GNU ld --wrap
limitation:
https://www.sourceware.org/ml/binutils/2018-12/msg00210.html
I have been watching the thread. There is a limit to what bin
On 14/1/19 8:22 pm, Sebastian Huber wrote:
>
> while testing the event recording with the libbsd I noticed a GNU ld --wrap
> limitation:
>
> https://www.sourceware.org/ml/binutils/2018-12/msg00210.html
>
I have been watching the thread. There is a limit to what binutils or any method
can do as
Hi
There will be an RTEMS Open Class in Huntsville Alabama the
week of February 25 - March 1.
February 25- Getting Started
February 26 - March 1 - Open Class
Details and registration forms at http://rtems.com/trainingschedule.
If you have questions at all about the class, feel free to email me
Hello,
while testing the event recording with the libbsd I noticed a GNU ld
--wrap limitation:
https://www.sourceware.org/ml/binutils/2018-12/msg00210.html
It turned out that the wrapping doesn't work for references internal to
a translation unit. My hope was that the RTEMS Trace Linker does