Re: Msys2 on Windows 10

2019-09-04 Thread Chris Johns
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

Msys2 on Windows 10

2019-09-04 Thread Jeff Mayes
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

FormalRTEMS - Postdoc in formal verification of real-time OS

2019-09-04 Thread Andrew Butterfield
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.

Re: move code from interrupt context to task context

2019-09-04 Thread Catalin Demergian
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

Re: jffs2 mount assert

2019-09-04 Thread Ярослав Лещинский
>>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