Re: How to build start.o using waf?

2019-10-07 Thread Chris Johns
On 7/10/19 7:00 pm, Sebastian Huber wrote: > On 05/10/2019 01:05, Chris Johns wrote: >> On 4/10/19 5:55 pm, Sebastian Huber wrote: >>> On 04/10/2019 09:20, Chris Johns wrote: On 4/10/19 4:21 pm, Sebastian Huber wrote: > On 03/10/2019 04:32, Chris Johns wrote: >> On 3/10/19 3:30 am, Ged

[PATCH 1/2] termios04/init.c: Remove dead copy of change_iflag()

2019-10-07 Thread Joel Sherrill
--- testsuites/libtests/termios04/init.c | 17 - 1 file changed, 17 deletions(-) diff --git a/testsuites/libtests/termios04/init.c b/testsuites/libtests/termios04/init.c index 8d76dfe..9540db1 100644 --- a/testsuites/libtests/termios04/init.c +++ b/testsuites/libtests/termios04/i

[PATCH 2/2] termios: Add Capability to Generate SIGINTR and SIGQUIT

2019-10-07 Thread Joel Sherrill
This patch adds the ability for termios to send SIGINTR on receipt of VINTR and SIGQUIT for VKILL and return -1/EINTR from read() on a termios channel. Importantly, this patch does not alter the default behavior or force POSIX signal code in just because termios is used. The application must explic

Re: [PATCH 1/3] rtems/confdefs.h add another initial extension set

2019-10-07 Thread Sebastian Huber
On 04/10/2019 16:05, Joel Sherrill wrote: On Fri, Oct 4, 2019 at 12:02 AM Sebastian Huber > wrote: On 04/10/2019 00:08, Joel Sherrill wrote: > This adds back the capability for the BSP to configure an > initial extension that is specif

Re: [PATCH 2/3] Add hook for BSP to act when time is set

2019-10-07 Thread Sebastian Huber
On 04/10/2019 17:08, Joel Sherrill wrote: I can't conceive of a use case where you would need more than one hook set. Do you have something in mind? The int returned may need to be an enum so there is a list of known failures which can be mapped to API specific errors. Any ideas on the new AP

Re: How to build start.o using waf?

2019-10-07 Thread Sebastian Huber
On 05/10/2019 01:05, Chris Johns wrote: On 4/10/19 5:55 pm, Sebastian Huber wrote: On 04/10/2019 09:20, Chris Johns wrote: On 4/10/19 4:21 pm, Sebastian Huber wrote: On 03/10/2019 04:32, Chris Johns wrote: On 3/10/19 3:30 am, Gedare Bloom wrote: On Wed, Oct 2, 2019 at 5:12 AM Sebastian Huber