(GSoC 2018) Introduction for Danxue(Dannie) Huang

2018-05-04 Thread Danxue Huang
Hi folks, This is Danxue(Dannie) Huang, a junior student majoring in computer science at University of Alabama in Huntsville. I come from China and it has been three years since I came to the U.S.. I get to know GSoC and RTEMS project at Dr. Sherrill's seminar, thanks to Dr. Sherrill, I am encoura

Re: Raspberry Pi Rtems-Graphical-Toolkit

2018-05-04 Thread Mikhail Svetkin
Hi all, We started some researches (including Qt on RTEMS), take a look if you are interested. http://blog.qt.io/blog/2018/05/03/qt-microncontrollers-mcu/ Mikhail Svetkin Software Engineer The Qt Company Sandakerveien 116 0484, Oslo, Norway mikhail.svet...@qt.io +47 488 62 204 http://qt.io <

Re: RTEMS+Cexp+GeSys

2018-05-04 Thread Anton Derbenev
Hello Gedare, alas, given that I believe in all the infrastructure with how things boot well for our existing 4.9 setup, I couldn't get much conclusive clue on how to coax the startup script be found and run for the new assembly. I recall my last attempt was to giving it a shot with 4.12 instead,

Re: RTEMS+Cexp+GeSys

2018-05-04 Thread Gedare Bloom
Sorry, I just found that Heinz actually also replied to this back in december, but in the digest form. :) **slowly working my way through email backlog for spring semester /sigh/* On Fri, May 4, 2018 at 10:36 AM, Gedare Bloom wrote: > Hello Anton, > > On Wed, Dec 13, 2017 at 9:13 PM, Anton Derbe

Re: RTEMS+Cexp+GeSys

2018-05-04 Thread Gedare Bloom
Hello Anton, On Wed, Dec 13, 2017 at 9:13 PM, Anton Derbenev wrote: > Hello all, > > at NSLS-II, we have several dozen MVME3100 VME crates running RTEMS with > EPICS driver for various diagnostics and MRF timing hardware. The entire > setup was handily created quite some time ago by combining RTE

Re: Is there a way to confirm that RTEMS task is running or not?

2018-05-04 Thread Joel Sherrill
In a single CPU system, if it is executing, then your code is the task. What's the purpose? On Fri, May 4, 2018, 2:39 AM Matthew J Fletcher wrote: > Hi, > > If your using the classic API > https://docs.rtems.org/branches/master/c-user/index.html > > Then would rtems_task_is_suspended() not tell

Re: Is there a way to confirm that RTEMS task is running or not?

2018-05-04 Thread Matthew J Fletcher
Hi, If your using the classic API https://docs.rtems.org/branches/master/c-user/index.html Then would rtems_task_is_suspended() not tell you if its suspended or not. If its not been created then there wont be a task id yet. On 4 May 2018 at 07:47, jaeho jo wrote: > I want to confirm that the