Re: [PATCH 1/1] eng: Add software test framework chapter

2019-03-26 Thread Sebastian Huber
Hello Chris, On 23/03/2019 08:23, Chris Johns wrote: On 22/3/19 7:54 pm, Sebastian Huber wrote: I rename T Test in RTEMS Test and updated https://ftp.rtems.org/pub/rtems/people/sebh/eng.pdf with the attached patch. +1 Thank you for your patch and your patience in getting this done. thanks

Re: [PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-26 Thread Sebastian Huber
On 26/03/2019 15:17, Lou Woods wrote: From: Lou Woods --- bsps/arm/xilinx-zynq/console/zynq-uart.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bsps/arm/xilinx-zynq/console/zynq-uart.c b/bsps/arm/xilinx-zynq/console/zynq-uart.c index fa91f3f..9c21f6f

Re: [PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-26 Thread Sebastian Huber
On 26/03/2019 15:17, Lou Woods wrote: From: Lou Woods This patch fully disables the zynq_uart_set_attributes handler that had previously been commented out, but was returning false. This prevented fileio.exe from blocking on the rtems_shell_wait_for_input call. Would it make sense to move thi

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Sebastian Huber
On 26/03/2019 19:11, Joel Sherrill wrote: On Tue, Mar 26, 2019 at 11:55 AM Sebastian Huber > wrote: - Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org : > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber <

Missing math.h and complex.h methods and gcc

2019-03-26 Thread Joel Sherrill
Hi Just saw an email on the GCC list that they are adding more math.h and complex.h intrinsic builtin methods. Perhaps these are a source for the implementation of some of the missing methods. The implementation could use the built in for gcc. --joel __

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Joel Sherrill
On Tue, Mar 26, 2019 at 11:55 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org: > > > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < > > sebastian.hu...@embedded-brains.de> wrote: > > > >> On 26/03/2019 14:56, Lou Woods

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-26 Thread Ravindra Kumar Meena
Great, thanks for the update. On Tue, Mar 26, 2019, 10:26 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Ravindra Kumar Meena, > > thanks for your proposal and the good work to prepare it. I will have a > look at it this week. > ___

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-26 Thread Sebastian Huber
Hello Ravindra Kumar Meena, thanks for your proposal and the good work to prepare it. I will have a look at it this week. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Sebastian Huber
- Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org: > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 26/03/2019 14:56, Lou Woods wrote: >> > From: Lou Woods >> > >> > I discovered that I was not able to turn off interrupt-based cons

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-26 Thread Ravindra Kumar Meena
Hi Gedare, Thanks for the feedback. I will follow up what Sebastian has to say about the proposal. I will make changes in the proposal until it meets the requirements. Thanks --Ravindra Kumar Meena On Tue, Mar 26, 2019 at 8:33 PM Gedare Bloom wrote: > Hi Ravindra, > > I will leave it to Sebast

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Joel Sherrill
On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/03/2019 14:56, Lou Woods wrote: > > From: Lou Woods > > > > I discovered that I was not able to turn off interrupt-based console > mode on the > > Xilinx Zynq BSP under Qemu via the configure comm

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-26 Thread Gedare Bloom
Hi Ravindra, I will leave it to Sebastian to comment on technical sufficiency of your proposal if he can. I will suggest that you start to add details for your design plans. We would like to see a mostly complete design of the tasks you will perform in the first phase, and enough detail in the se

Re: Project Track Page : Drafted proposal for POSIX Compliance

2019-03-26 Thread Vaibhav Gupta
On Tue, 26 Mar, 2019, 8:21 PM Gedare Bloom Vaibhav, > > You can also start your official application in the GSoC web app. It > can be updated much as you like (even the "Final" is not final) until > the deadline. > Thanks, I completed registration process yesterday, I will check out application pr

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Sebastian Huber
On 26/03/2019 14:56, Lou Woods wrote: From: Lou Woods I discovered that I was not able to turn off interrupt-based console mode on the Xilinx Zynq BSP under Qemu via the configure command. The fix simply exchanges #ifdef XXX_CONSOLE_USE_INTERRUPTS for #if XXX_CONSOLE_USE_INTERRUPTS for the BSP

Re: Design Tools for RTEMS Qualification Toolchain

2019-03-26 Thread Joel Sherrill
On Mon, Mar 25, 2019 at 12:20 PM Jose Valdez wrote: > Hello Joel, > > > > Thank you for your reply. > > > > I meant by design tools, UML tools (I am targeting component and sequence > diagrams). It seems that you meant that you consider design tools the ones > that are able to produce code from t

[PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-26 Thread Lou Woods
From: Lou Woods --- bsps/arm/xilinx-zynq/console/zynq-uart.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bsps/arm/xilinx-zynq/console/zynq-uart.c b/bsps/arm/xilinx-zynq/console/zynq-uart.c index fa91f3f..9c21f6f 100644 --- a/bsps/arm/xilinx-zynq/console

[PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-26 Thread Lou Woods
From: Lou Woods This patch fully disables the zynq_uart_set_attributes handler that had previously been commented out, but was returning false. This prevented fileio.exe from blocking on the rtems_shell_wait_for_input call. Lou Woods (1): Fully disabled seemingly unsupported zynq_uart_set_

[PATCH 3/3] Fixed ability to enable polling on the console using configure for imx7

2019-03-26 Thread Lou Woods
From: Lou Woods --- bsps/arm/imx/console/console-config.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bsps/arm/imx/console/console-config.c b/bsps/arm/imx/console/console-config.c index 8b8d9fb..d28f3c9 100644 --- a/bsps/arm/imx/console/console-config.c

[PATCH 2/3] Fixed ability to enable polling on the console using configure for atsamv

2019-03-26 Thread Lou Woods
From: Lou Woods --- bsps/arm/atsam/console/console.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/bsps/arm/atsam/console/console.c b/bsps/arm/atsam/console/console.c index d51d2ac..4a6c339 100644 --- a/bsps/arm/atsam/console/console.c +++ b/b

[PATCH 1/3] Fixed ability to enable polling on the console using configure for Zynq

2019-03-26 Thread Lou Woods
From: Lou Woods --- bsps/arm/xilinx-zynq/console/zynq-uart.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bsps/arm/xilinx-zynq/console/zynq-uart.c b/bsps/arm/xilinx-zynq/console/zynq-uart.c index 9c21f6f..0230664 100644 --- a/bsps/arm/xilinx-zynq/console/zynq

[PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Lou Woods
From: Lou Woods I discovered that I was not able to turn off interrupt-based console mode on the Xilinx Zynq BSP under Qemu via the configure command. The fix simply exchanges #ifdef XXX_CONSOLE_USE_INTERRUPTS for #if XXX_CONSOLE_USE_INTERRUPTS for the BSP specific console code. The error p

Re: [PATCH] coverage: Add subdirectory name in HTML reports

2019-03-26 Thread Vijay Kumar Banerjee
Hi, Have you had time to try this patch? Does the HTML report (format) look alright to you after the addition? On Sat, Mar 23, 2019 at 4:10 AM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > --- > tester/rt/coverage.py | 18 ++ > 1 file changed, 18 insertions(+) > > d

Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-26 Thread Ravindra Kumar Meena
Hi, I have drafted a proposal for the project: #3696: Basic support for Trace Compass: https://devel.rtems.org/ticket/3696 And also have updated the tracking page: https://devel.rtems.org/wiki/GSoC/2019 Please review the submitted proposal. Let me know if any changes are needed. Thanks --Ravi

Project Track Page : Drafted proposal for POSIX Compliance

2019-03-26 Thread Vaibhav Gupta
Hello, I have drafted proposal for the project: #2966 - POSIX Compliance : https://devel.rtems.org/ticket/2966 . And have added the record to the track page https://devel.rtems.org/wiki/GSoC/2019. . It would be great if mentors review it and suggest required changes. I would like to discuss about i