Re: Easy Approach to Requirements Syntax?

2019-07-08 Thread Sebastian Huber
On 08/07/2019 08:42, Sebastian Huber wrote: Hello, I work currently on a requirements engineering section for RTEMS in the RTEMS Software Engineering manual: https://docs.rtems.org/branches/master/eng/index.html There should be some recommendations on how to formulate requirements. What do

Fwd: Sources for fenv (ARM, PPC, x86, SPARC and RISC5)

2019-07-08 Thread Vaibhav Gupta
-- Forwarded message - From: Vaibhav Gupta Date: Wed, Jul 3, 2019, 11:38 PM Subject: Sources for fenv (ARM, PPC, x86, SPARC and RISC5) To: Joel Sherrill , aditya upadhyay , Gedare Bloom , Hesham Moustafa , RTEMS Hello, I have found sources for fenv. 1.1) - ARM FreeBSD Source: -

[PATCH] sb/config: Fix GDB probs when using python-config.

2019-07-08 Thread chrisj
From: Chris Johns - Fix the config file handling of shell calls where the shell command has nesting braces. - Fix the bool check to support a '!' next to the check value. --- source-builder/config/gdb-common-1.cfg | 5 +-- source-builder/sb/config.py| 47 --

Re: [PATCH v2] user: Split the ARM BSPs source into separate files.

2019-07-08 Thread Sebastian Huber
Thanks, looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftl

[PATCH] user/rsb: Update 3rd party package build and add details.

2019-07-08 Thread chrisj
From: Chris Johns --- user/rsb/configuration.rst| 6 +- user/rsb/index.rst| 51 +-- user/rsb/third-party-packages.rst | 545 ++ 3 files changed, 439 insertions(+), 163 deletions(-) diff --git a/user/rsb/configuration.rst b/user/rsb/configur

[PATCH v2] user: Split the ARM BSPs source into separate files.

2019-07-08 Thread chrisj
From: Chris Johns --- user/bsps/arm/altera-cyclone-v.rst | 83 ++ user/bsps/arm/atsam.rst| 8 + user/bsps/arm/beagle.rst | 8 + user/bsps/arm/bsp-csb337.rst | 8 + user/bsps/arm/bsp-stm32f4.rst | 8 + user/bsps/arm/csb336.rst | 8 + user/

Re: GSoC Project | Basic support for Trace Compass

2019-07-08 Thread Ravindra Kumar Meena
Okay. I have tried to fix the warnings. https://github.com/rmeena840/rtems-tools/commit/a5bdb314ae74caf9dd3af96e1efedccbe8bdf364 Have a look. Compiler didn't report a warning. -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute of Technology (Indian School of

Re: Easy Approach to Requirements Syntax?

2019-07-08 Thread Sebastian Huber
Hello Andrew, On 08/07/2019 11:46, Andrew Butterfield wrote: Hi Sebatian, I'm not familiar with the approach you showed but I have seen similar things. Something that is in vogue right now is so-called Behaviour-Driven-Development (BDD)*, I found also this blog that mentions EARS and BDD:

Re: Easy Approach to Requirements Syntax?

2019-07-08 Thread Andrew Butterfield
Hi Sebatian, I'm not familiar with the approach you showed but I have seen similar things. Something that is in vogue right now is so-called Behaviour-Driven-Development (BDD)*, and something called Ubiquitous Language (UL). It was being investigated by a PhD student of mine. BDD seems to suit

Re: GSoC Project | Basic Support for Trace Compass

2019-07-08 Thread Ravindra Kumar Meena
> > Maybe Ubuntu patched GCC to not emit such warnings. > > I am not really interested in the complete log. What is the output of > > ./waf clean > ./waf -v | grep record > Okay. I figured out a way to test my code changes. I have set up EC2 instance on Amazon AWS. It's running RHEL. I can see th