Re: Add chapter for newib build in RTEMS Docs

2019-09-12 Thread Sebastian Huber
On 13/09/2019 03:34, Chris Johns wrote: On 13/9/19 8:42 am, Joel Sherrill wrote: On Thu, Sep 12, 2019 at 2:09 PM Gedare Bloom wrote: Hello Vaibhav, It would be nice to provide such documentation, but I don't know that we have an existing location that would be an ideal fit. I think the topic

Re: [PATCH v2] Correct initial POSIX signals mask

2019-09-12 Thread Sebastian Huber
On 12/09/2019 16:41, Joel Sherrill wrote: + Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality

Re: [PATCH] update rtems_waf

2019-09-12 Thread Chris Johns
On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote: > ping :) Sorry about the delay. OK to push. Chris > > > On Tue, Sep 3, 2019 at 7:04 PM Vijay Kumar Banerjee > wrote: > > --- >  file_io/crc/wscript            | 6 +++--- >  

Re: Add chapter for newib build in RTEMS Docs

2019-09-12 Thread Chris Johns
On 13/9/19 8:42 am, Joel Sherrill wrote: > On Thu, Sep 12, 2019 at 2:09 PM Gedare Bloom wrote: >> >> Hello Vaibhav, >> >> It would be nice to provide such documentation, but I don't know that >> we have an existing location that would be an ideal fit. I think the >> topic is out of scope for User

Re: Trying to interrupt a blocking read...

2019-09-12 Thread Benjamin Ellsworth
It appears that VTIME does not work. I set both VMIN and VTIME and I never get a timeout. The read continues to happily block forever. Also, when looking at VTIME handling down in the code, I see in termios.c the function fillBufferPoll(). It looks to me like that function expects

Re: Trying to interrupt a blocking read...

2019-09-12 Thread Benjamin Ellsworth
Joel, Thanks for responding. Our vendor's development kit uses a variant of 4.11. It doesn't look like pipes work with the select call, and again there are dire warnings in the select.h file about how it's not really a good function to use anyway. I'll look at VMIN and VTIME. Thank you

Re: Add chapter for newib build in RTEMS Docs

2019-09-12 Thread Joel Sherrill
On Thu, Sep 12, 2019 at 2:09 PM Gedare Bloom wrote: > > Hello Vaibhav, > > It would be nice to provide such documentation, but I don't know that > we have an existing location that would be an ideal fit. I think the > topic is out of scope for User Manual. If you are motivated to write >

Re: Add chapter for newib build in RTEMS Docs

2019-09-12 Thread Gedare Bloom
Hello Vaibhav, It would be nice to provide such documentation, but I don't know that we have an existing location that would be an ideal fit. I think the topic is out of scope for User Manual. If you are motivated to write something though, you could prepare it first as a standalone guide. On

[PATCH v2] Correct initial POSIX signals mask

2019-09-12 Thread Joel Sherrill
+ Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization

Re: [PATCH] Correct initial POSIX signals mask

2019-09-12 Thread Joel Sherrill
On Thu, Sep 12, 2019 at 8:06 AM Sebastian Huber wrote: > > On 11/09/2019 01:11, Joel Sherrill wrote: > > + if (!_System_state_Is_up(_System_state_Get())) { > > +if (_Objects_Get_API(created->Object.id) == OBJECTS_INTERNAL_API) { > > You have to add a couple of spaces to meet the coding

Re: [PATCH] Correct initial POSIX signals mask

2019-09-12 Thread Sebastian Huber
On 11/09/2019 01:11, Joel Sherrill wrote: + if (!_System_state_Is_up(_System_state_Get())) { +if (_Objects_Get_API(created->Object.id) == OBJECTS_INTERNAL_API) { You have to add a couple of spaces to meet the coding style. I would not use the system state, this could be a bit brittle on

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-12 Thread Christian Mauderer
On 12/09/2019 10:28, Vijay Kumar Banerjee wrote: > > > > On Wed, Sep 11, 2019 at 4:38 PM Christian Mauderer > > wrote: > > On 11/09/2019 10:48, Vijay Kumar Banerjee wrote: > > > >  Hi, > > > > Since adding I2C in BBB

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-12 Thread Vijay Kumar Banerjee
On Wed, Sep 11, 2019 at 4:38 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On 11/09/2019 10:48, Vijay Kumar Banerjee wrote: > > > > Hi, > > > > Since adding I2C in BBB initialization seems like the right solution, > > should we ask > > in devel and user lists in a