On 5/9/19 5:08 am, Jeff Mayes wrote:
> Hi
>
> I have a fresh install of Windows 10, with updates. Then installed MSYS2 as
> instructed here:
>
> https://docs.rtems.org/branches/master/user/hosts/windows.html#msys2
>
>
>
> Fetched the RSB, and then tried to build rtems-sparc tools, like thi
Hi
I have a fresh install of Windows 10, with updates. Then installed MSYS2 as
instructed here:
https://docs.rtems.org/branches/master/user/hosts/windows.html#msys2
Fetched the RSB, and then tried to build rtems-sparc tools, like this...
$ ../source-builder/sb-set-builder --prefix=/home/mayes/d
The School of Computer Science and Statistics in Trinity College Dublin is
seeking a post-doctoral Research Fellow in the field of formal software
verification, for a duration of 15-18 months, to start as soon as possible.
Salary range €40k-€51.5k p.a., depending on experience and precise duration.
Hi,
I did implement this with Rate Monotonic Manager.
I followed
https://docs.rtems.org/releases/rtems-docs-4.11.3/c-user/rate_monotonic_manager.html#simple-periodic-task
(section 11.3.7, Simple Periodic Task)
This made my tests to pass, but then I wondered if there is any clock drift
...
What I m
>>A self-contained example would be nice including the application
>>configuration ( stuff).
#ifndef CONFIG_H
#define CONFIG_H
#include "user.h"
void* POSIX_Init(void *arg);
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MI