On 03/01/2019 16:39, Martin Erik Werner wrote:
Hello,
I'm currently using Google Test in order to run some unit tests on an
RTEMS application in a non-RTEMS Linux Development environment, via a
(fairly messy but operational) fake environment and mocking/faking
calls to RTEMS manager functionalit
Hello David,
On 03/01/2019 20:20, Siddons, David wrote:
Hi all,
I'm slowly working my way through porting rtems5 to EPICS-3.15.6.
THings have changed since the previous port, both in EPICS and RTEMS.
I just hit an error concerning rtems malloc, in particular this type
and the function wh
Hi all,
I'm slowly working my way through porting rtems5 to EPICS-3.15.6. THings
have changed since the previous port, both in EPICS and RTEMS. I just hit an
error concerning rtems malloc, in particular this type and the function which
uses it, malloc_get_statistics().
Is there a list of r
Hello,
I'm currently using Google Test in order to run some unit tests on an
RTEMS application in a non-RTEMS Linux Development environment, via a
(fairly messy but operational) fake environment and mocking/faking
calls to RTEMS manager functionality (e.g. semaphores, message queues,
which are eit