Re: powerpc/mpc5643l_dpu: psxconfig01 too large

2019-02-28 Thread Joel Sherrill
On Thu, Feb 28, 2019, 5:03 PM Chris Johns wrote: > On 1/3/19 10:00 am, Joel Sherrill wrote: > > On Thu, Feb 28, 2019, 4:50 PM Chris Johns > > wrote: > > > > Hi, > > > > This test has a number of config values that overflow the memory on > the > > powerpc/mpc5

Re: powerpc/mpc5643l_dpu: psxconfig01 too large

2019-02-28 Thread Chris Johns
On 1/3/19 10:00 am, Joel Sherrill wrote: > On Thu, Feb 28, 2019, 4:50 PM Chris Johns > wrote: > > Hi, > > This test has a number of config values that overflow the memory on the > powerpc/mpc5643l_dpu BSP. Can these value be reduced so they can fit? > >

Re: powerpc/mpc5643l_dpu: psxconfig01 too large

2019-02-28 Thread Joel Sherrill
On Thu, Feb 28, 2019, 4:50 PM Chris Johns wrote: > Hi, > > This test has a number of config values that overflow the memory on the > powerpc/mpc5643l_dpu BSP. Can these value be reduced so they can fit? > > I can provide support in .tcfg files now to provide specific per BSP > settings > but I am

powerpc/mpc5643l_dpu: psxconfig01 too large

2019-02-28 Thread Chris Johns
Hi, This test has a number of config values that overflow the memory on the powerpc/mpc5643l_dpu BSP. Can these value be reduced so they can fit? I can provide support in .tcfg files now to provide specific per BSP settings but I am not sure what the values should be for this BSP? Some guidance i

Re: Interest/Intent to port OpenSSH?

2019-02-28 Thread Victor Kukshiev
hello, Gedare! I interested to particiate. чт, 28 февр. 2019 г. в 23:44, Gedare Bloom : > Hello all, > > Does anyone plan/want to use OpenSSH with RTEMS? Would there be interest > or already an intent to port it? > > I suspect it would not be so hard to add it with libbsd, but I'm not that > expe

Interest/Intent to port OpenSSH?

2019-02-28 Thread Gedare Bloom
Hello all, Does anyone plan/want to use OpenSSH with RTEMS? Would there be interest or already an intent to port it? I suspect it would not be so hard to add it with libbsd, but I'm not that experienced to be certain. Would it make for a good potential GSoC Project? Gedare __

Re: Conversion of BSP config files to pkg-config files

2019-02-28 Thread Vijay Kumar Banerjee
On Thu, 28 Feb 2019 at 03:37, Chris Johns wrote: > On 25/2/19 6:57 am, Vijay Kumar Banerjee wrote: > > In an attempt to read all the files, I wrote a parser to try to put them > > all in one place. > > Great. > > > I'm attaching the parser, the generated data and the list of files that > > could

Re: Issue with sis and Leon3

2019-02-28 Thread Jiri Gaisler
I have found the problem, stdout is not flushed when the simulator stops and it has been invoked by gdb. The run command uses the gdb interface to call sis, so this is why it happens there too. I will make a new sis patch (2.13) with some additional (speed) improvements... Jiri. On 2/27/19 9:34

Mentors Wanted - RTEMS Accepted in Google Summer of Code 2019

2019-02-28 Thread Joel Sherrill
Hi RTEMS was accepted as an organization into the 2019 edition of the Google Summer of Code. It is an honor for us all to be included each year and the project has greatly benefited. We need as many mentors as possible for this to work. You don't have to be a BSP and driver wizard to mentor. Last

Re: [ERROR] sparc-rtems5-gcc: error: bsp_specs: No such file or directory

2019-02-28 Thread Joel Sherrill
On Thu, Feb 28, 2019 at 3:36 AM Ravindra Kumar Meena wrote: > Hi, > > I was trying the following tracing example > https://docs.rtems.org/branches/master/user/tracing/examples.html > > but getting an error on the second command > > sparc-rtems5-gcc > -B/home/ravindra/quick-start/build/b-erc32/spa

Re: Doxygen @return vs. @retval

2019-02-28 Thread Joel Sherrill
On Thu, Feb 28, 2019 at 9:03 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > we agreed to use @retval instead of @return: > > > https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices > > Is there going to be a global replacement or have t

Doxygen @return vs. @retval

2019-02-28 Thread Sebastian Huber
Hello, we agreed to use @retval instead of @return: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices How should we indicate that not a particular value is returned, but instead an element of a set. For example: /**  * @brief Performs something and returns

Doxygen @param and [in], [out] or [in,out]?

2019-02-28 Thread Sebastian Huber
Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do we want to use [in], [out] or [in,out] as well? If yes, how are [in], [out] or [in,out] used exactly? For example consider values passe

Re: Priority aggregation question

2019-02-28 Thread Malte Münch
Thanks, that has been a helpful pointer. Best Malte On 28.02.19 12:05, Sebastian Huber wrote: > Hello Malte, > > for an example code to set the priority see > _Scheduler_EDF_Release_job(). Please note that you have to map the > priority values between API and internal formats, see > SCHEDULER_PR

Re: Priority aggregation question

2019-02-28 Thread Sebastian Huber
Hello Malte, for an example code to set the priority see _Scheduler_EDF_Release_job(). Please note that you have to map the priority values between API and internal formats, see SCHEDULER_PRIORITY_MAP(). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Ger

[ERROR] sparc-rtems5-gcc: error: bsp_specs: No such file or directory

2019-02-28 Thread Ravindra Kumar Meena
Hi, I was trying the following tracing example https://docs.rtems.org/branches/master/user/tracing/examples.html but getting an error on the second command sparc-rtems5-gcc -B/home/ravindra/quick-start/build/b-erc32/sparc-rtems5/erc32/lib -specs bsp_specs -qrtems -mcpu=cypress -O2 -g -ffunction-

Priority aggregation question

2019-02-28 Thread Malte Münch
Hello, i am currently playing around with resource sharing protocols and have a question regarding the priority aggregation behaviour of RTEMS. I have to tasks both with a "base" priority of 10. I set that priority via: rtems_task_set_scheduler(task1, sched0, 10); Later i am raising the priority