Re: Help on how to configure for user-defined memory protection support (GSoC 2020)

2020-05-15 Thread Sebastian Huber
Hello Utkarsh Rai, On 13/05/2020 14:30, Utkarsh Rai wrote: Hello, My GSoC project,  providing thread stack protection support, has to be a user-configurable feature. My question is,  what would be the best way to implement this, my idea was to model it based on the existing system configuratio

Re: GSoC: RTEMS directory for FreeBSD imports

2020-05-15 Thread Christian Mauderer
On 13/05/2020 20:15, Niteesh G. S. wrote: > Hello, > > This mail is to regain attention for this topic and also to discuss a > few details > regarding the porting process. > > In the previous thread, Sebastian mentioned that we will be hard wiring > the OF > functions with the FDT implementation.

Re: Adding fenv support for ARM

2020-05-15 Thread Eshan Dhawan
On Wed, May 13, 2020 at 7:40 PM Joel Sherrill wrote: > National free hint day!!! > > Look above the line that is reported. You will see __BEGIN_DECL. It isn't > defined. It is intended to expand to the __cplusplus wrapper. > > After you fix this, you will sequentially find 2 other things to chang

[PATCH 2/2] Spelling/Grammar Mistakes

2020-05-15 Thread Richi Dubey
--- c-user/scheduling_concepts.rst | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst index dac39a8..d329bc4 100644 --- a/c-user/scheduling_concepts.rst +++ b/c-user/scheduling_con

Re: Help on how to configure for user-defined memory protection support (GSoC 2020)

2020-05-15 Thread Utkarsh Rai
On Thu, May 14, 2020 at 10:23 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Utkarsh Rai, > > On 13/05/2020 14:30, Utkarsh Rai wrote: > > Hello, > > My GSoC project, providing thread stack protection support, has to be > > a user-configurable feature. > > My question is,

Re: GSoC: RTEMS directory for FreeBSD imports

2020-05-15 Thread Niteesh G. S.
On Thu, May 14, 2020 at 4:30 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On 13/05/2020 20:15, Niteesh G. S. wrote: > > Hello, > > > > This mail is to regain attention for this topic and also to discuss a > > few details > > regarding the porting process. > > > > In the

Re: Adding fenv support for ARM

2020-05-15 Thread Eshan Dhawan
On Fri, May 15, 2020 at 2:22 AM Eshan Dhawan wrote: > > > On Wed, May 13, 2020 at 7:40 PM Joel Sherrill wrote: > >> National free hint day!!! >> >> Look above the line that is reported. You will see __BEGIN_DECL. It isn't >> defined. It is intended to expand to the __cplusplus wrapper. >> >> Aft

Re: [PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-15 Thread Gedare Bloom
Yes, please do push this in RTEMS 5. We want this to be consistent. On Fri, May 15, 2020 at 4:50 PM Sebastian Huber wrote: > > On 12/05/2020 07:28, Sebastian Huber wrote: > > > This is in line with pthread_setschedparam() and > > pthread_getschedparam(). > > > > Update #2514. > It should be in RT

Re: most straightforward linux host development machine for RTEMS

2020-05-15 Thread Gedare Bloom
Hi John, I prefer Ubuntu. I use an LTS release, and they offer upgrade paths directly from LTS->LTS that seems to work so far. I haven't too much experience with other distros besides Centos and Fedora. Centos lags a bit far behind sometimes, with its long release cycles, and can be challenging to

Re: [PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-15 Thread Sebastian Huber
On 12/05/2020 07:28, Sebastian Huber wrote: This is in line with pthread_setschedparam() and pthread_getschedparam(). Update #2514. It should be in RTEMS 5 from my point of view. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/l

Re: GSoC: RTEMS directory for FreeBSD imports

2020-05-15 Thread Christian Mauderer
On 14/05/2020 18:59, Niteesh G. S. wrote: > On Thu, May 14, 2020 at 4:30 PM Christian Mauderer > > wrote: > > On 13/05/2020 20:15, Niteesh G. S. wrote: > > Hello, > > > > This mail is to regain attention for this topic and also to disc

most straightforward linux host development machine for RTEMS

2020-05-15 Thread jmillard
I'm a linux newbie and picked Centos, somewhat at random. I encounter a continuing list of mostly small differences and incompatibilities. Everything builds now. The last and most serious is that qemu is now a full-featured vm manager and the manual for using it is far beyond what RTEMS needs. I am

Re: Small doubt in RTEMS testsuite codes

2020-05-15 Thread Gedare Bloom
On Fri, May 15, 2020 at 4:22 PM Richi Dubey wrote: > > Hii , > > Thanks for the help. I am going through the docs you referred and have > submitted a patch for the scheduler's doc, please have a look. > > Could you please tell me how do I set up a test environment with GDB > support? Does it just

Re: Small doubt in RTEMS testsuite codes

2020-05-15 Thread Richi Dubey
Hii , Thanks for the help. I am going through the docs you referred and have submitted a patch for the scheduler's doc, please have a look. Could you please tell me how do I set up a test environment with GDB support? Does it just mean running the applications with rtems5-gdb? On Tue, May 12, 20